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?