Page 1 of 1

No More Uploads Possible to ESP32-S3

Posted: Sat Nov 18, 2023 6:27 pm
by danielroy10
  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: