Lis3dh : X Y & Z value and Threshold configuration
Hello,
I have two technical questions regarding the lis3dh accelerometer behavior and interrupt configuration.
1) Are the values I read from the LIS2DUX12 in m/s²????
Exemple :::
Accel [LIS3dh] 28807220458ns (-7.300384, -1.942303, -5.712095)
2) Interrupt logic (INT1_CFG :: XLIE / YLIE / ZLIE)
When I configure an interrupt threshold, for example 5 m/s², and enable the axis event bits in INT1_CFG
XLIE / YLIE / ZLIE
Do the Low events correspond to the following type of comparison?
X < threshold, Y < threshold, Z < threshold
Or do they correspond to:
|X| < threshold, |Y| < threshold, |Z| < threshold
For instance, if I have the following measured values and the interrupt threshold is set to 5 m/s²:
- Would this condition trigger an interrupt or not, according to the configured AOI ,XLIE / YLIE / ZLIE (i put 1 for this register)???
Accel [LIS3DH] 29380340576ns (-18.442175, -19.566559, -19.461311)
Thanks for your response
