Hello
We’ve been testing the accelerometer, and when it’s on top of a table, at rest, it throws values higher than 1g.
Some example outputs of x,y,z:
//2g
-0.04,-0.04,1.07
-0.04,-0.04,1.05
-0.04,-0.04,1.05
-0.03,-0.04,1.05
-0.04,-0.04,1.05
-0.04,-0.04,1.04
//4g
-0.02,-0.03,1.04
-0.03,-0.03,1.05
-0.03,-0.03,1.05
-0.03,-0.03,1.05
-0.02,-0.03,1.05
-0.03,-0.03,1.06
//8g
-0.03,-0.05,1.05
-0.02,-0.06,1.04
-0.02,-0.06,1.04
-0.02,-0.05,1.03
-0.02,-0.06,1.04
-0.02,-0.06,1.03
//16g
-0.05,-0.10,1.01
-0.05,-0.06,0.98
-0.05,-0.05,1.03
-0.02,-0.10,1.01
-0.05,-0.07,1.03
-0.04,-0.06,1.03
I have 2 questions regarding this:
- Do they need calibration?
- If the answer of 1 is YES… Do you have any suggestion on how to do it? We couldn’t find any calibration suggestion from the LSM303AGR tech docs.