Search found 1 match

by LucasMG03
Fri Jul 16, 2021 10:41 pm
Forum: General Discussion
Topic: Using timer AND external interrupt to wake up from deep sleep mode.
Replies: 4
Views: 9865

Re: Using timer AND external interrupt to wake up from deep sleep mode.

Not working: (timer and external interrup). esp_sleep_enable_timer_wakeup(3600000000); esp_sleep_enable_ext0_wakeup(GPIO_NUM_33,1); esp_deep_sleep_start(); How exactly it does not work ? I'm using it all the time, also mixed with ext1 wake up and wake stub and it works as expected. I'm not using Ar...