Problem with interrupt wdt causing problems when in sleep mode #8206
Replies: 2 comments 6 replies
-
Can you run this example without crashing? https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/DeepSleep/TimerWakeUp/TimerWakeUp.ino |
Beta Was this translation helpful? Give feedback.
-
Not sure if we are facing the same problem. But the phenomenon is basically the same. Everytime when esp board try to execute I tried the demo suggested by @mrengineer7777 https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP32/examples/DeepSleep/TimerWakeUp/TimerWakeUp.ino and the demo works perfectly fine. The only difference is that I missed the |
Beta Was this translation helpful? Give feedback.
-
Hello, i have been having problems with the sleep functions, and it affects both light and deep sleep modes.
The interrupt watchdog timer keeps crashing the esp every time after entering sleep mode with repeated software resets until a power on reset happens.
There seems to be absolutely no info online about how to disable the interrupt watchdog for Arduino and it’s important that i find a way how to disable the timer. I’ve tried many different things and still no luck.
If any of the workers developers or contributors know how i can disable this please let me know. I need to know how to disable it because i am working on a major project that requires at least light sleep mode for battery power saving.
Beta Was this translation helpful? Give feedback.
All reactions