Chat freely about anything...

User avatar
By rahulasok
#40960 Hi,

I am a newbie to ESP8266. I have my arduino connected to ESP8266 and I am using it to send data to cloud. I am using CIPSTART and CIPSEND to establish TCP connection and send GET request to the server where it is parsed and pushed to database. And, the setup is working fine.

The issue arises when I have one more of this setup connected to the same network (same router). In that case, only one esp8266 is sending data and the other one is not sending, even though both are connected to the network.

Could someone throw some light on what the issue might be? Any help is appreciated.

Thank you!

~Rahul