I have an accelerometer (LSM303DLM) and with Arduino UNO i want to find velocity
i try this formula : Vf = Vi + a*t , but i found that my velocity it affected by acceleration angle ,and the other problem is my acceleration is very sensitive and affected my velocity ...
if i used gyroscope with combination the accelerometer i will take corrected velocity values ?
i am getting the acceleration values from accelerometer. The time that i used is the same of the delay time t = 0.02 ... is correct ??
is verry sensitive the LSM303DLM and the values change very easy.... i think it happened from angle velocity...my project is to do balck box from car
which is calculate the velocity . from this equation i take the final velocity but i am ton sure
my code is :
// velocity_i is the velocity initial //acc1122.y is my accelaration
// 0.2 is the time