Hi All
I am using ext0 for waking up Heltec Lora ESP32 board from deepsleep. Works fine if use HIGH pin (GPIO4) for trigger. If i want change it, to LOW pin trigger waking up i use rtc_gpio_pullup_en(GPIO_NUM_4); command, but nothing happens. Board keeps wakeup all the time byself. If i put external pullup resistor everythig works fine.
Please help. Is it any other way to put internal pullup or maybe some pins not accepting command?
Thanks
Note:
If I omit command: rtc_gpio_pullup_en(GPIO_NUM_4); there are not any voltage on pin 4 (pin is isolated btw), if I use command: rtc_gpio_pullup_en(GPIO_NUM_4); there is cca 0.5 V on the pin.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.