Adafruit_MQTT_Library icon indicating copy to clipboard operation
Adafruit_MQTT_Library copied to clipboard

No reconnection

Open spa-sam opened this issue 8 years ago • 0 comments

If there is a failure or to perform a manual reset on the sim800 pin reset, the module is not reconnected, and enters an infinite loop...

Connection failed ---> AT+CIPSTATUS <--- AT+CIPSTATUS ---> AT+CIPCLOSE <--- AT+CIPCLOSE ---> AT+CIPSHUT <--- AT+CIPSHUT Connection failed ---> AT+CIPSTATUS <--- AT+CIPSTATUS ---> AT+CIPCLOSE <--- AT+CIPCLOSE ---> AT+CIPSHUT <--- AT+CIPSHUT .............

Watchdog is enabled, but the restart is not happening in this cycle. Elsewhere delay reset works fine.

spa-sam avatar Apr 12 '17 13:04 spa-sam