Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Arducam ov5642 not working with other i2c devices

Open JacobMalek opened this issue 5 years ago • 1 comments

My arducam works well if it is the only device connected to arduino, but when I try to add some other devices it gives me pink, blurred images 6

JacobMalek avatar Feb 22 '20 11:02 JacobMalek

Check your connections. I’ve had similar bad images from a worn breadboard.

Otherwise, you might try inserting delay() or yield() between calls to the ArduCAM and other devices to ensure any background processes have completed.

BillyBee123 avatar Feb 23 '20 19:02 BillyBee123