jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Join two esp-links together #448

Open darkstar2002 opened 5 years ago

darkstar2002 commented 5 years ago

I hadn't n been able to find if there is a way to join the two together? I need to use the WiFi as a really long cable.

uzi18 commented 5 years ago

please draw/explain your configuration, thanks

darkstar2002 commented 5 years ago

device a -> serial to esp -> wifi ->esp - > device b

uzi18 commented 5 years ago

id device a or b is Arduino with ELClient library, it is possible :)

darkstar2002 commented 5 years ago

lets say device a is a computer and device b is a nextion screen

uzi18 commented 5 years ago

if so, esp-link need some improvement here ;)

why not like this:

darkstar2002 commented 5 years ago

not an option its a closed system. Thats why i would like to just link the 2 esp together and send the serial between them.

stxShadow commented 4 years ago

+1 Same thing here .... i would like to link a nextion display to a battery management system .... both are 50 m apart. Both locations have wifi available. The BMS and the Nextion provide normal serial ports.

rraat commented 3 years ago

Doesn't the stock AT firmware do that? Esplink on one(dial in) side, AT firmware on the other side (dial out)