User Activity

How can I determine the offset values? After determining I will use the following example.https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/master/lsm6dso_STdC/example/lsm6dso_offset.c
I have lsm6dso sensor. I am using fsm interrupt for different events. I have 3 programs in fsm. When the event detected, interrupt comes.I gave three fsm program to same interrupt pin. But I want to know which fsm interrupt detected .When I read the ...
I have lsm6dso imu sensor, I can add high pass filter or slope filter for wake-up interrupt.Is it possible to add filter to fsm interrupt ?
I have lsm6dso imu. I want to use wake up interrupt for two different thresholds at the same time,for example I want to give wake up threshold 1g for interrupt 1,I want to give 500 mg for interrupt 2. And duration will be different.I change the value...
I have LSM6DSO sensor. I want to use fsm. In application note, I did not understand how thresh1 is calculated . For example it is written that B7AEh (-0.480)3C00h (1.000)27AEh (0.030)34CDh (0.300)I did not understand how this conversion is done.