Acceleration Range #769
Unanswered
susovanpatra00
asked this question in
Q&A
Replies: 1 comment
-
I believe the default DMP behavior is +/- 2g, but this may not be correct (or it might vary depending on which version of the DMP binary blob is loaded into the IMU). I recommend that you test by modifying the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the code - " Examples --> MPU6050 --> MPU6050_DMP6"
And inside that I am only using "#define OUTPUT_READABLE_REALACCEL"
I want to know the range of this. Is it +-2g or +-4g or something else. What I was doing is I was dividing the value with 16384 (As I thought the range is +-2g, but for some I am getting values greater than 2, So I am confused what to do).
Please Help!!
Beta Was this translation helpful? Give feedback.
All reactions