Skip to main content
Explorer II
June 19, 2017
Question

Gesture recognition with SensorTile

  • June 19, 2017
  • 1 reply
  • 503 views
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
    This topic has been closed for replies.

    1 reply

    ST Employee
    June 21, 2017
    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.