Page 1 of 1

upload code to esp32 wroom module

Posted: Fri Mar 17, 2023 6:29 am
by moh.esmail
Hi Everyone

I am really appreciate if somebody help me to solve this issue ASAP

After I made upload for any code to esp32 wroom module always appear to me this message :

Leaving...
Hard resetting via RTS pin.

I have see a lot of things about this issue but I could not solve it

Re: upload code to esp32 wroom module

Posted: Mon Mar 20, 2023 6:54 am
by bidrohini
The RTS signal is an output of the UART informing the other UART on the bus that it is ready to receive data. This RTS signal changes back afterwards when the data transmission is completed.
This signal is used to perform a hardware reset when the transmission of the data from a laptop to a Device(ESP32/ESP8266) is completed. This action will restart the program that is within the memory of the ESP module.
This article explains how to fix this error: https://electronicsinnovation.com/hard- ... explained/
I think you'll get a clear idea from the article and the video embedded in it.

By the way, if you ever consider making an ESP32-WROOM development board, you can see here: https://www.pcbway.com/project/sharepro ... c8e2c.html

Re: upload code to esp32 wroom module

Posted: Mon Mar 20, 2023 10:45 am
by corz.org
I see exactly those words at the end of every upload to any module.
It's normal and not an error.

What's the issue?