-
Notifications
You must be signed in to change notification settings - Fork 656
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 #706
Comments
Hello, Have you tested your PCB with the example Web server provided with Arduino IDE, ie "CameraWebServer" ? This example, as you probably know, is available at "File ->Examples -> ESP32 -> CameraWebServer" Imho, if problem no longer occurs, it means that problem is caused by some software bugs in project (I2S ? Web server ? ...). If problem still occurs, it means that problem is caused by PCB. See example of CameraWebServer snapshot My configuration
Hope this helps |
@06GitHub Which Pins you are using in your custom PCB ? If possible can you share Pins and PCB layout ? Do you find any mistake in my Camera Pin Routing ? |
3) Power supplies 4) XCLK Those 2 problems were encountered on my project, some months ago. 5) SDA, SCL pull up 6) Test connectors |
Checklist
Issue or Suggestion Description
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: