Hi. I am using the SparkFun OpenLog Artemis board (
https://www.sparkfun.com/products/16832).
I enabled DMP option in the IMU logging config menu and here is a sample from a logging file collecting with the board just resting upright on a table:
Q9_1 Q9_2 Q9_3 HeadAcc RawAX RawAY RawAZ
-0.001 -0.001 0 448 552 -422 7534
-0.002 -0.001 0 448 518 -410 7494
-0.002 -0.001 0 448 518 -410 7494
-0.002 -0.001 0 448 476 -462 7612
-0.002 -0.001 0 448 476 -462 7612
I want to convert the raw acceleration to g. I tried dividing the raw measurement by the sensitivity number, which is 2048 according to the spec
https://invensense.tdk.com/products/mot ... icm-20948/, and got almost 4g in the z-axis. I am expecting around 1 g in z-axis. I must be doing something wrong?