2021-03-30 08:52 AM
lsm6dso sensor generates significant motion interrupt when a change in user location is detected. It generates an interrupt when the difference between the number of steps counted from its initialization/reset is higher than 10 steps. So it uses step counter. I will use this sensor on car. So I can not take interrupt, when the car changes location. Since there is not any steps. Is there any way to detect significant motion interrupt without using step counter in lsm6dso sensor ?
Solved! Go to Solution.
2021-04-09 12:22 PM
In the array every byte has a meaning. It may be command, condition, fixed data, threshold, etc.
I used another array from datasheet and problem is fixed.