Il 17/02/2014 14:32, Alex David ha scritto:
But that leaves me with another problem as I now understand how I2C works on linux... I, in fact, need at least 3 busses (for my at least 3 devices) - so i2c-0, i2c-1, i2c-2
So you cannot configure the three devices on the same bus, with three different addresses?
... There are applications I can't change on the guest and opening / writing / reading on i2c-0, i2c-1 etc... Can I just declare these busses using i2c-dev ?
If you need more than one bus, you need a new device exposing the I2C bus, besides the new sensor devices. USB-I2C could be one such device.
Paolo