-->
Page 2 of 2

Re: conect two ESP8266 witout router (Client and Sever UDP)

PostPosted: Fri Feb 26, 2016 7:28 am
by eduperez
When the ESP runs as a AP, clients connected to it are isolated from each other; is a limitation on the ESP.

Re: conect two ESP8266 witout router (Client and Sever UDP)

PostPosted: Sat Apr 16, 2016 4:42 am
by MRX
Thanks, took me many hours and dead memory chips trying to figure out why UDP from client never reach station when send from esp8266 but does from external devices, until desperate googleing brought me here.

Re: conect two ESP8266 witout router (Client and Sever UDP)

PostPosted: Fri Jun 24, 2016 4:35 pm
by ardlab
Thanks for posting this, I spent a week searching for this solution. Seems to work fine with my nodeMCU's v1.0
Great !
:D

Re: conect two ESP8266 witout router (Client and Sever UDP)

PostPosted: Wed Jul 20, 2016 10:31 am
by mrburnette
You may wish to check out Tardis Timeproject ... serial GPS to ESP8266 AP which parseos out the NMEA $RMC and then broadcasts that to any listing UDP ESP8266 ... I have tested with 3 listeners.

Ray