LSM303AGR Self Test
Hi,
I am quite new to MEMS IMUs. I have a custom board containing LSM303AGR IMU connected to SAMD21 MCU via I2C.
I am using the stm32duino LSM303AGR library.
I am having a hard time understanding the Self test procedure. Is it possible to get a simpler procedural explanation?
Also,
1.Does self test require the device to be immobile?
2.Can I take self test readings in mg (GetAxes() method instead of GetAxesRaw()), if so what is ST_X/Y/Z limits in mg?
(from table 3 in datasheet is ST_X/Y/Z same as LA_ST?)
(according to datasheet LA_ST min = 17LSB max = 360LSB, 1LSb = 3.9mg , so multiply by 3.9 for mg?)
Thank you.
