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"
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 Launch skiiiD and select New button
Select Board
#2 Select ①Arduino Uno and then click ②OK button
Add Gyro Sensor Component
#1 Click '+' (Add Component Button) to search and select the component.
Search 'Gyroscope' Sensor
#2 ① search Gyroscope sensor Module on the search bar and
Select Module
Click Gyro Module on the list
Pin Indication and Configuration
#4 then you can see ③ pin indication. (You can configure it.)
#5 ④ click ADD button
Added Module
#6 ⑤Added Module has appeared on right pane on the editor page.
Nine Functions of Gyro Sensor
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!