2021-06-20 03:12 AM
Hello We are working with accelerometer LIS2DW12.
we did tests on the different movements of the accelerometer and the graphs we see (the graphs were made with the x_physical y_physical z_physical values). However we see graphs that are not as we expected;
when we look at a 'free fall' movement we expect to see all axis intersect in value 0, however it is not the case.
For example:
More images :
here we see that the intersection is ~200
here we see that the intersection is ~250 (at 31)
here we don't see intersection and the values are not as expected from free fall.
Please help me understand our results.
2021-07-14 07:47 AM
Hi @Eleon BORLINI ,
I understand that, however I am more interested in the graphs (like the one I have attached in the first message). I do not see the point I am expecting to see.
The threshold is only for saying "Hi I recognize that this is free-fall" .
2021-07-15 02:15 AM
Hi @Msaga.1 ,
my suggestion is always offset compensation --> threshold setting around 350mg --> detecting free fall.
Can you please share the graph when the sensor is in steady state, z axis pointing upward, so that we can check whether there is residual offset?
I'm however always afraid that with such a low ODR your data are affected by an average on a time window containing spurious effects (especially at the beginning and at the end of the free fall event), and resulting in an increase of the instantaneous vale of the acceleration on almost all the axis.
-Eleon
2021-07-15 06:42 AM
2021-07-21 07:19 AM
Hi @Msaga.1 ,
the stationary data looks good.
Did you have the possibility to test more samples?
-Eleon
2021-07-22 02:23 AM
2023-12-18 03:58 AM
@Eleon BORLINI wrote:Hi @Msaga.1 ,
please note that the recommended threshold for recognizing a free fall event with the internal interrupt is FF_THS = 0b011 corresponding to ~ 10 x 31.25 mg = 312 mg (see the document), and not strictly zero, since spurious acceleration during the free fall might occur (for example rotations that ends up in linear acceleration, or torsional effect).
For this reason, I suggest you to use a similar threshold.
-Eleon
Hi, any idea where this 31.25mg came from?