I thought a good use for the accelerometer would be to calculate & display jumping height in a field/widget/app during maximal effort jumps.
Assuming the jumper keeps arms still relative to body, then the time from liftoff to landing are "freefall" and hence 0 acceleration sensed.
We can use the duration of the 0 acceleration window to calculate height.
Seems there would be apps that do this, but I don't see any. Is there a problem with this idea? I can't be the first to think of it.
Now, I do see that the documentation says we cant ASK to turn on accellerometer data from a Field, but is it available without asking ... or is it sometimes available depending on activity? How does that work?