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
I screwed something up with the telemetry board on PAN006 a while agosuch that it wouldn't respond.
This should be fixed in current code, but it would be a good idea to keep ourselves from screwing up. One solution is a watchdog timer. See: https://tushev.org/articles/arduino/5/arduino-and-watchdog-timer
According to that page, this code would trigger a reset if loop() doesn't run every 8 seconds:
I played with the watchdog timer in the beginning (three years ago) and seem to remember I couldn't get it to work on the micro. Worth exploring again though.
@jamessynge@wtgee for timer specific threshold values are available. That mainly depends upon our requirement. So what threshold should be ideal for our system?
I screwed something up with the telemetry board on PAN006 a while agosuch that it wouldn't respond.
This should be fixed in current code, but it would be a good idea to keep ourselves from screwing up. One solution is a watchdog timer. See: https://tushev.org/articles/arduino/5/arduino-and-watchdog-timer
According to that page, this code would trigger a reset if loop() doesn't run every 8 seconds:
The text was updated successfully, but these errors were encountered: