Hi all,
This may sound a bit odd, but I still want to know, so my questions are as follows:-
I would just like to know that what will happen if the power supply of to my ESP32 suddenly goes off.
What impact will it have on my processor?
What other harm can it do to my system?
What are the possible steps that can be taken in such scenario?.
I know about the power modes, but we are looking for complete shut down of ESP32.
Sudden Power Off of ESP32
Re: Sudden Power Off of ESP32
Not sure I follow what you are asking. This is not a Linux type system where it would need a proper shutdown.
It's like any other micro. Sudden loss of power is not an issue.
It's like any other micro. Sudden loss of power is not an issue.
Re: Sudden Power Off of ESP32
The only potential problem would be if it is in the middle of a flash write or erase so you just have to plan for that. For example it won't boot a corrupt ota partition and will try to fall back to another partition.
Re: Sudden Power Off of ESP32
Thanks for your quick reply guys. . . .
I was actually planing to give an emergency power supply for shutting down in case of main power failure. So thats why I asked.
Do I need to put the emergency power supply?
I was actually planing to give an emergency power supply for shutting down in case of main power failure. So thats why I asked.
Do I need to put the emergency power supply?
Re: Sudden Power Off of ESP32
In your application, have you implemented OTA processing? Are you writing to any Posix based flash based file systems? Are you using a micro-sd card or similar? Is your application forming a network connection to a partner where interruption of data receipt or transmission going to cause an unrecoverable problem? If not, then the likely answer is "no".
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: Sudden Power Off of ESP32
Yes, I am using OTA and yes I am going to use SD Card.
Who is online
Users browsing this forum: No registered users and 105 guests