ESP32-S3 Low-Power Modes Summary
0:36
Searching for documentation.
Running multiple web searches.
Found 10 results.
Found 9 results.
Available sleep configurations
| Mode | What stays active | Typical use |
|---|---|---|
| Modem-sleep | CPU can keep running; radio/modem sleeps when idle | Connected Wi-Fi/BLE applications that need lower average power |
| Light-sleep | CPU paused, clocks gated, most RAM retained, fast wake | Duty-cycled sensing, periodic wakeups, moderate latency |
| Deep-sleep | CPUs off, most digital domain off, RTC domain retained as needed | Battery operation with long sleep intervals |
| Hibernation | Minimum RTC retention, most RTC resources off | Lowest possible standby power when only minimal wake logic is needed |
Practical selection guide
| If you need... | Use |
|---|---|
| Wi-Fi/BLE still managed efficiently while active | Modem-sleep |
| Fast wake with RAM preserved | Light-sleep |
| Very low average current with periodic wake | Deep-sleep |
| Absolute minimum standby current | Hibernation |
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.