Can't I just add up all of the accelerations of the accelerometer and then use this physics equation to get distance?
d = v(i) x t + (1/2) x a x t ^2
In this: v(i) would be 0 t = 1 second a = all accelerometer speeds added together for.1 second t = 1 second
Can't I just use this equation to get vertical velocity? A lot of people have said it is impossible but It has been done with variometer apps. I can’t figure out the code. Can anyone guide me in the right direction?
v(f) = v(i) + a x t
v(i) = 0 a = y-axis acceleration for 1 second t = 1 second
Please let me know if this is possible.
Thank you so much for your help.