Been away from Arduino tomfoolery for a while and have finally found time to go back to it.
I did buy visual micro a few years back, and it worked well so I thought I would grab the trial and get up and running again then buy another license.
Dug out my Arduino boards, installed the Arduino IDE, then VS 2026 and finally Visual Micro
Not having much luck in getting it working though.
First issue was figuring out which board I had - Its an ESP for sure - its got ESP 32 written on the chip
But there are a lot of ESP 32 boards in the boards manager.
I sort of had success uploading via the Arduino IDE - created a sketch (albeit an empty one) and clicked upload. (Selected the board type as ESP32-WROOM-DA - not sure if that's correct).
Once its compiled it says connecting and tries to upload.. then fails:
Edited: A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x13)! The chip needs to be in download mode.
When I looked on the website listed in the error it says to press the BOOT button when it tries to connect. I did this with the Ard IDE and it looks to upload.
However when trying to run from VS, selecting the same board and pressing Build and Upload I don't get a chance to press the button.
I see
Edited:
Uploading 'Sketch1' to 'ESP32-WROOM-DA Module (esp32_esp32da)' using 'COM3'
esptool v5.1.0
Serial port COM3:
Then
Edited: I also don't recall having to press a button on the ESP to upload/run a sketch (though I could be mistaken)
What am I missing ?
Oh and just in case I have the wrong driver... the driver I have installed as shown in device manager is
Edited: Silicon Labs CP210x USB to UART Bridge
Not sure this is correct either.