-
• #2
I now realize I was a bit confused because 1g = 9.8 m/s2. Still - I'm confused if this is the deal with all accelerometers.
-
• #3
Wikipedia first paragraph on accelerometers:
[...] an accelerometer at rest on the surface of the Earth will measure an acceleration due to Earth's gravity, straight upwards3 of g ≈ 9.81 m/s2. By contrast, accelerometers in free fall (falling toward the center of the Earth at a rate of about 9.81 m/s2) will measure zero.
-
• #4
Thanks. Are there any apps that implement a conversion to coordinate acceleration I could use as a reference?
-
• #5
This has been asked a few times - including in a forum message that got surfaced today! https://forum.espruino.com/conversations/386551/#16980121
Basically it's tricky because to really know you need to take account of twist, and we don't have a gyro. But because we know that when the total G=1g we're stationary, we can use that to set a baseline - code in that link above
From my understanding an object at rest should be almost 0 m/s2. Why does my Bangle.js 2 report a minimum acceleration of 1 m/s2 then? Here's a reading while it's still:
I've been spending a while asking GPT and Googling to no avail. Is this accelerometer broken? Is this intended behavior? What's going on?