User Activity

Hello Team ST and Community,I have following code for step count for our wrist-based device. We use LSM6DSO IMU.The step debounce threshold has improved the step count accuracy. It is currently set to 20. But, I could not get rid of the false positiv...
Hello Team ST,I would like to have your guidance on setting a FSM for wrist tilt application. At the moment, we use following FSM settings as per the code here.Link: https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/v2.00/lsm6dso_S...
We are thinking of using few features from x-cube-mems1 package and would like to know if it can be used for nRF9160 MCU.
Hello, there,I would like to know about the application of FSM feature of LSM6DSO sensor.I can see in the example that every embedded functions are implemented using FSM. Link: https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/mast...
Hello,I am currently working with LSM6DSO and FIFO functionality.When ODR is set at 52Hz, axis values are correct but when I switch to 104Hz or 208Hz, values are not consistent. I have added my sensor configuration code and image to better explanatio...