2024-03-13 11:46 PM
What is the maximum time-limit in minutes that can be set in the register LSM6DSO_WAKE_UP_DUR, for inactivity detection.
I want to rise an interrupt after 20minutes. How is it possible?
2024-03-14 03:12 AM - edited 2024-03-14 03:31 AM
Hi @Varsha ,
The maximum you can set in seconds is (4 * 512) / ODR_XL, so it is possible if you set ODR_XL 1.6Hz and SLEEP_DUR=4:
2024-03-14 05:17 AM
Thank you @Federica Bossi
Why is the SLEEP_DUR value 4? not values higher than 4?
Currently my application is running with an ODR_XL of 417Hz. What is the maximum possible time interval here with this XL_ODR?
2024-03-24 11:12 PM
Thank you @Federica Bossi
Why is the SLEEP_DUR value 4? not values higher than 4?
Currently my application is running with an ODR_XL of 417Hz. What is the maximum possible time interval here with this XL_ODR ?
2024-04-04 06:25 AM
Hi @Varsha ,
417Hz is too high if you want to rise an interrupt after 20minutes.
One bit is 512/ODR_XL, so if you set SLEEP_DUR=4 and and ODR of 1.6Hz you will have about 21.3 minutes: 4*512/1.6