Skip to content

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

Notifications You must be signed in to change notification settings

ComputerNerd/ov7670-no-ram-arduino-uno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a version of code that sends data to the PC.
Unlike previous code this requries no external ram or fifo.
It just sends the data as it recevices it.
The transfer rate is .5 mbps or 64kbytes per second
Connections
Order arduino ov7670
A5->SIOC
A4<->SIOD
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