I am working on a project that interfaces two IMU sensors to one microprocessor (NXP LPCxpresso). The purpose is to read both of gyro and accelero at two different place on the bodies. I have foolishly rushed to buy this product: http://www.pololu.com/catalog/product/1268
The sad thing about it is that "The accelerometer’s slave address is fixed to 0011001b", so I cant use two different I2C addresses for two IMUs. (but it is possible in version 1 of this sensor!).
Is there anyways I can overcome this dilemma? I am also thinking about switching to MPU-6050, but sadly, I cant find a library for MPU-6050 for LPCxpresso.
Could you please giving me some suggestions?