Replies: 2 comments 2 replies
-
Were they 120 seconds (eg exactly one write skipped), or something else? Was it possible you were swapping apps on the watch while walking? That could be the cause, as when everything is reloaded the recorder would lose recorded steps since the last write. Come to think of it, if that's the problem I could make the recorder write any saved data before apps are switched, which would basically fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Bangle.js 2 (2v28)
Recorder (0.48)
I have the Recorder app installed to save step count to a CSV every 60 seconds. But it seems to skip saving data at random times, so the step count is less than what the watch shows through
Bangle.getStepCountor in a clock info counter.I started tracking this morning after running
Bangle.setStepCount(0)and restarting the watch, and starting with a fresh Recorder CSV. When I looked a few hours later, the clockinfo and the getStepCount function both said 826 steps. But when I download the CSV from Recorder, it has 798 steps total.The CSV has 194 rows. When I look at the diff in time for each row from the last row, almost all rows are separated by 60 seconds, the time interval I set. But there are 4 exceptions, which were 93, 96, 119, and 127 seconds after the last recording. Two of these rows had non-zero step counts, so I was walking at the time, and I wonder if the data for the preceding minute was skipped.
Any ideas for what might be the issue?
Beta Was this translation helpful? Give feedback.
All reactions