-
• #2
This app? https://banglejs.com/apps/#accellog
In the data,
1g = 8192
(which is the accuracy of the actual accelerometer chip)Actually it probably makes sense for me to modify the downloader app to rescale everything into
g
? -
• #3
If it's going to rescale anyway, maybe use
m/s²
? -
• #4
What is g?
-
• #5
g
is the constant for standard acceleration due to gravity:9.8 m/s²
.
This pops up a lot in accelerometers, because a sensor at rest measures1g
in the vertical direction. -
• #7
We could definitely make the 'interface' file report the magnitude values as well. I guess maybe some kind of drop-down for selecting units?
-
• #8
So, the unit is in g?
-
• #9
Right now the value is 1 / 8192 g
So if you get a value of 8192, that means 1g, or 9.8 m/s2
-
• #10
ohhhh. Thanks!
-
• #11
Im working on a new function. I'll let you all know when it is done!
There is an app on this watch that allows us to record acceleration over time. The time is in milliseconds. What is the unit for the acceleration?