2024-01-10 04:02 AM
Hi,
Im using LSM6DSV16B & IIS2MDC for one of my project , how can i find heading using these sensor. Is there any library available for heading calculation?
Solved! Go to Solution.
2024-01-10 05:44 AM
Hi @Error_Code ,
Are you looking for the sensor fusion library to get quaternions and Euler angles? If yes, you can refer to the MotionFX library of the X-CUBE-MEMS1 firmware function pack, which runs as middleware on STM32 and provides real-time motion-sensor data fusion.
Let me know if this helps.
2024-01-10 04:38 AM - edited 2024-01-10 04:40 AM
Yes
Presumably Quaterions to pitch, roll, yaw type computation.
2024-01-10 04:51 AM
could you share me the library, and which filter is used to estimate the same.
2024-01-10 05:44 AM
Hi @Error_Code ,
Are you looking for the sensor fusion library to get quaternions and Euler angles? If yes, you can refer to the MotionFX library of the X-CUBE-MEMS1 firmware function pack, which runs as middleware on STM32 and provides real-time motion-sensor data fusion.
Let me know if this helps.
2024-01-10 11:36 PM
Thanks for your response, I have few more doubts regarding the same.
1. What if im using a controller other than stm. if so how i can make these without X-CUBE-MEMS1 firmware function pack?
2.If im using stm mcu for the same , what advantage I'm going to have?
3.Could you suggest an mcu which have to read these raw data from above sensors?
2024-01-11 01:34 AM - edited 2024-01-11 04:30 AM
Hope that helps?
Regards
/Peter