Skip to content
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

Does this work for ESP-EYE too ? #23

Closed
piwi1263 opened this issue May 12, 2024 · 8 comments
Closed

Does this work for ESP-EYE too ? #23

piwi1263 opened this issue May 12, 2024 · 8 comments

Comments

@piwi1263
Copy link

Hi I've got an ESP-EYE V2.1 Devkit and as far as I know the camera is an OV2640 but any xp on this devkit ?

@firstmustburn
Copy link

I was able to get the code working with an ESP32-WROVER board (see my pull request #21 for the files I changed).

Based on the schematic for the ESP_EYE board, it looks like the status LED is GPIO3. This page that documents the camera pin connections, so you could use that to modify the files along the same lines I did.

You won't have SD card support or be able to add a flash, since there is no free GPIO, but it should be easy enough to try. You'll see in the serial monitor if the board is working. If it's resetting, it probably means the pins are not all correct.

@johnyHV
Copy link
Collaborator

johnyHV commented May 13, 2024

@firstmustburn Attention, it's not that simple. ESP32-WROOVER is built on the ESP32 processor, and ESP32-CAM is also built on the ESP32 processor. However, there are boards built on the ESP32-S3. With the ESP32-S3 processor, I didn't have good results. Maybe it was just my dev board that was faulty. But ESP-EYE V2.1 seems to use the ESP32 processor.

@piwi1263 Compatibility needs to be tested. Currently we don't have SW support for ESP-EYE 2.1

@mozgy
Copy link

mozgy commented May 13, 2024

@johnyHV ESP32S3-CAM works fine for me with #define CAMERA_MODEL_ESP32S3_EYE (minus flash led)

@johnyHV
Copy link
Collaborator

johnyHV commented May 13, 2024

@mozgy Can you send me the version of the board you are using?

@mozgy
Copy link

mozgy commented May 13, 2024

Here it goes -
esp32-cam-1
haven't got time to figure out flash LED yet and yes I have resoldered jumper for antennae

@johnyHV
Copy link
Collaborator

johnyHV commented May 14, 2024

@mozgy Oh really ? Great! Where did you buy this board ? Can you send me camera pin mapping from file from the file Camera_cfg.h ?

@mozgy
Copy link

mozgy commented May 14, 2024

@johnyHV as I wrote before, it's copy from CAMERA_MODEL_ESP32S3_EYE. Only thing different is define LED_GPIO_NUM 48 with caveat that it is actually RGB LED working with Adafruit_NeoPixel library .. and ofc it's from Aliexpress ..

@johnyHV
Copy link
Collaborator

johnyHV commented Jun 29, 2024

Hello @piwi1263 support for the ESP32-S3-EYE 2.2 is already added. Can you tested it please ?

@johnyHV johnyHV closed this as completed Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants