cancel
Showing results for 
Search instead for 
Did you mean: 

Using IIS3DHHC as Inclinometer

AV B.1
Associate II

Hi,

I am using STM32F401VE with IIS3DHHC accelerometer sensor. I wanted to use the accelerometer as inclinometer. Apparently some documents are available with the mathematical formula to convert the accelerometer into inclinometer. However, I was wondering if there are some libraries which are available for the calibration of the inclinometer and implementation of Kalman filter.

I am wondering if the Kalman filter is necessary for this sensor. Please help

Regards,

Akhil.

1 REPLY 1
AG.8
Associate III

Hi @AV B.1​ , Kalman filter is always a good solution from my point of view.

There is the MotionTL library in the X-CUBE-MEMS1 package that enables the tilt measurement 

https://www.st.com/resource/en/user_manual/um2277-getting-started-with-motiontl-tilt-measurement-library-in-xcubemems1-expansion-for-stm32cube-stmicroelectronics.pdf

For a broad application of the Kalman filter, there is also this interesting project, but I don't know the status of its maturity

https://www.st.com/en/wireless-connectivity/b-uwb-mek1.html

AG