2025-02-07 10:51 AM
Hello there,
Are there any examples on how to use the inactivity feature of the lsm6dsv16x?
I checked the github and I only see for waking up, but not the other way around.
My goal is to set a device to sleep once there is no motion from imu. meaning, once the imu has no motion, it sets an interrupt like hey there is no motion going on, go to sleep/off mode.
Then once there is motion, I want the imu to fire a interrupt telling device, here wake up.
Is it possible to use one Interrupt pin for both cases or do I need to use both?
2025-02-21 09:39 AM
Check app note AN5763 paragraph 5.6 for activity/inactivity embedded logic and how to configure it and route the corresponding interrupts to the dedicated pins.
Here is some high-level note:
You probably need to configure and use stationary/motion logic right?