I have a project where I may need 25+ accelerometers and magnetometers.
I see three options for sensors:
-Direct wire, which could be possible with shift registers
-I2c, however many sensors of the same brand only ship with 1 or 2 address options and I dont want to have dozens of different brands with with different protocols
-SPI, same problem as I2c.
I found the I2C sensors to be cheap, is there a way to use numerous sensors with the same address within one bus?