Anonymous
Mar 23, 2026
Rating: 5/5
Perfect for my Arduino project
Works exactly as described. Easy to wire up using the I2C library. Readings are stable after calibration.
Description
Reviews
| Brand | - |
| Category | Electronic Components / Maker DIY / Computer Hardware, Monitors & Peripherals |
| Origin | - |
| Chip Model | MPU-6050 |
| Supply Voltage | 3.3V - 5V DC |
| Communication Interface | I2C (Inter-Integrated Circuit) |
| Axes Measurement | 6-Axis (3 Accelerometer + 3 Gyroscope) |
| ADC Resolution | 16-bit |
| Operating Temperature | -40°C to +85°C |
| Module Dimensions | 22mm x 17mm x 3mm |
| Weight | 2.5g |
| Pin Count | 6 Pins (VCC, GND, SCL, SDA, XDA, XCL) |
| Compatibility | Arduino, Raspberry Pi, STM32, ESP8266 |
Anonymous
Mar 23, 2026
Rating: 5/5
Perfect for my Arduino project
Works exactly as described. Easy to wire up using the I2C library. Readings are stable after calibration.
Anonymous
Mar 22, 2026
Rating: 5/5
Reliable batch purchase
Ordered 10 units for our makerspace. All of them worked out of the box. Consistent quality.
Anonymous
Mar 18, 2026
Rating: 4/5
Works well once configured
Took me a while to get the I2C address right, but that was my mistake. The module itself is solid and compact.
Anonymous
Mar 05, 2026
Rating: 4/5
Good sensor, slight noise
Great value for money. There is some noise in the gyro data but nothing a Kalman filter can't fix. Shipping was fast.
Anonymous
Mar 01, 2026
Rating: 5/5
Essential for robotics class
Bought this for my university robotics module. It paired easily with my ESP32. Documentation online is plentiful.
Q: Is a library available for Python?
A: Yes, there are many MPU6050 libraries available for Raspberry Pi Python.
Q: Does this work with 5V Arduino Uno?
A: Yes, the module has a voltage regulator and works with 5V logic.
Q: Are soldering headers included?
A: Typically headers are not included, but the pins are standard 2.54mm pitch.
Q: Can I use this for navigation?
A: It provides motion data, but for precise navigation, sensor fusion with a magnetometer is recommended.
Q: What is the default I2C address?
A: The default I2C address is 0x68 when AD0 is grounded.