03-17-2022, 12:50 PM
See also Tuesday's mail: The absolute value is computed by a simple Pythagoras of the x-, y-, and z-component of the acceleration sensor data, so a classical vector length…
In programming terms: abs_a = sqrt(ax**2+ay**2+az**2)
In programming terms: abs_a = sqrt(ax**2+ay**2+az**2)