cancel
Showing results for 
Search instead for 
Did you mean: 

Gesture recognition with SensorTile

Tommaso De Gennaro
Associate III
Posted on June 19, 2017 at 17:41

Hi at all,

I am trying to implement gesture recognition with a SensorTile, to develope my firmware I started studying the BlueMicrosystem2 example, and so I was able to detect simple gestures as the wrist's orientation.

Now I would like to recognize some gestures a few more complex, as draw a letter in the air or a symbol, what could be the way to implement this?

I know that the open.mems library encodes a limited number of gesture in a code, as could I to recognize custom gestures and map them?

Should I sample the data sensors by the SensorTile with regularity and compute them to recogize the gestures? or the Open.MEMS library can help me in this operation?

Best Regards

Tommaso

https://community.st.com/tags♯/?tags=sensortile%20bluenrg-ms%20firmware

‌

#sensortile-bluenrg-ms-firmware
1 REPLY 1
Miroslav BATEK
ST Employee
Posted on June 21, 2017 at 09:05

Unfortunately the library for gesture recognition (MotionGR) does not support custom gesture.

You would need to implement the feature by yourself.