Question
LIS3DSH DATA FORMAT
Posted on November 17, 2014 at 11:45
I get wrong accelerometer's values.
I have concatenated xMSB+xLSB, yMSB+yLSB and zMSB+zLSB. Then I verify if the resulting valor is negative,
in such case I substract 2^16 to convert from 2's complement number to decimal. Finally I multiply each axis valor by 0.00006 to obtain acceleration values in g units. What I'm doing wrong? What is the effective number of bits?
Thanks!
