SparkFun Forums 

Where electronics enthusiasts find answers.

Tips and questions relating to the GPS modules from SFE
By rdelectronique
#128973
Hello,

When an error occurs in my phyton script the program stop and the module goes into AT command mode.
Is it possible to configure the module for a RESET is triggered on failure of the program ?

thank you for your help.
By sfe_kav
#129070
try to use watchdog timer.

set watchdog timer for N seconds;

in unconditional state of python script run infinite loop
so script hangs and watchdog reboot module

but if there are bug in script - debug and fix it.