-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Camera Initialization Issue on ESP32-S3 Custom PCB (IDFGH-14145) #14947
Comments
what pull-up registers are used by the I2C bus? Are you using the esp32-camera library for driving the camera sensor? Can you use the i2c driver to read/write OV5640 registers correctly (no other dependency, just using the i2c master driver in the esp-idf) |
what pull-up registers are used by the I2C bus? Are you using the esp32-camera library for driving the camera sensor? Can you use the i2c driver to read/write OV5640 registers correctly (no other dependency, just using the i2c master driver in the esp-idf) |
The OV5640 sensor works perfectly on the ESP32-S3-Korvo-2 V3.0, as I’ve tested it thoroughly. However, we’re encountering reliability issues with our custom PCB. Initially, when the PCB is assembled, the camera functions as expected, but after some time, it begins to throw a "Camera Initialization Error", "Camera SCCB Error", "Camera Not Found". This leads me to suspect a hardware-related issue with our custom PCB. Could you please provide guidance on potential causes or troubleshooting steps to resolve this problem? |
Firstly, double check that the pin configuration in the software configuration is consistent with the hardware. |
@WangYuxin-esp |
Perhaps submitting a hardware review report is a better option. |
@WangYuxin-esp |
@WangYuxin-esp |
This seems more like a hardware issue, you can submit a review request first. Then there will be relevant emails to reply to you. The issue channel here is mainly used to provide feedback on software issues, So as far as I know, there won't be an ID associated with these two things. |
I understand, Thanks @WangYuxin-esp for helping us : ) |
Thanks for sharing the updates, feel free to reopen. |
Answers checklist.
General issue report
We are currently developing a custom PCB based on the ESP32-S3 that integrates the following components:
- OV5640 Camera
- ES8311 Codec IC (for microphone and speaker functionality)
- Servo Port
- I2C Port
- SD Card Port
While all other components are functioning as expected, we are facing a recurring issue with the camera.
Issue Description:
The PCB works fine initially after assembly, but after some time, the camera fails to initialize, showing errors such as:
Steps Taken:
Testing with Custom PCB:
The camera works immediately after assembly but stops functioning after some time.
Testing with ESP32-S3 Development Board:
We connected the OV5640 camera using an FFC breakout board and the same pins used in the custom PCB. The same initialization errors occur.
Attachments for Reference:
- PCB Design Schematic (1-4, 2-4)
- PCB Layout (3-4)
- List of Pins Used (4-4)
Could you please help us identify and resolve the issue? Any insights or suggestions would be greatly appreciated.
Looking forward to your guidance.
The text was updated successfully, but these errors were encountered: