How to calculate the acceleration speed in ms² using accelerometer adxl335

Hello everyone,

I use an ADXL335 accelerometer with an Arduino UNO to measure acceleration in g
My goal is then, via a simple calculation to find the speed of my onboard system (accident alert). I have a g acceleration I want it turned into m/s²

We can't see your code.

(Your question has nothing to do with the IDE, so I moved it)

a speed in ms²

Speed is measured in units of meters per second. Acceleration is measured in units of meters per second per second.

Explain what you actually want to do, and post the code, using code tags.

You will need duration (change in time) of the change in velocity to find acceleration, and assume acceleration was constant.

How? can you write the formular please or send me a datasheet

Multiply g values by 9.8 to get m/s^2.

Please do not edit your original post. Doing so makes the responses difficult or impossible to understand.

1 Like

Kinematic formulae. This could be calculated as a school science problem with an imaginary system (massless objects, frictionless surfaces, single direction of travel).
https://www.khanacademy.org/science/physics/one-dimensional-motion/kinematic-formulas/a/what-are-the-kinematic-formulas

Or real life.
journal

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.