Hello!
As i ve mentioned above, ive beeng searching in google for a while but i cant actually find anything related to my project. Or maybe my english isnt good enough to understand what pple say in these related topics.
So can any1 here who have done things like i do pls help me with this kind of work. I mean how can i connect ov7670 with my mega2560, and how i can obtain/ do further things with obtained pictures with my ov7670 and data logging shield.
i only found a picture that shows connections between UNO and ov7670.
An Arduino cannot deal with high frequency signals, like VSYNC and PCLK. You have to use the SIOC/SIOD interface (I2C? SPI?) instead. Consult your library documentation and examples, how to use that interface.
DrDiettrich:
An Arduino cannot deal with high frequency signals, like VSYNC and PCLK. You have to use the SIOC/SIOD interface (I2C? SPI?) instead. Consult your library documentation and examples, how to use that interface.
idk but actually i cant find anything to read abt it. Can u explain for me please?