6 years, 5 months ago.

connecting two MPU6050 (nxp lpc1768)

Im using an mbed nxp lpc1768 and trying to display data from two mpu's. so far I can display one but im trying to expand and add one more MPU. can someone please help??

1 Answer

6 years, 5 months ago.

On one of the MPU6050 pull AD0 down, on the other pull AD0 up.

Now they are addressable by different addresses (0x68 and 0x69) on the I2C bus. You might need to change your driver to allow for address selection (search for 0x68 in the driver).