Hello! I must have messed up somewhere...
I am trying to connect the MU camera to BiBoard, using SCL & SDA pins from p16 and 5V & GND from pins p17. I set the right-side toggles on MU to address 0x60, and set MU_ADDRESS in camera.h to the same value.
When I start Bittle, the initialization sequence gets stuck at
"Scanning I2C network..."
(if the camera is not plugged in, then the sequence just goes through as normal)
Any suggestion?
Thanks!
It ended up working with the 3.3v pin for me (+tidier wiring!)
hi finaly worked for me also
thank you for advices
Question i didnt tested to use the 3.3v pin from the same group
is it confirmed that the only way to get the camera working is the 5v pin from p17 ?
Hi,
The standard BiBoard driver won't handle the camera's signal. The messages may interrupt the regular I2C signals.
To use the camera, please uncomment the #define CAMERA line.