-
Notifications
You must be signed in to change notification settings - Fork 85
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
Getting Random Values #2
Comments
Hi. I can only make the following assumptions:
P.S. If nothing helps, try interviewing the sensor using the Arduino libraries to localize the problem in software or hardware. |
Not exactly an issue, but why the use of Accel_Z_corrector = 14418 , instead of 16384. BTW, really good and simple driver for the module, worked on the first try. |
Hi! thanks for the quick reply!! I just made some changes, and I am now getting correct values (I think). As @anasvag575 noticed, Az value is around +1.2 , shouldn't it be closer to 1? I have the same question Giro values are: Values become super noisy even when you move it carefully to get usefull data Is there a recomended calibration method? |
While reading the data, Live expression freeze, I am thinking that, the data got stop on reading. What would be the issue, any idea on that? |
Hi! First of all, thanks for this library!
But I am having issues with it:
With the sensor standing still , when I use
MPU6050_Read_All
I am getting random values that repeat over time without a noticeable pattern.With MPU standing still, the values read vary between positive and negative values in all Acc and Giro values. Havent tried yet temperature and Kalman values.
Any Ideas about what could be causing this issue??
Thanks in advance!
The text was updated successfully, but these errors were encountered: