Add support for ESP32-WROVER-DEV boards with Camera#9233
Merged
tannewt merged 3 commits intoadafruit:mainfrom May 20, 2024
Merged
Add support for ESP32-WROVER-DEV boards with Camera#9233tannewt merged 3 commits intoadafruit:mainfrom
tannewt merged 3 commits intoadafruit:mainfrom
Conversation
Author
|
Be aware of a common hardware fault on some of these - the power regulators are backwards ... You may need to swap the 2 power regulators (65BX and 54FK) which got soldered in the wrong way around! See pic - cheap copy at top, original at bottom :- issue symptoms are undetectable or intermittently failing camera. |
tannewt
requested changes
May 13, 2024
Member
tannewt
left a comment
There was a problem hiding this comment.
Thanks for the board def. Let's not attribute this board to espressif at all. Instead let's add a separate creator id for freenove.
Author
|
OK - got a new ID sorted for Freenove, and updated the name and ID in the relevant files. |
Author
|
Should be ready to merge now - the PR for the new IDs is creationid/creators#69 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This adds support for the ESP32-WROVER-DEV boards (alternatively named ESP32-WROVER-CAM by other manufacturers)
Here is my working sample script which takes a photo (and saves it to "out.jpg" in flash)
Here is the button test code
This board uses different camera pins to my previous PR for the ESP32-CAM, however, python code written for either board works on both of these without change.
Here are my notes:-