2014-02-27 07:52 AM
Hi,
My raw readings from the accelerometer of the LSM9DS0 MEMS have a big offset in two axis, it's about 0.15 G in the x-axis and .07 G in the z-axis. i find these offsets about 15% and 7% in these axis are a bit strange, especially when is said that the sensor come calibrated from factory. Could you confirm me if is a normal situation?Regards Miguel Rasteiro2014-05-20 10:46 PM
150 mg is a tad large but I have seen tens of mg offset in my LSM9DS0s. It is straightforward to calibrate both the gyro and accelerometer using the FIFO to collect and subsequently average readings to calculate the appropriate offsets. This is good practice no matter what type of factory calibration is claimed. See https://github.com/sparkfun/LSM9DS0_Breakout/tree/master/Libraries/Arduino/SFE_LSM9DS0 to see an example.