Page 1 of 1

ESP8266 (Wemos) smashed filesystem

Posted: Thu Oct 01, 2020 1:49 pm
by AndrewHolt
Hi,

I am powering a wemos board (with temperature and humidity sensors) from a 18650 battery, via a booster to 5V.

The board sleeps for 900 seconds, takes and publishes over MQTT temperature etc, and then goes back to sleep.

The battery is being recharged periodically.

Under some circumstance I can end up with the filesystem corupted to the point that reflashing and reloading is my only option.

I suspect that low battery voltage is causing some kind of brown out, but the filesystem should survive. I am not explicitly writing anything to local storage.

Any ideas ?

Regards,
Andrew