The use of the ESP8266 in the world of IoT

User avatar
By Ulixxes
#73773 I'm creating a system composed by two nodeMCU and a PC, all connected by wifi. I have to connect one NodeMCU to other and the other NodeMCU to PC with two separate wifi ssid. So I used follow configuration:
- Node 1: station mode, connected to Node 2
- Node 2: AP + station mode, that create the access point for Node 1 and connect as station to PC
- PC: create another access point where node 2 is connected to.

All work correctly if all connections are up, but if I disable the access point of PC, the connection between the two nodeMCU being very very slowly. I guess because node 2 try to reconnect to PC and that interfere with his connection with node 1. There is a way to workaround this problem? I need that the connection between the two nodes be very fast (it's less important the connection between node and PC: this should be slow)