Search found 2 matches

by marommel
Wed Jan 29, 2020 7:07 pm
Forum: ESP32 Arduino
Topic: RTC Alarm triggering low and esp_sleep_enable_ext1_wakeup
Replies: 2
Views: 3946

Re: RTC Alarm triggering low and esp_sleep_enable_ext1_wakeup

Hi boarchuz, thanks for your answer. True it's possible but then its more "work" to find out what triggert the wake up. At a German Forum I got a simple hint: //Button (GPIO 26) auf Low (0) esp_sleep_enable_ext0_wakeup(GPIO_NUM_26,0); //Button (GPIO MASK = 2^27 = 0x800 0000 -> GPIO 27) auf Low (0) e...
by marommel
Tue Jan 28, 2020 7:12 pm
Forum: ESP32 Arduino
Topic: RTC Alarm triggering low and esp_sleep_enable_ext1_wakeup
Replies: 2
Views: 3946

RTC Alarm triggering low and esp_sleep_enable_ext1_wakeup

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...