VC0607 "No camera found?"

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

Very sorry, I posted the wrong code, I have just fixed it, and I believe I have changed the baud rate. I can double check. This is the snapshot example code.

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: VC0607 "No camera found?"

Post by adafruit_support_bill »

The best way to test the camera is via the Comm Tool:
https://learn.adafruit.com/ttl-serial-c ... g-commtool

User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

The commtool has not worked, it always gives me the cmd timeout response

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: VC0607 "No camera found?"

Post by adafruit_support_bill »

Have you changed the wiring? The Comm Tool needs the camera wired to pins 0 and 1.

User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

I have not tried that, does it work with the arduino?

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: VC0607 "No camera found?"

Post by adafruit_support_bill »

Yes. Follow the instructions in the guide: https://learn.adafruit.com/ttl-serial-c ... g-commtool

User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

Hello again, I have finally gotten around to testing the camera with commtool and I got the same response that I have been getting even with the updated resistors in the wiring and putting the tx and rx into the pins 0 and 1. I will go through the steps and when I try and click get version, it says "cmd timeout". Any other suggestions?

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: VC0607 "No camera found?"

Post by adafruit_support_bill »

Try adjusting the baud-rate in the Comm Tool.

User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

Yes I have already done that for every baud rate available with no success.

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: VC0607 "No camera found?"

Post by adafruit_support_bill »

I got the same response that I have been getting even with the updated resistors in the wiring and putting the tx and rx into the pins 0 and 1
Double-check that you have Tx going to pin 1 and Rx to pin 0.

User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

The way you are saying it, you want me to put the rx on the camera to the rx on the arduino? And tx the same as well?

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: VC0607 "No camera found?"

Post by adafruit_support_bill »

That is correct - because you are using those pins to communicate with your PC via the USB/Serial chip - not with the Arduino processor. Your Arduino should be loaded with the 'empty sketch' as shown in the guide: https://learn.adafruit.com/ttl-serial-c ... g-commtool

User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

Ok, I managed to try it the way that you said, I am unsure if I have the divider right, if you want to double check my picture from before. I still get the "cmd timeout" I checked using all of the different baud rates as well.

User avatar
adafruit_support_bill
 
Posts: 88154
Joined: Sat Feb 07, 2009 10:11 am

Re: VC0607 "No camera found?"

Post by adafruit_support_bill »

Yes, the divider looks correct. But I can't see which camera pin it is connected to. Make sure that it is on the Rx pin.

User avatar
estillcn
 
Posts: 17
Joined: Mon Apr 02, 2018 4:19 pm

Re: VC0607 "No camera found?"

Post by estillcn »

It is on the rx pin.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”