Attempting to interface ESP32-S3-DevKitC-1 with Arduino IDE v2.2.1

Amy2000
Posts: 1
Joined: Mon Jan 15, 2024 4:27 am

Attempting to interface ESP32-S3-DevKitC-1 with Arduino IDE v2.2.1

Postby Amy2000 » Mon Jan 15, 2024 4:55 am

Hi Everyone,

I have a new ESP32-S3-DevKitC-1 board that I am attempting to interface with Arduino IDE v2.2.1. However, I'm not having any success.

When I plug the USB cable into the USB port of the board, the 3.3V Power LED is on and the RGB LED is solid green. If I plug the USB cable into the UART port, the 3.3V Power LED is on and the RGB LED is solid red.

When I'm in the Arduino IDE, I select ESP32S3 Dev Module and successfully connect to the board with an open COM port, as per the status bar of Arduino IDE. However, I'm unable to load any sketch.

When connected to the USB connector on the board, I attempted to upload the blink sketch from the examples and get the following error:
Sketch uses 281361 bytes (21%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14540 bytes (4%) of dynamic memory, leaving 313140 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.6
Serial port COM5
Connecting...

A serial exception error occurred: Write timeout
Note: This error originates from pySerial. It is likely not a problem with esptool, but with the hardware connection or drivers.
For troubleshooting steps visit: https://docs.espressif.com/projects/esp ... oting.html
Failed uploading: uploading error: exit status 1

If I connect to the UART connector on the board and attempt to upload the same sketch, I get this error:
Sketch uses 281361 bytes (21%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14540 bytes (4%) of dynamic memory, leaving 313140 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.6
Serial port COM3
Connecting......................................

A fatal error occurred: Failed to connect to ESP32-S3: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esp ... oting.html
Failed uploading: uploading error: exit status 2

Could anyone offer any suggestions as to what I need to do to get this board to communicate/operate properly?

Cheers,

Amy

ESP_Sprite
Posts: 9052
Joined: Thu Nov 26, 2015 4:08 am

Re: Attempting to interface ESP32-S3-DevKitC-1 with Arduino IDE v2.2.1

Postby ESP_Sprite » Mon Jan 15, 2024 8:35 am

Can you try forcing the board into download mode before attempting to upload? You do that by holding the BOOT button and then momentarily pressing the RESET button before releasing the BOOT button.

Who is online

Users browsing this forum: No registered users and 142 guests