adafruit/Adafruit_MMC56x3

Multiple MMC5603 devices on one i2c bus

Closed this issue · 1 comments

Hi,

Can this library support using more than one MMC5303 devices on the same I2c line?
It seems that all of the adafruit devices have a single device i2c address (0x30)? Can we change that through setting a register?

Thanks!
Regh

Hi, this is not possible.
My interim solution is to use either:

  1. I2C multiplexer (TCA9548A
  2. Switch on/off the MMC devices as you want to read from them
    Thanks!