User Activity

Hello,I am using LSM6DSO sensor to do a pedometer. I use the official interrupt signal to control the step update like the following sentence.int1_route.emb_func_int1.int1_step_detector = PROPERTY_ENABLE;But I found the interrupt signal always has so...
Hi,I am using LSM6DSO to measure acceleration and angular velocity. To save the power of device, I want to use accelerator in most case. Some conditions, the gyroscope will need to open. I used the function 'lsm6dso_fifo_xl_batch_set', 'lsm6dso_fifo_...
I am using LSM6DSO sensor to get step and two interrupts. When the sensor runs about 15 minutes, it will stop working and have no reaction. Sometimes it will reboot and the step reset to zero. This is my code for initializing the sensor, is there som...
I am working with lsm6dso sensor for a watch. At the beginning, I am using ​the follwoing function to get steps in the register. It works in a while loop and can work rightly. int32_t lsm6dso_number_of_steps_get(stmdev_ctx_t *ctx, uint8_t *buff) { ...
Now I am using LSM6DSO sensor pedometer function. I found it is too sensitive and want to change it. I found four pedometer settings. They are ****_CMD_REG, ****_DEB_STEPS_C, ****_SC_DELTAT_L, ****_SC_DELTAT_H. I can just understand the function of t...