Comments on: ESP32: Erase Flash Memory (Factory Reset) https://randomnerdtutorials.com/esp32-erase-flash-memory/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 14 Jul 2025 07:18:48 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Ernst https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-1068784 Mon, 14 Jul 2025 07:18:48 +0000 https://randomnerdtutorials.com/?p=126840#comment-1068784 Hello,
Very good projekt. I made it. It works super and upload seems to be faster.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-1065855 Mon, 07 Jul 2025 09:18:48 +0000 https://randomnerdtutorials.com/?p=126840#comment-1065855 In reply to Theo.

Hi.
Yes.
It’s the command prompt window. I’m sorry for the confusion.
Regards,
Sara

]]>
By: Theo https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-1065219 Sat, 05 Jul 2025 19:48:02 +0000 https://randomnerdtutorials.com/?p=126840#comment-1065219 In reply to James Cotter.

I suspect “terminal window” is the command prompt window. very confusing. but we are 2 years down the road… guess you figured it out?

]]>
By: macca https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-963528 Wed, 02 Oct 2024 01:16:27 +0000 https://randomnerdtutorials.com/?p=126840#comment-963528 In reply to Carsten Meinicke.

If windows doesn’t see the ESP32 then it won’t be seen by the IDE either. I’ve had this happen and this is how I fixed it. When you look in the device manager what you see is “Port Alias’s” which are created from the driver you install. These can be corrupted. Unplug all the ESP’s you have connected and any USB device that’s not needed then open device manager. Now up top under “View” select “Show Hidden” Now under ports you should see greyed out the CP2100 alias that is corrupt or not working take a note of the COM number and see if there is another alias with the same number and if there is delete them both but on the next window don’t select delete driver. Once thats all done plug in the ESP32 and it should auto create a new COM alias on the next available number. That’s it it should be good to go.

]]>
By: Carsten Meinicke https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-962679 Sun, 29 Sep 2024 08:51:57 +0000 https://randomnerdtutorials.com/?p=126840#comment-962679 Hallo, I own a “NodeMCU-32S” that was trapped in an endless reboot, so I used your instructions to erease it by using “python -m esptool –chip esp32 erase_flash”. All went fine and it is ereased now. But now either Windows or Arduino IDE will recocnize the “NodeMCU-32S” Chip anymore. Windows 11 Devicemanger tells me it is a “Microsoft Serial Mouse”. Arduino IDE tells me an “unknown Device” on COM3. What can I do to solve these Problem? Installing Drivers new does not help. The installation of the CP210x Driver does not work. Nothing I tried so far was succesful.

]]>
By: Pierpaolo https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-940718 Mon, 22 Jul 2024 17:23:08 +0000 https://randomnerdtutorials.com/?p=126840#comment-940718 Ciao, complimenti per i vostri articoli, sempre chiari. Ho cancellato la memoria di un ESP32 WROOM 32D come da articolo ma alla fine non mi funziona più il bluetoothmentre il resto funziona regolarmente. Cosa posso fare?
Hi, congratulations for your articles, always clear. I deleted the memory of an ESP32 WROOM 32D as per the article but in the end the bluetooth no longer works while the rest works normally. What can I do?

]]>
By: Fernando https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-928965 Fri, 21 Jun 2024 20:34:55 +0000 https://randomnerdtutorials.com/?p=126840#comment-928965 In reply to Daniel.

Hola Daniel, gracias por la info me sirve de mucho! tengo una pregunta adicional yo no cuento con la tarjeta que aparece en el video de Xtronical en ese caso como hago?? podrias ayudarme

]]>
By: Amar https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-918970 Tue, 28 May 2024 17:19:13 +0000 https://randomnerdtutorials.com/?p=126840#comment-918970 Hello, I am using the ESP32 wroom (30 pins – Dev Module). I erased the Flash Memory by writing the codes on my windows terminal (codes: python -m esptool –chip esp32 erase_flash).
now whenver I connect my esp32 to my laptop with the USB cable it floods my serial monitor screen with “e (7238) task_wdt: esp_task_wdt_reset(763): task not found” repeatedly almost for 20 seconds then after it runs my original codes

is there any solution to fix it?

]]>
By: Daniel https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-872125 Wed, 15 Nov 2023 07:42:12 +0000 https://randomnerdtutorials.com/?p=126840#comment-872125 In reply to marcel.

Hola Marcel, lo que me funciono a mí es conectando un condensador entre la toma de tierra y el reset, el condensador debe ser de 10 microfaradios, dependiendo de microcontrolador debes conectarlo a otras tomas, busca en Youtube “Fixing a hardware ESP32 Upload problem” el vídeo del usuario Xtronical ahí lo explican muy bien.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-erase-flash-memory/#comment-872092 Wed, 15 Nov 2023 04:18:47 +0000 https://randomnerdtutorials.com/?p=126840#comment-872092 In reply to marcel.

Hi.
Try to press the BOOT/FLASH button several times during the erasin process.
Regards,
Sara

]]>