2022-06-21 07:11 PM
I set ACT_THS and ACT_DUR registers, so now the chip enters on low data rate mode (10 Hz) when no movement is detected. everything is fine to that point.
I don't have access to INT1 and INT2 pins physically so I need to read activity/inactiviy status by registers.
Solved! Go to Solution.
2022-06-24 07:57 AM
HI @CZorg.1 ,
You might poll the IA bit of this general interrupt status register (see datasheet, p.39):
You'll clear the interrupt by reading this reg. This is a general purpose register, so you'll see here all the status of the interrupt you have set.
-Eleon
2022-06-24 07:57 AM
HI @CZorg.1 ,
You might poll the IA bit of this general interrupt status register (see datasheet, p.39):
You'll clear the interrupt by reading this reg. This is a general purpose register, so you'll see here all the status of the interrupt you have set.
-Eleon