2024-05-19 09:08 PM
Hello, currently I am using LSM6DSR for developing my apps.
I have tested this sensor for Wake Up detection with 218.75 mg threshold and Activity detection with 15.625 mg threshold without any issues.
Is it possible to enable both of these detection at the same time (say Wake Up detection as interrupt 1 and Activity detection as interrupt 2)? I doubt it is possible since both of these are using the same WAKE_UP_THS register.
Solved! Go to Solution.
2024-05-23 05:20 AM
Hi @Neutral_15120 ,
Welcome to ST Community!
Correct, the threshold is the same 'WAKE_UP_THS' so it is not possible to set two different thresholds at the same time.
The alternative could be to use LSM6DSV which has two different thresholds WAKE_UP_THS and INACT_THS or LSM6DSRX and make the filters with MLC and then process the signal after HP filter in FSM.
2024-05-23 05:20 AM
Hi @Neutral_15120 ,
Welcome to ST Community!
Correct, the threshold is the same 'WAKE_UP_THS' so it is not possible to set two different thresholds at the same time.
The alternative could be to use LSM6DSV which has two different thresholds WAKE_UP_THS and INACT_THS or LSM6DSRX and make the filters with MLC and then process the signal after HP filter in FSM.