2024-01-16 02:15 PM
I want to calculate the displacement using the MotionX library with the LSM6DSR sensor on the stm32. For example, I want to write a code that calculates the displacement when the sensor moves 20 cm to the right on the table or calculates the displacement when it moves 20 cm to the left. As a result of my research, I found the MotionFx library, which belongs to the company ST. My problem is that I use this library. I don't know what functions to use, I would appreciate any help.
2024-01-19 12:48 AM
Hi @burak_Guzeller ,
The motionFX library is used to get the orientation of an object in the 3D space, so it is only a step toward what you are looking for. Here is the link for the user manual that explains all the functionalities of the library.
2024-02-01 01:28 AM
Hi @burak_Guzeller ,
Has my answer helped you?