-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angle Z gyro drifting #34
Comments
Hello Gabriel110302, |
MPU6050_light.cpp dosyasında alttaki satırı bulun accX = ((float)rawData[0]) / ACC_LSB_2_G; yukarıdaki satırın altına alttaki 2 satırı ekleyin böylecee gelen parazitik sıçramaları önleyebilirsiniz. |
MPU6050_light.cpp dosyasında alttaki satırı bulun accX = ((float)rawData[0]) / ACC_LSB_2_G; yukarıdaki satırın altına alttaki 2 satırı ekleyin böylecee gelen parazitik sıçramaları önleyebilirsiniz. |
I made the MPU6050 calibration several times and tried to change some values from the <MPU6050_light.h> library, but I cannot figure out to get the angle Z gyroscope not to drift away. Sometimes it drifts up sometimes down. I read that Earth moves 15 degree per hour so that's why it's drifts like this. What should I do to counter this?
The text was updated successfully, but these errors were encountered: