interfacing OV7670 with ESP32 through I2C #15438
Unanswered
Mnsh1368
asked this question in
Hardware & Peripherals
Replies: 1 comment 3 replies
-
Can you send me the picture of your OV7670 module? Generic ESP32 firmware does not support OV7670, you need special firmware for that. Beside this, you need ESP32 board that support PSRAM in order to effectively buffer the image data produced by the OV7670. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you very much in advance for your help.
I am trying to connect OV7670 with ESP32 Wroom V1 using I2C, but when I run my related Micropython code, [19] ENODEV will appear.
I didn't find out what the problem is and how solving it.
Can anyone help me with this issue?
Beta Was this translation helpful? Give feedback.
All reactions