Skip to main content
IRogo.1
Associate II
May 28, 2024
Question

LSM6DSO32X Act./Inactivity max ODR

  • May 28, 2024
  • 1 reply
  • 966 views

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, 

1 reply

Federica Bossi
Technical Moderator
May 28, 2024

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.
IRogo.1
IRogo.1Author
Associate II
May 29, 2024

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.