Connection problem with ESP32S2 mini

I got the purple board of ESP32S2 from AMAZON and tried to upload a sketch but keep give the error below.

Leaving...
WARNING: ESP32-S2FNR2 (revision v1.0) chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this note, set --after option to 'no_reset'.
Failed uploading: uploading error: exit status 1

I have tried different ways from the internet non seems to work.

any suggestion?

That looks like just a warning..
Your code has been downloaded, you just need to press the reset button on your board..
It's complaining it can't do that for you..

good luck.. ~q

I press the reset button and the board disconnected . The serial monitor could not print out the hello world.

Sounds like it may be stuck in programming mode.
You got 2 small buttons one is reset.
I also see that it says chip was placed into download mode using GPIO0.
Is there a short on the EN (GPIO0) pin?
These come without headers, if you soldered them on, post a good pic please, let's see how it looks..

good luck.. ~q

try EN / BOOT/ RST button combinations

pressing BOOT AND EN right after the connection begins and release ONLY EN few seconds after and finally release BOOT few other seconds after.

OR

Press and hold the BOOT button.
Press and release the RESET (or EN) button.
Release the BOOT button.

You should now see something like this in your serial monitor

ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download

SPI test
MOSI: 23
MISO: 19
SCK: 18
SS: 5

I have tried six board, still the same error.

https://www.wemos.cc/en/latest/s2/s2_mini.html

I am tried all the suggestion by @horace still the same error

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.