Search found 2 matches

by YeezB1601
Fri Mar 22, 2024 2:48 am
Forum: ESP32 Arduino
Topic: Can ESP32-C6 use GPIO to wake up Deep Sleep?
Replies: 8
Views: 5615

Re: Can ESP32-C6 use GPIO to wake up Deep Sleep?

Not the answer you might be looking for, but I'm using esp_sleep_enable_ext1_wakeup() and that works fine on the C6. Thanks but I still want to use GPIO to wake up DeepSleep. I noticed that External Wakeup can be used to wake DeepSleep with RTC GPIO, but I didn't find any description on the web abo...
by YeezB1601
Mon Mar 04, 2024 7:11 am
Forum: ESP32 Arduino
Topic: Can ESP32-C6 use GPIO to wake up Deep Sleep?
Replies: 8
Views: 5615

Can ESP32-C6 use GPIO to wake up Deep Sleep?

Hello, I have a question about the GPIO wake up in the ESP32-C6 chip. I used to have a ESP32-C3, which uses esp_deep_sleep_enable_gpio_wakeup() to enable certain GPIOs to wake up deep sleep. But after checking the ESP32-C6 manual, I found that GPIOs can only wake up light sleep. Is esp_deep_sleep_en...