You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the code can't interpret AT command originating from the UART, what is the best way for a microcontroller to check if the module is alive or frozen?
Maybe a mode that GPIO -2 toggles every couple o seconds or so?
The best scenario would be UART AT commands support. Is it even possible to implement support of AT command from the UART side?
The text was updated successfully, but these errors were encountered:
I mean the opposite. The microcontroller to monitor the ESP8266. If for example the ESP8266 stops toggling a GPIO then the mcu will know that the module is stuck and should be restarted.
I have notice that it fairly common for the "ebay tyoe" modules to freeze.
Since the code can't interpret AT command originating from the UART, what is the best way for a microcontroller to check if the module is alive or frozen?
Maybe a mode that GPIO -2 toggles every couple o seconds or so?
The best scenario would be UART AT commands support. Is it even possible to implement support of AT command from the UART side?
The text was updated successfully, but these errors were encountered: