Socket timeout problem
Posted: Thu Sep 11, 2014 2:04 pm
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:
(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
Can someone try? I have the first version, not new 091.
This is what I did:
Code: Select all
AT+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