Skip to main content
Explorer II
January 18, 2024
Question

How to get calibration level for IMU sensor and magnetometer

  • January 18, 2024
  • 2 replies
  • 2415 views

After soldering process, IMU sensor and magnetometer need to do calibration after power on, such as flip axis, 8 shaped pattern, or real-time calibration.

For ST sensor such as LSM6DSV and LIS2MDL, I want to know how to confirm whether sensor has been calibrated?Is there any levels to judge the status?  

    This topic has been closed for replies.

    2 replies

    Technical Moderator
    January 19, 2024

    Hi @Yansu ,

    I confirm you that the sensors are already calibrated by factory.

    However, for some applications, for example after soldering, it could be suggested to subtract residual offset (for accelerometer) and ZRL (for gyro). To do so, acquire some samples for each axis and calculate the average. Then substract this value to the acquisitions.

    YansuAuthor
    Explorer II
    January 19, 2024

    Thank you for your reply.

    Yes, I mean calibration after soldering. Is there API or register to get this calibration status?

    Technical Moderator
    January 19, 2024

    Hi @Yansu ,

    You could look at our MotionFX library, here the user manual. You can find also some examples on github.

    Let me know if this helps.