I want the tap detection to work only in x axis, so I have set the TAP_Y_EN and TAP_Z_EN to 0.But still im able to see in the logs like interrupt from z and y. I'm using the api lsm6dso_tap_detection_on_y_set, lsm6dso_tap_detection_on_z_set and passi...
Is it necessary to enable Free Fall detection in order to detect orientation changes? What role does Free Fall (FF) play in this context? Additionally, is there a way to set a threshold force for detecting orientation changes, such as when the IMU is...
What is the maximum time-limit in minutes that can be set in the register LSM6DSO_WAKE_UP_DUR, for inactivity detection. I want to rise an interrupt after 20minutes. How is it possible?
whenever double tap is detected, I'm getting interrupts for both single tap as well as double tap. currently both are routed to int2 pins. I tried routing single tap to INT1 and the double tap to INT2 pin, to ensure single tap doesn't operate under ...
Is it possible to execute features such as pedometer, activity/inactivity detection, tilt/tap, with same configuration of ODR, Full scale? How can I include all these features in a single program?Can someone explain this please
Any updates on the above query? I want the tap detection to work only in x axis, so I have set the TAP_Y_EN and TAP_Z_EN to 0.But still im able to see in the logs like interrupt from z and y. I'm using the api lsm6dso_tap_detection_on_y_set, lsm6dso...
@Federica Bossi Thank you for the example. Why are we generating interrupt on freefall? instead of six_d for orientation detection? is there any specific reason?
Is it necessary to enable Free Fall detection in order to detect orientation changes? What role does Free Fall (FF) play in this context? Additionally, is there a way to set a threshold force for detecting orientation changes, such as when the IMU is...
Thank you @Federica Bossi Why is the SLEEP_DUR value 4? not values higher than 4? Currently my application is running with an ODR_XL of 417Hz. What is the maximum possible time interval here with this XL_ODR ?
Thank you @Federica Bossi Why is the SLEEP_DUR value 4? not values higher than 4? Currently my application is running with an ODR_XL of 417Hz. What is the maximum possible time interval here with this XL_ODR?