Anonymous
Mar 29, 2026
Rating: 5/5
Reliable Sensor
Been using MPU6050s for years. This batch is consistent and reliable for vibration monitoring projects.
Description
Reviews
| Brand | - |
| Category | Electronic Components / Maker DIY / Computer Hardware, Monitors & Peripherals |
| Origin | - |
| Chip Model | MPU-6050 |
| Sensor Type | 6-Axis (3-Accelerometer + 3-Gyroscope) |
| Communication Interface | I2C (Inter-Integrated Circuit) |
| Operating Voltage | 3.3V to 5V DC |
| Accelerometer Range | ±2/±4/±8/±16g (Programmable) |
| Gyroscope Range | ±250/±500/±1000/±2000°/sec |
| PCB Dimensions | 22mm x 17mm x 3mm |
| Weight | 3.5 grams |
| Pin Configuration | 6 Pins (VCC, GND, SCL, SDA, INT, AD0) |
| Compatibility | Arduino, STM32, Raspberry Pi, ESP8266 |
Anonymous
Mar 29, 2026
Rating: 5/5
Reliable Sensor
Been using MPU6050s for years. This batch is consistent and reliable for vibration monitoring projects.
Anonymous
Feb 16, 2026
Rating: 4/5
Good Value
Solid module for the price. Wish it came with a pin header soldered, but otherwise no complaints on performance.
Anonymous
Jan 31, 2026
Rating: 5/5
Fast Shipping
Arrived quickly and well packaged. Tested immediately and all axes respond correctly to movement.
Anonymous
Jan 31, 2026
Rating: 5/5
Great Stability Data
Using this for a self-balancing robot. The gyro data is smooth and accurate enough for hobbyist use cases.
Anonymous
Jan 22, 2026
Rating: 5/5
Perfect for Arduino Projects
Works flawlessly with my Arduino Uno. The library support is extensive and setup was easy for my balance bot.
Q: What is the default I2C address?
A: The default I2C address is 0x68 when the AD0 pin is connected to GND.
Q: Is this 3.3V or 5V logic compatible?
A: It supports both 3.3V and 5V logic levels safely without a level shifter.
Q: Can it measure absolute orientation angle?
A: It provides raw data; you need a library like Madgwick or Mahony for absolute orientation fusion.
Q: Is there a datasheet available for download?
A: Yes, you can download the MPU-6050 datasheet from the product description section.
Q: Does it work with Python on Raspberry Pi?
A: Yes, it works with Raspberry Pi using Python libraries like Adafruit_CircuitPython_MPU6050.