cancel
Showing results for 
Search instead for 
Did you mean: 

LSM6DSO32X Act./Inactivity max ODR

IRogo.1
Associate II

Hello,

 

Im trying to set up Act/Inactivity INT1 at high ODR (1.66khz / 2000dps / 4g). Its threshold is too high so it resets or goes in/out of active/inactive state too often. 

Is there any way to lower the activity threshold so it really needs to be at rest to enter an inactivity state?

 

Regards, 

2 REPLIES 2
Federica Bossi
ST Employee

Hi @IRogo.1 ,

I suggest you to follow the example on AN5640:

FedericaBossi_0-1716902972568.png

Otherwise, you could look at our official examples on github.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

the issue is not how to set it up but how to reduce the wakeup threshold as with increased ODR the 

lsm6dso32x_wkup_threshold_set(dev, 0x01);
will not trigger on small movements. 
The desired outcome is that the device needs to be completely still until picked up. Then it can be held steady but never like when placed on a desk.