08-31-2016 07:07 AM
I would like to connect a ESP8266EX module to sbRIO 9623 but the I am not sure about the connections. Do I need additional module to interface them?
I am thinking about using TCP to communicate between sbrio and pc with sbrio as server side and PC as client side to indicate a emergency signal from sbrio on PC
Thanks
GOkul
09-01-2016
07:58 AM
- last edited on
04-10-2024
02:58 PM
by
Content Cleaner
Hello GoKu25,
the ESP8266EX has an SPI interface this is shown in the manual chapter 4, then you can connet the SPI lines to the RMC connector on the sbRIO and read out the device with the SPI/I2C API. To simple connect the interface, the NI-9694 can be used.
09-01-2016 08:50 AM - edited 09-01-2016 08:52 AM
Why not just use the built-in ethernet of the sbRIO? The second option would be to put a WiFi router/adapter with an ethernet output and plug that into the sbRIO - I just used one of those WiFi extenders.
I was curious about the ESP8266 as a low-cost WiFi module for sbRIO but implementing the SPI and/or protocol just didn't seem like it was worth the effort. Using the built-in ethernet port and VISA functions is much easier.
If you did decide to go ahead with it - I would check the voltage levels required/used by the ESP8266 match the digital IO of the sbRIO and then look at some of the Arduino libraries for the 8266 to see the commands to configure and open a connection.
12-14-2018 08:05 AM - edited 12-14-2018 08:09 AM
@Sam_Sharp: Thanks for your valuable suggestion. I am facing a similar scenario where I have two of sbRIO-9607 and I have to wirelessly transmit information between them.
I wonder whether the approach mentioned below is viable!
Your insights will be highly valuable.
Thanks 🙂