This item has closed with no items sold
View other items offered by BotShop2863

Similar products

R30 shipping
HW-423 MPU-9250 9-Axis Attitude + Gyro + Accelerator + Magnetometer Sensor Board Module
R287
R30 shipping
AB-F713 6 Axis Gyro Stabilizer Mini LED Aircraft
R550
IC MPU Z180 6MHZ DIP64 Z8018006PSC
R44.16
R30 shipping
HW-423 MPU-9250 9-Axis Attitude + Gyro + Accelerator + Magnetometer Sensor Board Module
R287

GY-521 MPU6050 3-Axis Acceleration Gyroscope 6DOF

New
R122.26
Closed 2 May 24 10:45
Shipping
Standard courier shipping from R30
R30 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30 surcharge. This will be calculated at checkout if applicable.
Check my rate
Ready to ship in
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Get it now, pay later
Buyer Protection

Product details

Condition
New
Location
South Africa
Product code
SEN-015
Bob Shop ID
593184220

GY-521 MPU6050 3-Axis Acceleration Gyroscope 6DOF Module

- Model: GY-521
- Color: Blue
- Material: PCB + Plastic + copper
- Chip: MPU-6050
- Power supply: 3~5V
- Communication mode: standard IIC communication protocol
- Chip built-in 16bit AD converter, 16bit data output
- Gyroscopes range: +/- 250 500 1000 2000 degree/sec
- Acceleration range: +/- 2g, +/- 4g, +/- 8g, +/- 16g
- Immersion Gold plating PCB, machine welding process to ensure quality
- Pin pitch: 2.54mm
- Great for DIY projects

Example Sketch & Diagram

Library: MPU6050.zip

 

gy-521-mpu6050-3-axis-acceleration-gyroscope-6dof

 

#include "Wire.h"#include "I2Cdev.h"#include "MPU6050.h"MPU6050 accelgyro;int16_t ax, ay, az;int16_t gx, gy, gz;#define LED_PIN 13bool blinkState = false;void setup() { Wire.begin();Serial.begin(38400);Serial.println("Initializing I2C devices...");accelgyro.initialize(); Serial.println("Testing device connections...");Serial.println(accelgyro.testConnection() ? "MPU6050 connection successful" : "MPU6050 connection failed");pinMode(LED_PIN, OUTPUT);}void loop() {accelgyro.getMotion6(&ax, &ay, &az, &gx, &gy, &gz);Serial.print("a/g:t");Serial.print(ax); Serial.print("t");Serial.print(ay); Serial.print("t");Serial.print(az); Serial.print("t");Serial.print(gx); Serial.print("t");Serial.print(gy); Serial.print("t");Serial.println(gz);blinkState = !blinkState;digitalWrite(LED_PIN, blinkState);delay(250);}

More from this seller

View all
NRF24L01 2.4GHz Transiever
R62.68
10-WAY Micro fit 3.00mm Rectangular Connector male with crimps (Black) (2 Pack)
R46.50
1 Pair 1m Banana Plug to Alligator Clip Red-Black Test Leads
R70.15
R30 shipping
MP3 Format decoder board module amplifier
R124.02