Search found 4 matches
- Mon Oct 30, 2017 9:10 pm
- Forum: Report Bugs
- Topic: Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
- Replies: 5
- Views: 4105
Re: Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
Sorry if this is not the correct place to post the problem, but i have a problem with esp-open-sdk compilation. When i try to compile the IoT_Demo example from ESP8266_NONOS_SDK_V2.0.0_16_08_10 folder, I have this error. ../Makefile:136: warning: overriding recipe for target 'clean' Makefile:95: war...
- Sun Oct 29, 2017 5:49 am
- Forum: Report Bugs
- Topic: Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
- Replies: 5
- Views: 4105
Re: Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
Thank you very much!
I'll wait for it!
regards!
I'll wait for it!
regards!
- Fri Oct 27, 2017 10:25 am
- Forum: Report Bugs
- Topic: Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
- Replies: 5
- Views: 4105
Re: Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
Thanks for your response! I edited my code with espconn_init(); but unfortunaly still not works! 

- Fri Oct 27, 2017 8:55 am
- Forum: Report Bugs
- Topic: Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
- Replies: 5
- Views: 4105
Can't communicate two devices and ESP8266 in APMODE over UDP broadcast RTOS v1.5
Hi! im trying to communicate two phones over UDP protocol sending broadcast packets but with RTOS v1.5 i can't do this. If i change to NONOS works perfectly! what could be the problem? this is my code, for RTOS (I edit it because is long) Cellphone 1 is in port 3331 and cellphone 2 is in port 3332. ...