Adafruit_SleepyDog icon indicating copy to clipboard operation
Adafruit_SleepyDog copied to clipboard

Arduino library to use the watchdog timer for system reset and low power sleep.

Results 14 Adafruit_SleepyDog issues
Sort by recently updated
recently updated
newest added

Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating...

I am trying to use the sleepydog library in a project that i am building that uses the GSM1400 arduino Board. The library works fine always until you try to...

A user is trying to compile WipperSnapper firmware for the Arduino Uno R4 WiFi, which fails due to two dependecies, one of which is SleepyDog library as it is an...

Hello, I wanted to switch from ArduinoLowPower to Adafruit_SleepyDog because I need my device to sleep for less than 1 second (ArduinoLowPower is using the RTC differently so the resolution...

Hi, It will be great feature if you can add in this library the possibility to set a callback function called in WDT_handler just before watchedog reset.

Hi, [Not an Issue, just a Discussion] I've been using these libraries for the couple of months now and its working very well for me. I just wanted to figure...

My arduino IDE includes the file arduino-1.8.13/hardware/tools/avr/avr/include/avr/sleep.h which contains already a `sleep_disable()` call, see the definition below. So it can be removed? Or is this done differently in the various...

Since `isForSleep` parameter in `WatchdogSAMD::enable()` method should not be used by users of this library (see the comment utility/WatchdogSAMD.h), this patch uses C++ mechanisms to make this parameter invisible by...

Hi, I'm not quite sure if this is the right place for feature requests, but here we go. I'd be very cool to have an interface in the WatchdogType classes...

When resetting with the watchdog on AVR micros, the watchdog remains enabled after the reset, but with a very short 15ms timeout. With the default bootloader, that creates a situation...