I am trying to get several MPU6050 IMUs to work on the TCA9548A multiplexer.
My current setup is to test with just one IMU, as in the following two pictures.
Now my problem is that when I run the scanner code from https://learn.adafruit.com/adafruit-tca ... g-and-test it tells me that there are several devices attached to each of the 8 channels. As you can see it detects the presence of my IMU with address 0x68 on port 0, but it also detects the addresses 0x0 and 0x60 on every port, although there is nothing else attached but my one IMU on port 0.
Code: Select all
TCAScanner ready!
TCA Port #0
Found I2C 0x0
Found I2C 0x60
Found I2C 0x68
TCA Port #1
Found I2C 0x0
Found I2C 0x60
TCA Port #2
Found I2C 0x0
Found I2C 0x60
TCA Port #3
Found I2C 0x0
Found I2C 0x60
TCA Port #4
Found I2C 0x0
Found I2C 0x60
TCA Port #5
Found I2C 0x0
Found I2C 0x60
TCA Port #6
Found I2C 0x0
Found I2C 0x60
TCA Port #7
Found I2C 0x0
Found I2C 0x60
Thanks in advance for any feedback.
//Michael