I communicate with ESP via AT commands. Configuration:
AT+CWMODE=1
AT+CIPMUX=1
AT+CIPSERVER=1,80
Periodically, it queries NTP:
AT+CIPSTART=4,\"UDP\",\"193.67.79.202\",123,1112,0
AT+CIPSEND=4,48
AT+CIPCLOSE=4
This works without a problem. HTTP support too, but after about 20 hours the query on port 80 does not come (no +IPD message). A software reset, re-enabling listening (AT+CIPSERVER=1,80) solves the problem.
I checked what happens when the module "hangs up". Listening is enabled, because AT+CIPSERVER=1,80 gives an error (unfortunately I don't remember which one, next time I try I'll make a note and write it down). Trying to close port 80 with AT+CIPCLOSE=1 gives an UNLINK message.
Due to the fact that the error occurs after about 20 hours of operation, the research is going quite slowly. Has anyone encountered a similar problem?
AT+CWMODE=1
AT+CIPMUX=1
AT+CIPSERVER=1,80
Periodically, it queries NTP:
AT+CIPSTART=4,\"UDP\",\"193.67.79.202\",123,1112,0
AT+CIPSEND=4,48
AT+CIPCLOSE=4
This works without a problem. HTTP support too, but after about 20 hours the query on port 80 does not come (no +IPD message). A software reset, re-enabling listening (AT+CIPSERVER=1,80) solves the problem.
I checked what happens when the module "hangs up". Listening is enabled, because AT+CIPSERVER=1,80 gives an error (unfortunately I don't remember which one, next time I try I'll make a note and write it down). Trying to close port 80 with AT+CIPCLOSE=1 gives an UNLINK message.
Due to the fact that the error occurs after about 20 hours of operation, the research is going quite slowly. Has anyone encountered a similar problem?