cancel
Showing results for 
Search instead for 
Did you mean: 

Does LIS2DH12 support hand raising detection?

Rokyy
Associate

Does LIS2DH12 support hand raising detection,thx.

1 ACCEPTED SOLUTION

Accepted Solutions
Eleon BORLINI
ST Employee

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

View solution in original post

2 REPLIES 2
Eleon BORLINI
ST Employee

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

thank you very much