Confusion about accelerometers #6165
Replies: 1 comment
-
Posted at 2023-08-08 by KTibow 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. Posted at 2023-08-08 by @thyttan Wikipedia first paragraph on accelerometers:
https://en.m.wikipedia.org/wiki/Accelerometer Posted at 2023-08-08 by KTibow Thanks. Are there any apps that implement a conversion to coordinate acceleration I could use as a reference? Posted at 2023-08-09 by @gfwilliams 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 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-08-08 by KTibow
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?
Beta Was this translation helpful? Give feedback.
All reactions