Arduino
Arduino copied to clipboard
Arducam ov5642 not working with other i2c devices
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
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.