Skip to content

dunaevai135/LiveOV7670_stm32-arduino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datasheet for OV7670:
https://www.voti.nl/docs/OV7670.pdf


STM32 support for Arduino IDE.
Add this to File->Preferences->Additional Boards Manager URLs:
http://dan.drown.org/stm32duino/package_STM32duino_index.json



TFT connection:
A1 - TFT reset
A2 - TFT chip select
A3 - TFT D/C (data/command)
A5 - SPI clock
A7 - MOSI

Camera connections:
A8 - XCLCK (camera clock)
PB3 - HREF (Connecting this is not mandatory. Code is not using it)
PB4 - PCLCK (pixel clock)
PB5 - VSYNC (vertical sync)
PB6 - i2c Clock (10K resistor to 3.3V)
PB7 - i2c data (10K resistor to 3.3V)
PB8..PB15 - D0..D7 (pixel byte)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.0%
  • Python 10.0%
  • C 1.1%
  • CMake 0.9%
  • M4 0.8%
  • Shell 0.6%
  • Makefile 0.6%