Hello friend!
I am working on a project where I need to add four MPU6050 with one Arduino Mega. The page http://playground.arduino.cc/Main/MPU-6050#multiple suggests that
"Using more than two MPU-6050 sensors can be achieved by connecting each of the AD0 pins to a separate output of the Arduino." What does this output refer to?
"The output of a 5V Arduino can not be used. In that case a voltage divider or level shifter for 3.3 volts on each of the outputs is needed." Voltage divider can be implemented. However, I am not able to make the connections like how to connect the output 3.3V to the output (referred in the first clause above).
"Suppose all AD0 lines are default high (3.3V), so every MPU-6050 is I2C address 0x69. That I2C address is however never used ! The Arduino makes one of the AD0 lines low, and uses that sensor at I2C address 0x68. After that is finished, the Arduino selects another AD0 line, and can use that sensor." I know how to make a line LOW. However, this can only be accomplished once the connections are clear.
Your help will highly be appreciated.
Thanks!