Dual Motor Controller Cape on top of Beaglebone Black! |
First off, when I attempted to find all the i2c interfaces using i2cdetect, I got the following screen:
Fortunately, with help from panto on the IRC channel (freenode/#beagle), I found out that i2c-1 is actually I2C2. Executing the command 'i2cdetect -r 1' and monitoring on the scope actually proves that i2c-1 is actually I2C2!
I2C2 SDA and SCLK |
But then if I2C2 is /dev/i2c-1, where will I2C1 be?
ReplyDeleteWhy would the developers have done this?
(I remember that on the White BB the third bus i.e. I2C2, was a 1.8V bus, but it doesn't seem to be the same for the Black BB, hopefully)
Btw, this is the type of post that the BeagleBone community needs but unfortunately there aren't many!