Search found 2 matches

by rktuttle
Thu Apr 23, 2020 10:04 pm
Forum: ESP32 Arduino
Topic: esp32 wake from sleep via interrupt then return to sleep
Replies: 4
Views: 6129

Re: esp32 wake from sleep via interrupt then return to sleep

Thank you both for your replies. I am new to this and will have to learn about the Preference class. Will do a google search.
Thanks again.
by rktuttle
Fri Apr 17, 2020 11:10 pm
Forum: ESP32 Arduino
Topic: esp32 wake from sleep via interrupt then return to sleep
Replies: 4
Views: 6129

esp32 wake from sleep via interrupt then return to sleep

I would like to put esp32 into light sleep mode then be able to wakeup via ext interrupt. Next, I want to resume the sleep cycle. My attempts restart sleep cycle after interrupt is serviced. Problem is that a new sleep cycle is started after each interrupt.