Hi.
I want to connect two mpu6050 sensors with arduino mega2560.
I'm a newbie, so I got a problem with the circuit connection.
Can anybody help me with wiring two sensors using breadboard?
Thank you.
Wire up one first and get that working.
To wire a second module you need to have a different I2C address. That can be done via the ADO pin on most modules. LOW - 0x68, HIGH = 0x69.
You can set the address of each instance within your code with MPU6050.begin(ic2_addr). (Adafruit library)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.