I have been using a MKR1400 GSM and a MKR1500 NB. I am wondering if there is code or programming direction that someone can point me to so that I can do a remote reset if the device is not operational or if there is code that will force the device to reset every 24 hours or something along that line.
It basically declares a 'function' that is at address 0. Because address 0 is the starting address when the processor powers up, it effectively does a soft reset of the processor.
MKR may be different but a similar concept will probably work.
Well perhaps discount the possibility of doing the reset remotely, unless you had independant comms, from the main microcontroller, that could be used to carry out a reset. But then what to do if the independant comms crashes ?