How to Use Gyro Sensor MPU6050 With "skiiiD"

by skiiiD in Circuits > Arduino

366 Views, 1 Favorites, 0 Comments

How to Use Gyro Sensor MPU6050 With "skiiiD"

skiiiD - Easiest way to code Gyro MPU6050 on Arduino.

Tutorial to use Gyro Sensor MPU6050 module with "skiiiD"

Before start, there is a basic tutorial for how to use skiiiD
https://www.instructables.com/id/Getting-Started-W...

Launch SkiiiD

1.png

#1 Launch skiiiD and select New button

Select Board

2.png

#2 Select ①Arduino Uno and then click ②OK button

Add Gyro Sensor Component

3.png

#1 Click '+' (Add Component Button) to search and select the component.

Search 'Gyroscope' Sensor

4.png

#2 ① search Gyroscope sensor Module on the search bar and

Select Module

5.png

Click Gyro Module on the list

Pin Indication and Configuration

6.png

#4 then you can see ③ pin indication. (You can configure it.)

#5 ④ click ADD button

Added Module

7.png

#6 ⑤Added Module has appeared on right pane on the editor page.

Nine Functions of Gyro Sensor

8.png

getAccelX() - Get Acceleration value of X-axis

getAccelY() - Get Acceleration value of Y-axis

getAccelZ() - Get Acceleration value of Z-axis

getGyroX() - Get Gyro value of X-axis

getGyroY() - Get Gyro value of Y-axis

getGyroZ() - Get Gyro value of Z-axis

getAngleX() - Get Angle of X-axis

getAngleY() - Get Angle of Y-axis

getAngleZ() - Get Angle of Z-axis

Contact and Feedback

We are working on components and boards libraries.

Feel free to use it and welcome to feedback. Below is contact methods

email: contact@skiiid.io

twitter: https://twitter.com/skiiiD_official

Facebook: https://www.facebook.com/enterphin

or visit https://skiiid.io/contact/ and go to Need help tab.

Comments are fine too!