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

Ov2640 module not working!! #10

Open
searchingforcode opened this issue Jan 1, 2019 · 6 comments
Open

Ov2640 module not working!! #10

searchingforcode opened this issue Jan 1, 2019 · 6 comments

Comments

@searchingforcode
Copy link

Hi i am using this module for testing https://www.aliexpress.com/item/OV2640-camera-module-Module-2-million-pixel-electronic-integrated-with-jpeg-compression-new-big-promotion/32915971973.html . It doesnt have XCLK pin on header as it says it already has an integrated 12mhz crystal. I have already succeeded with esp32-cam board (small camera one) with this firmware. But this ov2640 camera module not working. Its showing "Camera probe failed with error 0x20001". I think this code refers to connection issue. I have changed the wiring and pin configuration but still no change. My pin configuration is:

vsync-25
href-33
reset-23
d1-32
d3-12
d5-13
d7-21

scl-26
sda-27
d0-35
d2-34
d4-5
d6-18
plck-19
pwdn-gnd

Thanks. Waiting for replies.

@amenimtibaa
Copy link

Hello,
Have you found a solution for this ? I am facing the same error with the same module as you

@aizukanne
Copy link

Hello,

I have the same challenge. Did you find a solution?

@amenimtibaa
Copy link

unfortunately, not yet

@AuComrad
Copy link

AuComrad commented Sep 2, 2019

Hi,
I'm having the same problem. Has anyone found a solution yet?

@goebish
Copy link

goebish commented Feb 12, 2020

I'm having the same issue (ESP32-CAM with Ov2640), I know the module is working fine since I uploaded and used a demo Arduino sketch without any issues.

With ESP32_CAMERA_QR:

I (537) sccb: pin_sda 26 pin_scl 27
I (567) sccb: SCCB_Probe start
E (1827) camera: Camera probe failed with error 0x20001
E (1827) camera_qr_demo: Camera init failed with error 0x20001

I suppose there's a problem with twi (soft i2c) since reported camera ID is 0xff

edit: it's working now, I was trying the esp-idf 4.1 PR and for some reason it didn't work, with this 4.0 version I can actually decode QRCodes!

@amenimtibaa
Copy link

Hey guys,
So, I figured out a solution that worked well for my ESP WROVER.
Here is the configuration I used :)

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

5 participants