The module uses the MPU6050 chip produced by InvenSense as the core. The chip integrates the 3-axis gyroscope and 3-axis acceleration sensor, and uses the built-in digital motion processor (DMP) hardware acceleration engine to respond to the end-output posture data through the I2C interface. With DMP, we can use the motion processing database provided by InvenSense, which is very convenient for posture calculation, reduces the load of motion processing operation on the operating system, and greatly reduces the difficulty of development.
Pins | Name | Description |
1 | VCC | 3.3/5V Power Input |
2 | GND | Ground |
3 | IIC_SDA | SDA of I2C |
4 | IIC_SCL | SCL of I2C |
5 | MPU_INT | Interrupt |
6 | MPU_AD0 | Address select, 0x68(GND or no connect), 0x69(VCC) |