Search found 1 match
- Wed Feb 24, 2021 5:46 am
- Forum: General Discussion
- Topic: ESP32 wake up with sensor value
- Replies: 0
- Views: 1282
ESP32 wake up with sensor value
Hey! I am fairly new to the world of ESP and i am working working on a project involving ESP32. I want to write a code that makes the ESP32 wake up from deep sleep after a certain threshold of ADC. I found this online: https://github.com/gabriel-milan/esp32_ulp_hall_wakeup Where he has written the c...