Skip to content

Ayad-Ben-Saliem/ov7670-no-ram-arduino-uno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a version of code that sends data to the PC.
Unlike previous code this requires no external ram or fifo.
It just sends the data as it receives it.
The transfer rate is 1 mbps or 128kbytes per second
Connections
Order Arduino ov7670
A5->SIOC
A4<->SIOD
Note what I have just described (above) are I2C connections you will need pullup resistors to 3.3v for both SIOC and SIOD.
You must not connect the resistors to 5v.
I have found that certain resistor values do not work such as 1K and 2.2K but found 4.7K and 10K to work.
11-> (convert 5v to 3.3v) XCLK
A0<-0
A1<-1
A2<-2
A3<-3
4<-4
5<-5
6<-6
7<-7
3<-VSYNC
2<-PCLK

About

Allows you to use a non fifo ov7670 on the arudino uno without external spi ram like other examples. Sends the data to UART.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.1%
  • Makefile 24.9%