Hi Guys;
I've a problem about the interpretation of the gyroscope's data that i recive from MPU 6050.
If I mantein the sensor still I obtain from 2 to 5 figures numbers. Could you help me for the interpretation of that values or the conversion of that values into sexagesimal degrees (°,','') or link me topics abuot my problem?
thank you very much beforehand.
Hi, welcome to the forum.
Did you read this page: Arduino Playground - MPU-6050
The raw data is noisy, you can compare them with this: Arduino Playground - MPU-6050
This is a good guide for filtering : Guide to gyro and accelerometer with Arduino including Kalman filtering - Sensors - Arduino Forum
The next step is the i2cdevlib.
http://www.i2cdevlib.com/devices/mpu6050
You have to install both the i2cdevlib and the mpu6050 library. The 'dmp' example shows a lot of data to the serial monitor.