Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino IDE 2.3.4 Freezes After Uploading Code to ESP32-CAM #2591

Open
3 tasks done
AkhmadKhoirudin opened this issue Dec 5, 2024 · 0 comments
Open
3 tasks done

Arduino IDE 2.3.4 Freezes After Uploading Code to ESP32-CAM #2591

AkhmadKhoirudin opened this issue Dec 5, 2024 · 0 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@AkhmadKhoirudin
Copy link

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

  1. Open Arduino IDE version 2.3.4.

  2. Load the ESP32 Camera example(e.g., CameraWebServer).

  3. Set the configuration in the Tools menu:

     -     . Board: AI Thinker ESP32-CAM
     -     . Partition Scheme: Huge APP (3MB No OTA)
     -     . Upload Speed: 115200
    
  4. Connect ESP32-CAM using Dev Board USB to TTL CH340.

  5. Press the BOOT button on the ESP32-CAM board and upload the sketch.

  6. Wait until the upload process finishes.

  7. After the upload is complete, Arduino IDE freezes and becomes unusable.!

  8. Image seed souce

  9. Image finis seed souce arduino ide freezes

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
@AkhmadKhoirudin AkhmadKhoirudin added the type: imperfection Perceived defect in any part of project label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

1 participant