ESP32-S3 (chip only) D+/D- flashing problem
Posted: Fri Jul 04, 2025 7:12 pm
Hello!
I have an ESP32-S3 chip (just the chip, not the whole board). I have it on my own PCB, the only Data Lines I have are D+ and D-.
I found out to flash a completely new chip in the Arduino IDE you need to first flash a bootloader, which enables USB CDC, with UART.
So I took a USB to UART coverter and soldered it to my ESP, it is getting recognized by the PC and I can flash something on it. I tried a few things, thought it worked, solderd it on to the PCB AND it got recognized by the computer, but I still cant flash anything on it in the Arduino IDE (yes: GPIO0 -> GND), there is just always a timeout.
I just dont know what to do, maybe someone can help me
.
I have an ESP32-S3 chip (just the chip, not the whole board). I have it on my own PCB, the only Data Lines I have are D+ and D-.
I found out to flash a completely new chip in the Arduino IDE you need to first flash a bootloader, which enables USB CDC, with UART.
So I took a USB to UART coverter and soldered it to my ESP, it is getting recognized by the PC and I can flash something on it. I tried a few things, thought it worked, solderd it on to the PCB AND it got recognized by the computer, but I still cant flash anything on it in the Arduino IDE (yes: GPIO0 -> GND), there is just always a timeout.
I just dont know what to do, maybe someone can help me