Anonymous
Mar 18, 2026
Rating: 4/5
Solid Sensor
Pinout is clearly labeled on the PCB. Works well with Raspberry Pi as well if you enable the I2C interface.
Description
Reviews
| Brand | - |
| Category | Electronic Components / Maker DIY / Computer Hardware, Monitors & Peripherals |
| Origin | - |
| Chip Model | MPU-6050 |
| Communication Interface | I2C |
| Operating Voltage | 3.3V to 5V DC |
| Gyroscope Axes | 3-Axis |
| Accelerometer Axes | 3-Axis |
| Gyro Scale Range | ±250, 500, 1000, 2000°/s |
| Accelerometer Scale | ±2, 4, 8, 16g |
| ADC Resolution | 16-bit |
| Module Dimensions | 16 x 14 x 3 mm |
| Operating Temperature | -40°C to +85°C |
Anonymous
Mar 18, 2026
Rating: 4/5
Solid Sensor
Pinout is clearly labeled on the PCB. Works well with Raspberry Pi as well if you enable the I2C interface.
Anonymous
Feb 25, 2026
Rating: 5/5
Genuine Module
Received quickly and packaging was secure. Tested the registers and it is definitely a real MPU6050 chip.
Anonymous
Feb 18, 2026
Rating: 5/5
Perfect for Balance Robot
This module worked flawlessly with my Arduino Uno. The I2C communication was stable and the data readings were consistent after calibration.
Anonymous
Jan 29, 2026
Rating: 5/5
Easy to Use
Great for beginners. There are many libraries available online that make interfacing this sensor very simple.
Anonymous
Jan 22, 2026
Rating: 4/5
Good Value for Money
Solid sensor for the price. You need to calibrate it properly to get accurate angle data, but otherwise it functions as expected.
Q: Can I use this with a Raspberry Pi?
A: Yes, it is compatible with Raspberry Pi via the GPIO I2C pins.
Q: Does it provide temperature data?
A: Yes, the MPU-6050 chip includes an embedded temperature sensor accessible via registers.
Q: Which Arduino library do you recommend?
A: We recommend the Adafruit MPU6050 library or the standard Wire.h library for basic communication.
Q: Is this module safe to use with 5V logic?
A: Yes, the module includes a voltage regulator and is safe for 3.3V to 5V operation.
Q: What is the default I2C address?
A: The default I2C address is 0x68 when the AD0 pin is low, or 0x69 when AD0 is high.