MPU-6050 Module 3 Axis Gyroscope + Accelerometer

Rating:
98% of 100
SKU: 018-MPU-6050 Brand: Core Electronics Guides (1)
A 3-axis gyroscope and 3-axis accelerometer housed on a development board ready for prototyping.
$12.05 AUD, inc GST
$10.95 AUD, exc GST

In stock, ships same business day if ordered before 2PM
Delivered by Tue, 23rd of Apr

Quantity Discounts:

  • 10-50 $10.41 (exc GST)
  • 50+ $10.08 (exc GST)
- +

47 from local stock, 1 supplier stock; your order will dispatch between Dec 1 to Dec 10. And yes, stock levels and lead times are accurate!

Favourite product

Shipping:

  • $6+ Standard (5+ days*, tracked)
  • $10+ Express (2+ days*, tracked)
  • FREE Pickup (Newcastle only - must order online*)

Shipping costs may increase for heavy products or large orders.

Exact shipping can be calculated on the view cart page.

*Conditions apply, see shipping tab below.

A 3-axis gyroscope and 3-axis accelerometer are housed on a development board ready for prototyping. Check out the GitHub repository linked below for setting up this sensor with appropriate libraries.

Note: Soldering required - the headers come loose in the bag.

Features : 

  • MPU 6050 Motion Sensor module with integrated 3-axis gyroscope, 3-axis accelerometer
  • Chip: MPU-6050
  • Onboard power regulator

Specifications:

  • Two addresses, Default 0x68, Swap to 0x69 by shorting the ADR pin to 3.3V
  • Power supply: 3V-5V
  • Logic Level: 3.3V - For use on an Arduino or another dev board with 5V logic use a logic level converter
  • Configurable gyroscope range: + 250, 500, 1000, 2000 ° / s
  • Configurable acceleration range: ± 2, ± 4, ± 8, ± 16 g
  • Dimensions: 21mm x 16mm

Downloads:

Examples

Raspberry Pi Pico - Micropython

Library: https://github.com/micropython-IMU/micropython-mpu9x50/blob/master/README_MPU9150.md 

from mpu6050 import MPU6050
from time import sleep
from machine import Pin, I2C

import math

i2c = I2C(0, sda=Pin(8), scl=Pin(9), freq=400000)
imu = MPU6050(i2c)

while True:
    ax=round(imu.accel.x,2)
    ay=round(imu.accel.y,2)
    az=round(imu.accel.z,2)
    gx=round(imu.gyro.x)
    gy=round(imu.gyro.y)
    gz=round(imu.gyro.z)
    tem=round(imu.temperature,2)
        
    pitch = math.atan2(ax,az)
    roll = math.atan2(ay,az)
    
    print("Pitch",pitch,,"/t","Roll",roll)
    
    # Uncomment line below to show acceleration
#     print("ax",ax,"\t","ay",ay,"\t","az",az)
    
    # Uncomment line below to show acceleration
#     print("gx",gx,"\t","gy",gy,"\t","gz",gz)

    sleep(0.2)
    

This product is listed in:

Sensors>IMU

Product Comments

Exact shipping can be calculated on the view cart page (no login required).

Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).

We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.

Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.

International Orders - the following rates are for New Zealand and will vary for other countries:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

If you order lots of gear, the postage amount will increase based on the weight of your order.

Our physical address (here's a PDF which includes other key business details):

Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia

Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.

Have a product question? We're here to help!

Write Your Own Review

Videos

View All

Guides

Getting Started With Inertial Measurement Units | Exploring Degrees Of Freedom

In this guide, we'll be learning about sensors that measure inertial movement, how they work, how t...
In this guide, we'll be learning about sensors that measure inertial movement, how they work, how t...

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Getting Hands-on with Sensors

What good is a robot if it can’t interact with the environment around it? Sensors are the back...
What good is a robot if it can’t interact with the environment around it? Sensors are the back...

Projects

Glow Cuboid

Introduction I wanted to make something artistic and dynamic using the GlowBit 8x8 matrix that I&r...
Introduction I wanted to make something artistic and dynamic using the GlowBit 8x8 matrix that I&r...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.