You can chat about native SDK questions and issues here.

User avatar
By amitkmr42
#66459 I want to connect more than than two nodemcu and want them to communicate with each other. Example: Two nodemcu will send sensor data to another nodemcu which will process and give output signal. How is this possible? I am using MI 3C router. I use C for coding through Arduino IDE.
User avatar
By JackB
#66757 You just send packets to the IP address of the other esp8266, just like normal computers connected to a AP. To know the IP's you probably need to hardcode them, and not use DHCP assigned IPs, so you might need to config your AP router specially, maybe even use the mac address of the esp8266's to always assign them the same IP address.