Last active
July 9, 2018 15:25
-
-
Save heborras/da6d618b509126880fd5e49a3b1ccc47 to your computer and use it in GitHub Desktop.
A small programm which can configure an OV7670 sensor via the SCCB protocoll. The programm will use the standard I2C hardware of the arduino to drive the SCCD-Bus. Also a 8MHz PWM will be applied at the PIN 9, this should be connected to the XCLK of the camera. Tested with: Arduino Yun. Should work on Arduino Uno/Leonardo/Yun, a few more.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The source code and project moved here: https://github.com/HenniOVP/OV7607_sccb_configuration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works fine with Arduino Leonardo :)