Search found 2 matches

by hongpingguo321
Thu Jun 03, 2021 10:41 am
Forum: ESP32 Arduino
Topic: External wakeup pin detect issue
Replies: 12
Views: 14669

Re: External wakeup pin detect issue

the solution is

Code: Select all

uint64_t GPIO_reason = esp_sleep_get_ext1_wakeup_status();
by hongpingguo321
Thu Jun 03, 2021 10:05 am
Forum: ESP32 Arduino
Topic: External wakeup pin detect issue
Replies: 12
Views: 14669

Re: External wakeup pin detect issue

Facing similar issue with pins 14 and 33 for ext1_wakeup.
Tested with PIR-sensors as triggers.
Interrupt on pin 14 works as expected. If pin 33 is triggered esp_sleep_get_ext1_wakeup_status() returns 0;