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

After burning firmware problems #80

Open
xyzhaocs opened this issue Apr 6, 2023 · 2 comments
Open

After burning firmware problems #80

xyzhaocs opened this issue Apr 6, 2023 · 2 comments

Comments

@xyzhaocs
Copy link

xyzhaocs commented Apr 6, 2023

After_ burning firmware,it tells me ''Device is busy or does not respond. Your options:'' So how can i solve it

@dvaneynde
Copy link

Similar issue here.
It does work with this driver: micropython_cmake_9fef1c0bd_esp32_idf4.x_ble_camera.bin. But then PSAM is unavailable, and other options aren't either. So I guess it is an older version?
But the camera module does not work with micropython_camera_feeeb5ea3_esp32_idf4_4.

@randomsmith9
Copy link

After_ burning firmware,it tells me ''Device is busy or does not respond. Your options:'' So how can i solve it

I know this is old, but in case it helps someone else: If you have the ESP32-CAM-MB board with reset button

Option A) Try using the arduino ide serial monitor and while connected press the reset button

Option B) Try using thonny serial monitor, but before launching it

  Open the Thonny configuration.ini file (Tools -> Open Thonny Data folder) and in [ESP32] section you need to add:
  
  dtr = False
  rts = False
  
  Worked for me!
  
  The longer story is here:  https://github.com/thonny/thonny/issues/1462
  
  From <https://forum.micropython.org/viewtopic.php?t=10151&start=10> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants