No More Uploads Possible to ESP32-S3

danielroy10
Posts: 1
Joined: Sat Nov 18, 2023 4:30 pm

No More Uploads Possible to ESP32-S3

Postby danielroy10 » Sat Nov 18, 2023 6:27 pm

  1. Hello all, nice to "meet" you all (first post here). Newbie question: I have an ESP32-S3 that I seem to have messed up with my BT/WIFI/cameras tutorials. Now it won't output my messages to the serial monitor. My code to reproduce is as simple as it can get, and compiles fine:
  2.  
  3. void setup() {
  4.   Serial.begin(115200);
  5.   Serial.println("Hello World");
  6. }
  7. void loop() {
  8.   // put your main code here, to run repeatedly:
  9. }
  10.  
  11. After I reset the board, the serial monitor shows lots of output, but no "Hello World" (see picture attached).
  12. I notice that my ESP32-S3 USB port now says "AirM2M_CORE_ESP32C3", which is obviously wrong, and that wasn't what it said before. I use Arduino IDE (2.2.1) on my Windows 10 laptop. Anybody has an idea how to fix? Thank you. Here are my tools options, in case that matters (see attached)Hello all, nice to "meet" you all (first post here). Newbie question: I have an ESP32-S3 that I seem to have messed up with my BT/WIFI/cameras tutorials. Now it won't output my messages to the serial monitor. My code to reproduce is as simple as it can get, and compiles fine:
  13. void setup() {
  14.   Serial.begin(115200);
  15.   Serial.println("Hello World");
  16. }
  17. void loop() {
  18.   // put your main code here, to run repeatedly:
  19. }
  20. After I reset the board, the serial monitor shows lots of output, but no "Hello World" (see picture below).
  21. I notice that my ESP32-S3 USB port now says "AirM2M_CORE_ESP32C3", which is obviously wrong, and that wasn't what it sad before. I use Arduino IDE (2.2.1) on my Windows 10 laptop. Anybody has an idea how to fix? Thank you. Here are my tools options, in case that matters:
Attachments
402190059_10161307651023142_1848106360391819105_n.jpg
My IDE tools options
402190059_10161307651023142_1848106360391819105_n.jpg (39.85 KiB) Viewed 1131 times
402113723_10161307653038142_4288917332731137168_n.jpg
Serial monitor output. Always the same, regardless of my code
402113723_10161307653038142_4288917332731137168_n.jpg (47.28 KiB) Viewed 1131 times

Who is online

Users browsing this forum: No registered users and 140 guests