Recorder app speed graph is consistently off #5909
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2023-05-12 by @gfwilliams That's odd - maybe you could post a screenshot of the graph for something short, the actual recorder storagefile (using the IDE) and the GPX file? The calculation is done here: https://github.com/espruino/BangleApps/blob/master/apps/recorder/app.js#L383-L401 But it does do some scaling here based on your current locale's settings, so that might be it? https://github.com/espruino/BangleApps/blob/master/apps/recorder/app.js#L368-L370 Posted at 2023-05-12 by KTibow I actually deleted the logs I had, but the next time I use Recorder I'll post a follow up. Posted at 2023-05-15 by @gfwilliams Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-05-10 by KTibow
The Recorder app's built-in speed graph always overestimates my speed. I can tell it's unrealistic, and it doesn't match up with the speed value I get from the GPX. It said I was going like 5MPH walking. If it was KM/h it would make sense, but I'm not sure why it would do that.
Beta Was this translation helpful? Give feedback.
All reactions