Chat freely about anything...

User avatar
By elektronika_ba
#454 Has anyone tried using this chip as a TCP socket client? I have written a socket server for it, but ESP chip keeps disconnecting from the socket after exactly 60 seconds every time.
Can someone try? I have the first version, not new 091.

This is what I did:

Code: Select allAT+CIPSTART=4,"TCP","192.168.1.6",8000


(I get "OK" as a response and connection on my server... and then if I don't do anything to it, it disconnects after 60seconds). There must be a timeout in this old firmware.

I want this chip to connect to my server and stay connected ;)

Regards,
Muris
User avatar
By JDub
#463 Peter over at Hackaday just posted about the AT+CIPSTO? command, which apparently sets a socket timeout. Might be what you're looking for.