Replace UART cable with a 2xESP8266 link
Posted: Wed Feb 10, 2016 11:32 am
Hi all,
I'm trying to connect two UART devices with an ESP8266 link.
These devices are usually connected with an RS232 cable.
I would like to make this conection wireless. I have succesfully done it with bluetooth but im courious to know if it is also possible to do it with the ESP8266.
There is no "intelligence" in these devices so all code needs to be in the ESPs.
The process should be as follows.
One of the ESP works as an WIFI AP.
When the second ESP is powered it automatically connects to the first one.
When the connection is done the Wifi link makes the UART transparent.
device1----------uart----------------ESP1---------WIFI----------ESP2------------------uart-----------------device2
Do you think it is possible to create this transparent and "unattended" link between two ESP8266?
Many thanks.
Garga.
I'm trying to connect two UART devices with an ESP8266 link.
These devices are usually connected with an RS232 cable.
I would like to make this conection wireless. I have succesfully done it with bluetooth but im courious to know if it is also possible to do it with the ESP8266.
There is no "intelligence" in these devices so all code needs to be in the ESPs.
The process should be as follows.
One of the ESP works as an WIFI AP.
When the second ESP is powered it automatically connects to the first one.
When the connection is done the Wifi link makes the UART transparent.
device1----------uart----------------ESP1---------WIFI----------ESP2------------------uart-----------------device2
Do you think it is possible to create this transparent and "unattended" link between two ESP8266?
Many thanks.
Garga.