esp32 | Tag | ohneKontur - der Blog https://www.ohnekontur.de ohne Linien und Kanten und trotzdem gefangen Sat, 31 Dec 2022 10:01:49 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 Erase ESP – quickly reset the wifi chip https://www.ohnekontur.de/2022/12/31/erase-esp-quickly-reset-the-wifi-chip/ https://www.ohnekontur.de/2022/12/31/erase-esp-quickly-reset-the-wifi-chip/#respond Sat, 31 Dec 2022 10:01:49 +0000 https://www.ohnekontur.de/?p=3206 TLDR: Install esptool.py pip3 install esptool Erase flash of the esp esptool.py -- erase_flash One of my smart ESP devices wasn’t responding after a power down. I debugged the problem by connecting it to a serial interface. On the comandline … Continue reading

The post Erase ESP – quickly reset the wifi chip first appeared on ohneKontur - der Blog.]]>
TLDR:
Install esptool.py
pip3 install esptool

Erase flash of the esp
esptool.py -- erase_flash


One of my smart ESP devices wasn’t responding after a power down.
I debugged the problem by connecting it to a serial interface. On the comandline I saw that the chip wasn’t able to connect to its WIFI. To check wether the chip was fried or if its just the software thats messing around I had to delete all of its storage, to reflash the software afterwards. To do that i used the comands stated above.

The post Erase ESP – quickly reset the wifi chip first appeared on ohneKontur - der Blog.]]>
https://www.ohnekontur.de/2022/12/31/erase-esp-quickly-reset-the-wifi-chip/feed/ 0