Skip to main content
Visitor II
September 23, 2019
Solved

Does LIS2DH12 support hand raising detection?

  • September 23, 2019
  • 1 reply
  • 870 views

Does LIS2DH12 support hand raising detection,thx.

    This topic has been closed for replies.
    Best answer by Eleon BORLINI

    Hi @Rokyy​ , the LIS2DH12 embeds some digital feature such as the Activity/Inactivity recognition (AN5005 p.53). You can set the activity threshold (in this case, the hand rising threshold on e.g. z axis) setting the ACT_THS and ACT_DUR, which gives you an interrupt to be handled.

    0690X00000ARWTaQAP.png

    Btw, if you want to recognize a more complex gesture to be much more accurate, the suggestion is to use more powerful sensor modules, as the LSM6DSOX. This sensor is equipped with embedded FiniteStateMachine (FSM) and MachineLearningCore (MLC): you can basically acquire lots of hand-raising gestures, you create a decision tree and you write the configuration in the sensor registers. Regards

    1 reply

    ST Employee
    September 23, 2019

    Hi @Rokyy​ , the LIS2DH12 embeds some digital feature such as the Activity/Inactivity recognition (AN5005 p.53). You can set the activity threshold (in this case, the hand rising threshold on e.g. z axis) setting the ACT_THS and ACT_DUR, which gives you an interrupt to be handled.

    0690X00000ARWTaQAP.png

    Btw, if you want to recognize a more complex gesture to be much more accurate, the suggestion is to use more powerful sensor modules, as the LSM6DSOX. This sensor is equipped with embedded FiniteStateMachine (FSM) and MachineLearningCore (MLC): you can basically acquire lots of hand-raising gestures, you create a decision tree and you write the configuration in the sensor registers. Regards

    RokyyAuthor
    Visitor II
    September 26, 2019

    thank you very much