Difference between revisions of "MPU6050 Module"

From Wiki
Jump to: navigation, search
Line 2: Line 2:
 
[[File:mpu6050.png]]<br>
 
[[File:mpu6050.png]]<br>
 
The MPU-6050 is the world’s first and only 6-axis motion tracking devices designed for the low power, low cost, and high performance requirements of smartphones, tablets and wearable sensors.<br>
 
The MPU-6050 is the world’s first and only 6-axis motion tracking devices designed for the low power, low cost, and high performance requirements of smartphones, tablets and wearable sensors.<br>
 +
=='''Experimental Procedures'''==
 +
===Step 1: Connect the circuit===
 +
See the following table for connection between the I2C LCD2004 and the SunFounder Uno board:<br>
 +
[[File:Fdfds.png]] <br>
 +
<center>
 +
{| border="1" class="wikitable"
 +
|-
 +
! scope="col" | MPU6050
 +
! scope="col" | SunFounder uno Board
 +
|-
 +
|align="center"|GND
 +
|align="center"|GND
 +
|-
 +
|align="center"|VCC
 +
|align="center"|5V
 +
|-
 +
|align="center"|SDA
 +
|align="center"|A4 /pin 20 mega2560
 +
|-
 +
|align="center"|SCL
 +
|align="center"|A5 /pin 21 mega2560
 +
|}
 +
</center>
 +
 +
===Step 2:Add library===
  
 
=='''Resource'''==
 
=='''Resource'''==
 
[ Test Experiment for Arduino][[File:LINK.jpg]]<br>
 
[ Test Experiment for Arduino][[File:LINK.jpg]]<br>
 
[https://www.sunfounder.com/learn/sensor-kit-v2-0-for-raspberry-pi-b-plus/lesson-32-mpu6050-gyro-acceleration-sensor-sensor-kit-v2-0-for-b-plus.html Test Experiment for Raspberry Pi][[File:LINK.jpg]]
 
[https://www.sunfounder.com/learn/sensor-kit-v2-0-for-raspberry-pi-b-plus/lesson-32-mpu6050-gyro-acceleration-sensor-sensor-kit-v2-0-for-b-plus.html Test Experiment for Raspberry Pi][[File:LINK.jpg]]

Revision as of 01:46, 28 August 2017

Introduction

Mpu6050.png
The MPU-6050 is the world’s first and only 6-axis motion tracking devices designed for the low power, low cost, and high performance requirements of smartphones, tablets and wearable sensors.

Experimental Procedures

Step 1: Connect the circuit

See the following table for connection between the I2C LCD2004 and the SunFounder Uno board:
Fdfds.png

MPU6050 SunFounder uno Board
GND GND
VCC 5V
SDA A4 /pin 20 mega2560
SCL A5 /pin 21 mega2560

Step 2:Add library

Resource

[ Test Experiment for Arduino]LINK.jpg
Test Experiment for Raspberry PiLINK.jpg