Search found 1 match
- Sun Dec 21, 2025 7:57 am
- Forum: Hardware
- Topic: ESP32 vs ESP32-S3 Deep Sleep Behavior
- Replies: 1
- Views: 1492
ESP32 vs ESP32-S3 Deep Sleep Behavior
I have been using ESP32 modules for my application that sometimes requires a certain GPIO to be pulled up during deep sleep. The only function that I have needed to call to accomplish this is gpio_pullup_en. This has worked with no issues to maintain the pin state throughout deep sleep and wakeups ...