-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do we run arducam ov5642 mini 5mp plus with arduino uno r3? #571
Comments
what is the error: cannot open port or camera open error? |
We have tried using different com ports and the problem still won't dissolve. The error that pops up is '' SPI interface error '' Just maybe this is the solution to our problem. |
the problem is probably with your wiring, as the camera is on a 4mhz clock and that is the clock speed for the board, not the SPI interface (which is controlled by the code, and does work). could you please send a photo of your connection? |
the gray wire should be in pin 7. |
We have tried it in different pins like pins 6, 7, and 10, but it still reflects the error "SPI interface error". |
if you change the pin, you must make sure the pin you choose reflects the one in the code. Also, have you made sure to select the correct chip in the code (ov5642/5mp plus), and the chip select (gray wire), and using the correct example code? |
We have done all that accordingly and still. |
We have tried running the mini ov5642 plus 5mp with the arduino uno r3. We wired them as instructed and the code gets uploaded swifly, but the com in the host app does not open. What could be the problem?
The text was updated successfully, but these errors were encountered: