Search found 1 match
- Mon Sep 12, 2022 12:54 am
- Forum: ESP32 Arduino
- Topic: Touch and GPIO wake-up interrupts can't be used simultaneously?
- Replies: 0
- Views: 1004
Touch and GPIO wake-up interrupts can't be used simultaneously?
Hi everyone! I'm working on a project using UnexpectedMaker’s TinyS2 ESP32-S2 board in Arduino. It involves waking ESP32 from deep sleep using both a touchpad wakeup (esp_sleep_enable_touchpad_wakeup) and external GPIO interrupt (esp_sleep_enable_ext0_wakeup). This board has an RTC GPIO pin connecte...