General

Change address of MPU6050

userHead Kevin.Tetreault 2024-06-18 06:40:54 278 Views6 Replies

I would like to change the address of my MPU6050.

Currently, it is at 0x68.

When I look at your schematic, it shows AD0 high, which would imply address 0x69. So I'm guessing the schematic is out of date.

 

How can I change the address?

 

Thanks,

 

Kevin Tetreault

 

2024-06-25 07:15:36

You can check the solution here:

https://arduino.stackexchange.com/questions/67553/changing-i2c-address-of-mpu-6050

It says “The MPU-6050 has an address pin, marked as A0, which can be used to set the LSB (least significant bit) of the address. So if you connect A0 to ground, the address will be 0b1101000, if you connect it to Vcc it will be 0b1101001. ”

 

If you are interested in making a breakout board with MPU-6050 by yourself, you can follow this design.

 

https://www.pcbway.com/project/shareproject/Arduino_MPU6050_Gyroscope_Accelerometer_Sensor_Module_ecee1e35.html

userHeadPic lia.ifat
lia.ifat wrote:

These links may help too regrading the I2C address change of MPU6050.

 

https://arduino.stackexchange.com/questions/67553/changing-i2c-address-of-mpu-6050

 

https://www.theengineeringprojects.com/2019/02/introduction-to-mpu6050.html

2024-07-11 00:02:29
1 Replies