I bought this esp32s3 ( Amazon.de )
And now I want to upload my code, but I only get an error message:
Der Sketch verwendet 344075 Bytes (26%) des Programmspeicherplatzes. Das Maximum sind 1310720 Bytes.
Globale Variablen verwenden 40184 Bytes (12%) des dynamischen Speichers, 287496 Bytes für lokale Variablen verbleiben. Das Maximum sind 327680 Bytes.
esptool v5.1.0
Serial port COM8:
Connecting…
A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Fehlgeschlagenes Hochladen: Hochladefehler: exit status 2
The method with the manual boot mode using the buttons doesn’t work either. I’m at a loss. My other esp32 wroom 32s work perfectly.
The background is that I want to build a USB button box, and the Wroom32s don’t have a USB interface for communication, and they are not recognized by the PC via Bluetooth. If anyone has a solution, I’m open to it ![]()
Nino
EDIT:
I have downloaded this file (link below) and pasted it into the board folder I’ve created inside my project, and set the board = esp32-s3-devkitc-1-n16r8v in the ini file. But the error is the same..
I am on mac btw, and i can see the chip in the terminal via pio device list
Please help





