← All Components  /  Sensors
// Sensors

MPU-6050

The MPU-6050 is a 6-axis IMU combining a 3-axis gyroscope and 3-axis accelerometer with an onboard DMP (Digital Motion Processor). Communicates via I2C, widely used for drones, balancing robots, and gesture control.

// Specifications
Supply Voltage
3.3V – 5V (module)
Interface
I2C (400kHz)
Gyro Range
±250/500/1000/2000 dps
Accel Range
±2/4/8/16g
Package
QFN-24 / Module
I2C Address
0x68 or 0x69
// Pin Reference Table
Pin Name Function Type
VCC VCC 3.3V–5V power PWR
GND GND Ground GND
SCL SCL I2C clock BUS
SDA SDA I2C data BUS
XDA XDA Auxiliary I2C data BUS
XCL XCL Auxiliary I2C clock BUS
AD0 AD0 I2C address select (LOW=0x68) I/O
INT INT Interrupt output, active high I/O