Tap detection with MPU6050

By tutthermannon , 10 November 2011

Hello,

I need to implement tap detection with MPU6050. I had a look at the Register Map MPU6050 docs but there aren't any information on tap detection there (only free fall, motion and zero motion) while tap detection is widely advised as a feature of such sensor.

How can I implement that?

Thanks,

Fabio

jims_li

14 years 4 months ago

The MPU6050 does not support tap detection. For implementing, you need to be aware that taps occur at a very high frequency, typically around 400Hz. You should be able to detect high impulse peaks at this frequency.

phpbb Post ID
18420

tutthermannon

14 years 4 months ago

Wow. Than you have a serious issue in your documentation.

MPU-6000 and MPU-6050 Product Specification Revision 3.1 (and al the previous)
Page 10.

The triple-axis MEMS accelerometer in MPU-60X0 includes a wide range of features:
...
Tap detection
...


As well as, page 11:

5.4 Motion Processing
...
The MPU-60X0 ...
Programmable interrupt supports features such as gesture recognition, panning, zooming, scrolling,
zero-motion detection, tap detection, and shake detection
...
phpbb Post ID
18423
phpbb Topic ID
13926