element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Data output from OV7670
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 13 replies
  • Subscribers 392 subscribers
  • Views 2247 views
  • Users 0 members are here
Related

Data output from OV7670

Former Member
Former Member over 9 years ago

Hi All.

 

I have been trying to get some useful data from the OV7670 camera module but it seems that it is not outputting the correct data. I have been using this code: https://github.com/ComputerNerd/ov7670-no-ram-arduino-uno and everything seems fine from a software point of view but what I am getting out is not as expected. With the lens covered I should get a stream of repetitive data like [0,80,0,80,0,80....] but I dont regardless of whether it is covered or not. I have tried various register settings and still no joy. Even with default register settings I should be able to see a basic image. I have also viewed the data from the device on a logic analyzer and it is clear that the data is random. The pic below is the camera module output data with the lens covered and it can be seen that the data is totally random.

 

image

 

Anyone know why this is happening or has seen it before?

 

Thanks,

 

Mark.

  • Sign in to reply
  • Cancel

Top Replies

  • clem57
    clem57 over 9 years ago +1
    9 times out of 10, the connections are not right. Please double check these: Connections Order Arduino ov7670 A5->SIOC A4<->SIOD Note what I have just described (above) are I2C connections you will need…
  • Former Member
    Former Member over 9 years ago in reply to shabaz +1
    Below is a capture from the oscilloscope. Blue is the pixel clock and yellow is one of the data pins. I was clocking the logic analyzer using a trigger from inside my code when the HREF went high. As you…
Parents
  • clem57
    0 clem57 over 9 years ago

    9 times out of 10, the connections are not right. Please double check these:

    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

    GND->PWDN

    3.3->RESET

    GND->GND

    3.3v->3.3v

    Do you have a way to check all the voltage levels?

    Clem

    PS check the address of I2C is correct also.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • clem57
    0 clem57 over 9 years ago

    9 times out of 10, the connections are not right. Please double check these:

    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

    GND->PWDN

    3.3->RESET

    GND->GND

    3.3v->3.3v

    Do you have a way to check all the voltage levels?

    Clem

    PS check the address of I2C is correct also.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube