Uploading Code By Using USB-to-UART to ESP Dev Kit
Posted: Wed May 05, 2021 7:13 pm
Hi everyone,
I want to upload the code that I wrote in Arduino IDE to my ESP Dev Kit. But I don't want to use USB-mini. Instead, I want to use a USB-to-UART converter because I have developed my own board with ESP32 Microcontroller on it, and that board is tiny, and I don't want to deal with the soldering of the CP2102 component.
So, I bought a USB-to-UART converter that has CP2102 on it. Then I connected the pins like these:
Converter's 3.3V --------> ESP Dev Kit's 3.3V
Converter's GND --------> ESP Dev Kit's GND
Converter's RX --------> ESP Dev Kit's TX
Converter's TX --------> ESP Dev Kit's RX
After I connect them, I can see the port in my IDE, I upload the code, but it is stuck on the Connecting part. I push the boot(upload) button, but it doesn't cause anything. I try to push both buttons at the same time, but it doesn't work as well.
Do you have any suggestions for this situation?
I want to upload the code that I wrote in Arduino IDE to my ESP Dev Kit. But I don't want to use USB-mini. Instead, I want to use a USB-to-UART converter because I have developed my own board with ESP32 Microcontroller on it, and that board is tiny, and I don't want to deal with the soldering of the CP2102 component.
So, I bought a USB-to-UART converter that has CP2102 on it. Then I connected the pins like these:
Converter's 3.3V --------> ESP Dev Kit's 3.3V
Converter's GND --------> ESP Dev Kit's GND
Converter's RX --------> ESP Dev Kit's TX
Converter's TX --------> ESP Dev Kit's RX
After I connect them, I can see the port in my IDE, I upload the code, but it is stuck on the Connecting part. I push the boot(upload) button, but it doesn't cause anything. I try to push both buttons at the same time, but it doesn't work as well.
Do you have any suggestions for this situation?