iam facing issue in calculating distance moved by the device. I am using android Linear Acceleration sensor
Issues: acceleration across x y z axis doen not show zero even when device is idle, so double integral of acceleration is giving erroneous distance.
I am using low pass filter with Alpha value of 0.15. device is held on YZ plane and coordinates are remapped accordingly.
Is there any way to find total displacement of device Can we calliberate magnetometer/accelerometer to get initial orientation value to 0,0,0, & then start reading acceleration value from that point.
please suggest