Hey all -
I've been lurking on this forum for over a year as I worked through the various learning curves on the road to getting advanced DMP data from my 6050 and interpreting it with my Arduino Pro Minis. Yesterday, I finally had a breakthrough.
The breakthrough came when I found the Invensense-original source code published for the android OS - an implementation of the 6.12 DMP, I think. After scouring that code and several other non-arduino implementations (for the Wii, QuadCopters, Robots and others), I bashed away at the 6.12 drivers from Invensense until I had something functional. After a lot of fiddling, I'm now able to retrieve DMP FIFO updates at various rates, and the DMP FIFO data *contains Tap Count, Tap Direction, and Orientation*! This is exactly what I've been looking for! (what I expected from a DMP, really)
But, now that I've seen the Android implementation, it's apparent that the DMP is actually interpreting several *other* types of gestures in addition to Tap and Orientation. I see comments and methods for Flicks and Shakes, and I suspect there may be more.
So, does anyone know of any available source code that's actually making use of these additional advanced DMP gesture algorithms? Are there any other resources that may contain clues as to how the DMP can be made to detect these gestures, and how I can interpret bthe resulting data?
Any information will be much appreciated, and thanks to everyone for helping make this forum such a great resource!
-Matt