1

I am trying to follow this tutorial, SIMPLIFIED! How to Use OV7670 Camera with Arduino (other tutorials are also the same) and I noticed that my Camera module has different pin names, what do I do?

Here are images of my module:

Pin labels of 5110VO

5110VO Camera module

Greenonline
  • 3,152
  • 7
  • 36
  • 48

1 Answers1

1

The connections are exactly the same as the tutorial that you have linked to - it is only the pin labels that differ.

Tutorial           Module
-------            ------
SIOC               SCL
SIOD               SDA
VSYNC              VS
PCLK               PCLK
XCLK               MCLK
RESET              RST
PWDN               PWWN
Greenonline
  • 3,152
  • 7
  • 36
  • 48