I want to implement double tap detection using LIS2HH12 accelerometer. It does not have in-built registers to implement it. Has anybody implemented it?
Thanks, Eleon for the reply.Getting the exact time interval between 2 taps is a bit tricky. Even if I set a time interval, moving the accelerometer without tapping also detects the interrupt.Thanks-sk
Hello Eleon,Thanks for the answer. I have set ACT_THS=0x30 and ACT_DUR=0X18. along with the single tap if I move the device it detects as tap. I am still not able to detect only the double-tap.