i have a esp32s3 wroom n16r8 and when i am uploading the wifi scan sketch it is taking like 2 minutes to upload and when it is getting uploaded the serial monitor is showing blank. com and module everything is selected correctly yet serial monitor is blank also i tested both 9600 and 115200 baud rate yet same blank
Hi.
You may need to press the RST or EN button on the board for it to start running the code.
Let me know if this helps.
Regards,
Sara
Great.
I’ll mark this issue as resolved. If you need further help, you just need to open a new question in our forum.
Regards,
Sara
Yes on the S3, after an upload, it closes the serial port so Serial Monitor ceases to work.
So on the Arduino IDE, you must set Tools/USB CDC On Boot/Enabled. After upload one sometimes must hit RST. Then the thing starts working.