Search found 1 match
- Wed May 22, 2019 6:23 pm
- Forum: ESP32 Arduino
- Topic: Wakeup from deep sleep fails
- Replies: 0
- Views: 2086
Wakeup from deep sleep fails
Hi I have a problem with external wakup (ext1) where the Esp32 (rarely) does not wake up. It has happened two times - both times I had to pull the reset pin in order to wake it. Anyone knows what might be wrong? Here is my code: #include <driver/rtc_io.h> #include <WiFi.h> #include <WiFiUdp.h> #defi...