lsm6dsv16bx data validation
I have integrated lsm6dsv16bx in my Microcontroller and I'm able to see the IMU datas in output for example: AX=61,AY=-131,AZ=-997,GX=-770,GY=2380,GZ=560.
I have used the example code provided in the ST's official github page(https://github.com/STMicroelectronics/STMems_Standard_C_drivers/blob/master/lsm6dsv16bx_STdC/examples/lsm6dsv16bx_read_data_polling.c).
I'm able to see the changes in output during movement, & there seems to be less change in output while the sensor is static.
The thing is, how can I confirm if this value that i'm getting is correct/accurate? is there any way to confirm/evaluate this value?
