2020-03-30 11:57 PM
Hi,
I am working on ASM330LHH IMU module. And I want to understand process or steps to get IMU alignment and calibration information.
I have following queries
Regards,
Sagar
2020-03-31 02:36 AM
Hi @SK.4 , the ASM330LHH axis orientation depends on the direction of the mounted device on the application board. You can understand the initial device orientation by reading the axis value and calculating the g vector direction from its x, y and z components: so, you basically have to make sure IMU orientation before using it. The IMU calibration procedure, especially the one implemented in the ST MEMS libraries (such as the MotionAC accelerometer calibration and the MotionGC gyroscope calibration in the X-CUBE-MEMS1 function pack) includes the device offset cancellation to avoid error propagation during the data integration in time of the acceleration and the angular velocity (to get the device position in space). Without an absolute reference (such as the magnetometer that gives the device position related to the magnetic field direction of the Earth), you have to refer all the data to the device initial, calibrated, position. Regards