Update ei_camera.h, change SIDO_GPIO_PIN and VSYNC_GPIO_PIN for M5Camera with PSRAM#5
Closed
IcingTomato wants to merge 2 commits intoedgeimpulse:mainfrom
Closed
Update ei_camera.h, change SIDO_GPIO_PIN and VSYNC_GPIO_PIN for M5Camera with PSRAM#5IcingTomato wants to merge 2 commits intoedgeimpulse:mainfrom
IcingTomato wants to merge 2 commits intoedgeimpulse:mainfrom
Conversation
SIDO and VSYNC changed
Collaborator
|
Hi! Thanks for the PR. Which exact board are you using? |
Author
|
I am using M5Camera with PSRAM. And you can take a look for our organization's https://github.com/m5stack/M5Stack-Camera/blob/master/wifi/wifi_ap/main/config.h. #elif CONFIG_M5_CAMERA_A_BOARD
#define CAM_PIN_SIOD 25
#define CAM_PIN_VSYNC 22
#define CAM_PIN_TX 13
#define CAM_PIN_RX 12
#elif CONFIG_M5_CAMERA_B_BOARD
#define CAM_PIN_SIOD 22
#define CAM_PIN_VSYNC 25
#define CAM_PIN_TX 13
#define CAM_PIN_RX 4There are two versions M5Camera. You can add them in the code. I checked the wiki and it confirmed my suspicion. https://docs.m5stack.com/en/unit/m5camera I ask my boss and he said “I am sorry for our products update so quickly, both Ver.A and Ver.B were sold very good. Now they are EOL.” |
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.



SIDO and VSYNC changed
And it works very well.