ESP32 wont flash

Annex for ESP32
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1271 times
Contact:

Re: ESP32 wont flash

Post by cicciocb »

TrevorB,
please put a picture of the module that you are using
User avatar
TrevorB
Posts: 15
Joined: Tue Jul 06, 2021 10:32 am
Been thanked: 1 time

Re: ESP32 wont flash

Post by TrevorB »

This OK
ESP32.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1271 times
Contact:

Re: ESP32 wont flash

Post by cicciocb »

I still did not understood if your module is recognised or not as a serial port.

I think that you probably miss the CP2102 drivers ..
User avatar
PeterN
Posts: 366
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 171 times
Been thanked: 203 times
Contact:

Re: ESP32 wont flash

Post by PeterN »

I am not quite sure about the problem too, and might go in the wrong direction (?)
I assume that your module is seen correctly at a COM-port but does not enter flash-mode automatically.

The ESP32-module should at first show its used COM-port to the tool-kit after connecting via USB.
To start the flash mode the ESP32 module on the photo then needs a permanently pressed right button - while the left button has to be pressed shortly. This starts the flash mode. The built-in transistor network, which is insufficiently controlled by the USB serial chip, will not pull down the right pins for flash-mode.
After going to flash-mode manually with the buttons, you can start the firmware-flash from the tool-kit/serial-flasher.
bugs
Posts: 142
Joined: Mon Feb 08, 2021 10:10 pm
Location: Scotland
Has thanked: 44 times
Been thanked: 50 times

Re: ESP32 wont flash

Post by bugs »

I have at least 2 ESP32 modules with CP2102 USB chips. These program without any problem. The ESP32 does not need to be programmed in order for windows to see the USB chip.
I have just plugged one in to my laptop and looked in device manager. It says the driver is "Silicon Labs CP210x USB to UART Bridge".
Using windows 10 on the laptop and I have not downloaded any special driver.
User avatar
TrevorB
Posts: 15
Joined: Tue Jul 06, 2021 10:32 am
Been thanked: 1 time

Re: ESP32 wont flash

Post by TrevorB »

Just flashed my ESP32 successfully,
Thanks for all the forum help
It did not need any of the pushbuttons pressing or the GP100 link
It did need the driver for CP2102 loading from the net
Device Manager was doing its best to ask for this, once I opened the correct tab

I have just written an ANNEX BASIC program in an ESP 32..for the first time

Again thanks for all the forum help
ACarvalho
Posts: 3
Joined: Sun Feb 21, 2021 11:58 am
Has thanked: 2 times

Re: ESP32 wont flash

Post by ACarvalho »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Wed Jul 07, 2021 10:13 pm Just flashed my ESP32 successfully,
Thanks for all the forum help
It did not need any of the pushbuttons pressing or the GP100 link
It did need the driver for CP2102 loading from the net
Device Manager was doing its best to ask for this, once I opened the correct tab

I have just written an ANNEX BASIC program in an ESP 32..for the first time

Again thanks for all the forum help


It looks like CP2102 was the one that needed a driver.
I've seen a lot of posts on the net about drivers for CP2102 and CH340, it's odd because CP2102 is the older one.
In Aliexpress, some vendors mention specific chip and CP210x seemed to be the preferred ones.

But again, I don't use Windows, so, I can't tell the difference.
Post Reply