Hi,
I'm working on a project that uses 6 MPU6050 to detect body motion and I can connect 4 of them on the beaglebone using the 2 i2c channels available by PINs.
But I need to connect 2 more, so I was trying to solder right on the board and access the i2c-0, and when I did, I successfuly detected using i2cdetect -y -r 0, but just for a short amount of time.
Why it worked for just a brief moment?
How the i2c-0 works?
Why the i2c-0 is different than others i2c channels?
And finally, the golden question, how can I make it work?
PS.: I'm ashamed to have posted a lot of questions on my first post on this forum.