Description
Describe the problem
After uploading code to the ESP32-CAM using Arduino IDE version 2.3.4, the application becomes unresponsive. I cannot use features like the Serial Monitor or modify the sketch. I have to force close the application to continue working.
To reproduce
-
Open Arduino IDE version 2.3.4.
-
Load the ESP32 Camera example(e.g., CameraWebServer).
-
Set the configuration in the Tools menu:
- . Board: AI Thinker ESP32-CAM - . Partition Scheme: Huge APP (3MB No OTA) - . Upload Speed: 115200
-
Connect ESP32-CAM using Dev Board USB to TTL CH340.
-
Press the BOOT button on the ESP32-CAM board and upload the sketch.
-
Wait until the upload process finishes.
-
After the upload is complete, Arduino IDE freezes and becomes unusable.!
-
Image seed souce
Expected behavior
Arduino IDE should remain responsive after the upload process is complete, allowing me to use features like the Serial Monitor or modify the sketch without issues.
Arduino IDE version
2.3.4
Operating system
Windows
Operating system version
Windows 10 Pro
Additional context
- Hardware used:
- Board: AI Thinker ESP32-CAM
- USB to TTL Converter: CH340
- Camera: OV2640 - The issue occurs both at upload speeds of 115200 and 921600.
- I have tried disabling the Serial Monitor before the upload process, but the issue persists.
- This issue has occurred on multiple computers with different specifications.
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details