-
Notifications
You must be signed in to change notification settings - Fork 649
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 Camera pin connection #696
Comments
ANY pin is fine, just stay away maybe from the bootstrap pins |
Hi, I have used these pins in my custom PCB for the ESP32-S3 camera. Initially, the camera worked fine, but later I started encountering this issue continuously." #define PWDN_GPIO_NUM -1 #define Y9_GPIO_NUM 21 [b]Arduino Error:[/b] [b]1)[/b] E (521) esp_core_dump_flash: No core dump partition found! E (1064) sccb: SCCB_Write Failed addr:0x30, reg:0xff, data:0x01, ret:263 [b]2)[/b] E (521) esp_core_dump_flash: No core dump partition found! E (9028) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) [b]3)[/b] E (521) esp_core_dump_flash: No core dump partition found! E (1481) sccb: SCCB_Write Failed addr:0x30, reg:0xff, data:0x01, ret:263 |
hi, can i use camera with esp32-wroom-32E? |
Checklist
Issue or Suggestion Description
Hi, I am trying to make my own PCB with an ESP32-S3. Can I use any GPIO pin for the camera connection, or are there specific recommendations for ensuring good quality?
The text was updated successfully, but these errors were encountered: