-->
Page 1 of 1

Problems with communication between ESP8266s

PostPosted: Thu Dec 23, 2021 2:27 am
by Flyrobo
Two ESP8266 devices need to communicate server-client udp and http socket in APmode. One device is in APmode while the other is connected through WiFi. softAP() for the first and WiFi.begin() the second. The problem is that the device does not receive data from its IP 192.168.4.1 or port.. despite it accepting data very easily from any android phone or computer, without any problems. Can someone explain why this is happening?

Re: Problems with communication between ESP8266s

PostPosted: Mon Dec 27, 2021 8:10 am
by rpiloverbd
Hello, have you checked this tread already?https://forum.arduino.cc/t/esp8266-not-receiving-data-in-sta-mode-but-works-in-softap-mode/640750/8

Re: Problems with communication between ESP8266s

PostPosted: Thu Jan 06, 2022 1:55 am
by mrmannu
NodeMCU is an open source firmware for which open source prototyping board designs are available. ... The firmware is based on the eLua project, and built on the Espressif Non-OS SDK for ESP8266. It uses many open source projects, such as lua-cjson and SPIFFS.