-
Notifications
You must be signed in to change notification settings - Fork 25
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
ESP32 Reset continuously after flashing #13
Comments
Hello @Airforc . You're having an issue with the camera module. In 90% of cases, if there's an issue with initializing the camera, restarting the MCU helps. However, in your case, restarting the MCU doesn't seem to help. Try disconnecting the camera and reconnecting it. Check the correct insertion of the wires from the camera into the connector on the main board.
|
Hi @johnyHV, I get a similar error:
After reading this : espressif/arduino-esp32#6209 (comment) This is the module I ordered: https://www.amazon.de/dp/B0CXXYGNL4 |
try few more things -
|
@mozgy But even in the example project I get the PSRAM read error:
|
@bin101 this is strange issue. Do you have a photo ? |
@johnyHV of the solder bridge? This was just a hardware issue from a bad manufactured programmer board. |
Had this same issue! Mine was on the MCU side. The solder was so thick between 3.3V and I16 that I thought it was actually intentional. Thanks for the fix, it all works great now! |
I get this loop:
If I load ESPhome, it works fine. But the ESP32-CAM version of this project gives me that loop. Any suggestions? |
Hello @warwickchapman . This is strange. HW version looks good. Can you try use for example FW 1.1.0rc1 ? or 1.0.3 ? |
I had a chance to try again and updated to 1.1.0 and:
|
Flashed my ESP32 cam board (with OV2640 and the correct pinout for the programmer), also set to 'erase all flash prior to upload'.
After flashing board, board service AP becomes somewhat unstable, serial commands do work but MCU appears to be in reboot loop.
CPU reset reason is SW_CPU_RESET, but looks like camera init failed with error 105. I have gotten the camera to show up with an image before, and I have checked the connection of the ribbon cable to the board.
The text was updated successfully, but these errors were encountered: