Skip to content

ESP32 system failure during deepsleep outcome? #10498

Answered by karfas
davefes asked this question in ESP32
Discussion options

You must be logged in to vote

What will happen to an ESP32 in deepsleep if something crashes somewhere, will it re-boot or just stop working?

This question is too broad. When your power supply "crashes", the ESP32 will stop working too (of course).

There are only minor differences between a hard reset and coming out of deep sleep.
In my opinion, an ESP32 not waking up from a timed deep sleep is the least thing you need to worry about when designing a high-available system.
Even that can be fixed by an external watchdog doing a reset after two hours or so - at the cost of some microamperes for the watchdog.

However, you need to ensure (by your software watchdog, perhaps) that the ESP32 really enters deep sleep after …

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
13 replies
@davefes
Comment options

@karfas
Comment options

@davefes
Comment options

@karfas
Comment options

@davefes
Comment options

Answer selected by davefes
Comment options

You must be logged in to vote
1 reply
@davefes
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
3 participants