ESP32-S3-Wroom 1 and Arduino IDE

Hello everyone!
(First Post)
I am currently trying to flash my latest project. It is a self designed PCB and I am able to flash it with the Arduino IDE (1.8.19) for various reasons I would like to use the Arduino IDE 2.0 or VS-Code.

Somehow i can't get it wo work...

It seems like the IDE 2.0 does not have the functionality to set the required parameters or chose the right esp:

Specks:

  • ESP32-S3-WROOM-1 4mb + 8mb SPI
  • Flash via USB
  • MacBook Pro 16'' m1

I hope someone can help me to set up the flashing with Arduino IDE 2.0 and / or VS-Code

Thanks in advance!
Best reguards
Luca

1 Like

start the IDE with no board attached
open the serial monitor at 115200
note which ports exist
connect the ESP. note the new port that appears. /dev/ttyUSB0, /dev/ACM0, or /dev/AMA0 on a linux computer
open the serial port. press the reset button. see a wall of gobbledygook. you're in.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.