Getting invalid readings in steady-state.
Hello Community,
I am working on the LIS2DE12 accelerometer. using the example code by STM.
https://github.com/STMicroelectronics/STMems_Standard_C_drivers
I am making a test case with the lis2de12_filter_hp_rst_on_int.c example.
I have placed a module on the ground. still getting invalid results on the output.
pi@raspberrypi:~/test/lis2de12_STdC $ ./main.bin
tx_com : Acceleration [mg]: 15.60 -46.80 904.80 25
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 15.60 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 15.60 -15.60 0.00 15
tx_com : Acceleration [mg]: 15.60 -15.60 -15.60 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: -15.60 -15.60 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: -15.60 -15.60 0.00 15
tx_com : Acceleration [mg]: -15.60 -15.60 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 0.00 15
tx_com : Acceleration [mg]: 0.00 0.00 -15.60 15
tx_com : Acceleration [mg]: 0.00 0.00 -15.60 15will you please help me to know,
If there is no acceleration force applied, How di I get the stable readings?
Regards,
Shiv Patil.
