Forums:
Hi all,
I'm working on sending data via Wi-Fi module ESP8266 from my kit to the serwer, right now I'm trying to get the response of this module after using the AT+CIPSEND command, unfortunately sometimes it works properly, and sometimes it doesn't. I have no clue what could be wrong right now. The problem is that about 50% of runs ends up with the ESP8266 restarts on its own after I send the CIPSEND command. When I searched in the Internet it says that the restart is caused because of the timeout of the device (rst cause 4) but on the other hand sometimes it works. Could You please give me a hand? I attach my whole project to this post. the function that I'm mentioning is in the load_com function when gE is pressed on the keyboard.