RTC Alarm triggering low and esp_sleep_enable_ext1_wakeup
Posted: Tue Jan 28, 2020 7:12 pm
Hi,
trying to wake up my esp32 (ttgo t-call) from deep sleep with the esp_sleep_enable_ext1_wakeup function. But my RTC ds3231 alarm pulls low on alarm event. that's with the ext1 methode a problem for me, because I want to use as a second possibility to wake up by push button. the ext1 function can be configured for any_high or all_low. neighther fits in my case. Would need a any_low....
Someone got a hint for me? Maybe inverting the RTC alarm signal? Or using another methode for waking up?
Thanks a lot
Markus
trying to wake up my esp32 (ttgo t-call) from deep sleep with the esp_sleep_enable_ext1_wakeup function. But my RTC ds3231 alarm pulls low on alarm event. that's with the ext1 methode a problem for me, because I want to use as a second possibility to wake up by push button. the ext1 function can be configured for any_high or all_low. neighther fits in my case. Would need a any_low....
Someone got a hint for me? Maybe inverting the RTC alarm signal? Or using another methode for waking up?
Thanks a lot
Markus