ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
479 stars 351 forks source link

OV2640 DOA? need help #278

Open DigitalSocrates opened 7 years ago

DigitalSocrates commented 7 years ago

here is what i know

  1. followed instructions on how to setup module with mega 2560 http://www.arducam.com/how-to-connect-arducam-shield-to-mega-2560/#more-509 CS - 7 MOSI - 51 MISO - 50 SCK - 52 GND - GND VCC - 5v SDA - 20 SCL - 21
  2. used sample code for OV2640
  3. SPI test passes but module is not recognized as vid and pid are 0
  4. if i remove version test camera just seats in and waits for capture to be done while (!myCAM.get_bit(ARDUCHIP_TRIG, CAP_DONE_MASK)) {

Any recommendation ? or did i got a DOA module?

20171121_002720

UCTRONICS commented 7 years ago

@DigitalSocrates Hi, Have you tested your camera on Arduino UNO board? Have you tested your I2c bus with oscilloscope? Does the camera's I2c interface have a signal? Regards.

DigitalSocrates commented 7 years ago

No do not have Arduino UNO board and do not have oscilloscope.

Have digital multimeter, if it helps.