Hi @sophiecentaur
Sorry For the late replies, I am using this accelerometer in my car with ESP8266 to find out the distance my car has been traveled from the initial point to the final point after a specific interval of time specified in the program by me. Mentioned above formulae by me were...
My question is kindof related to physics, as I have an Accelerometer sensor through which I am able to get the sensor data as following:
x = 192
y = 433
z = -453
I need to convert these values in such a way so that It will share Acceleration in cm or meters,
And also what concept I should use...