File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
This is a version of code that sends data to the PC.
2
- Unlike previous code this requries no external ram or fifo.
3
- It just sends the data as it recevices it.
2
+ Unlike previous code this requires no external ram or fifo.
3
+ It just sends the data as it receives it.
4
4
The transfer rate is 1 mbps or 128kbytes per second
5
5
Connections
6
- Order arduino ov7670
6
+ Order Arduino ov7670
7
7
A5->SIOC
8
8
A4<->SIOD
9
+ Note what I have just described (above) are I2C connections you will need pullup resistors to 3.3v for both SIOC and SIOD.
10
+ You must not connect the resistors to 5v.
11
+ I have found that certain resistor values do not work such as 1K and 2.2K but found 4.7K and 10K to work.
9
12
11-> (convert 5v to 3.3v) XCLK
10
13
A0<-0
11
14
A1<-1
You can’t perform that action at this time.
0 commit comments