-
Hello community, I hope it's okay if I ask a question about my project here. I'm encountering an false value in my z acceleration when I rotate the MPU 180 degrees. This issue is specific to the Z acceleration. Normally, it should result in approximately 0 (instead of 14800). I hope someone can help me. Best regards Output:
Code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello @YasinnnA, That's pretty significant. Does the raw Z accel data ever go outside of that range, e.g. if you flip the IMU upside-down? There's a possibility that you have a faulty device, but that's most easily checked by swapping in a different one. Do you happen to have another one available to test with? |
Beta Was this translation helpful? Give feedback.
-
Hello @jrowberg, Thank you so much! I checked it today with a new MPU, and it worked. |
Beta Was this translation helpful? Give feedback.
Hello @YasinnnA,
That's pretty significant. Does the raw Z accel data ever go outside of that range, e.g. if you flip the IMU upside-down? There's a possibility that you have a faulty device, but that's most easily checked by swapping in a different one. Do you happen to have another one available to test with?