2023-05-09 06:06 AM - edited 2023-11-20 05:56 AM
Hello,
I'm testing LIS2DE12 accelerometer, trying to communicate with it through I2C. I want to make an interrupt on INT1 when some larger value is present (sensor is being shaken for example). I configured Interrupt to work on Or mode and for starting, just on X high and low events. I want to use internal HP filter, but I do not understand how to configure it, it seems like documentation is a bit short on explaining modes of HP.
I will add register info from datasheet. What is the difference between normal mode with reset and without ? Why should I reset HP filter ? Also, what is in 0x26 register (Reference) ? should I write reference value to it, and filter will filter out anything that is bellow that value? I am really lost in these configs.
2023-05-17 06:39 AM
Hi @DSimp.1 ,
The HP filter that you're trying to configure works similar to the LIS2DH12's HP filter, which is explain in Section 4.3 of its application note that you can find at this link.
If this helps, please mark my answer as "Best Answer" by clicking on the "Select as Best" button, this can be helpful for Community users to find this solution faster.