Search found 1 match
- Fri Dec 14, 2018 4:31 pm
- Forum: ESP32 Arduino
- Topic: Entering deep sleep and wake up with one button
- Replies: 1
- Views: 7570
Entering deep sleep and wake up with one button
I'm trying to enter deep sleep mode and wake up again with just one push button. I'm using an interrupt (to enter sleep) while ESP32 is in normal mode, and before setting up the the pin as source for wake up, I detach the interrupt from the pin. The interrupt works fine. However, I never stay in dee...