🚀 Elevate Your Projects with Precision Sensors!
The Stemedu GY-521 MPU-6050 6DOF Accelerometer Gyro Sensor Module is a high-performance sensor suite featuring a 6-axis accelerometer and gyroscope. With a range of gyroscope options from ±250 to ±2000 °/s and acceleration ranges from ±2g to ±16g, this module is perfect for a variety of applications. It utilizes a built-in 16-bit AD converter for precise data output and supports standard IIC communication, making it an ideal choice for Arduino enthusiasts and professionals alike.
Brand | Stemedu |
Style | Modern |
Mounting Type | Surface Mount |
Output Type | Digital |
UPC | 768390744521 |
Manufacturer | Stemedu |
Model number | GY-521 |
Item Weight | 50 g |
Package Dimensions | 16.3 x 10.5 x 2.4 cm; 50 g |
Item model number | GY-521 |
Are batteries included? | No |
J**R
Amazing function for the price, needs to be restarted occasionally
I am quite impressed with these. If you spin it fast enough it needs to be restarted, here is some Arduino code to do that:const int MPU_addr=0x68; // I2C address of the MPU-6050int16_t AcX,AcY,AcZ,Tmp,GyX,GyY,GyZ;if (AcY==0, AcX==0){ Serial.println("Needs to Reboot"); Wire.beginTransmission(MPU_addr);Wire.write(0x6B); // PWR_MGMT_1 registerWire.write(0); // set to zero (wakes up the MPU-6050)Wire.endTransmission(true); Serial.println("Rebooted");delay(10);}
A**T
so far so good 👍
Tested one with a raspberry pico and the arduino core and I was able to have data graphing in about 30 minutes.I've not used the rest but if they're like the first I'll be very happy.
A**R
Great functionality
Worked great. Versatile in that they work with Arduino mouse and keyboard libraries. Awesome value for the price!
I**R
No issues spotted!
In my review I will try not to focus too much on the MPU6050 unit itself but rather the board. But as general guidance to other enthusiastic people out there, these low-cost inertial sensors require a lot of de-noising and calibration before being usable for most applications. Overall the noise characteristics of this sensor seem to be stable. (I had almost an identical output during the motion using four units).Some positives:1. Obviously, getting 5 sensors for this price is very good.2. Two different headers are provided with different angles (straight and 90 degrees). This is important if you want to fit your sensors inside a small box.Issues with the board:1. The board is a bit flimsy. So make sure that no unnecessary amount of pressure was used when bolting it down.
H**T
This is a great deal for your money.
Taking a course on raspberry pi’s. Have not used them yet but have some ideas for a few of them.
Trustpilot
1 day ago
3 weeks ago