1
0
Fork 0
BangleApps/apps/cscsensor
Marko.Kl.Berkenbusch@gmail.com e073362b24 Clear screen on reset 2020-09-10 21:25:42 -04:00
..
ChangeLog Save total distanced traveled 2020-09-10 16:45:11 -04:00
README.md Save mileage adjustment 2020-09-10 21:19:48 -04:00
cscsensor-icon.js renamed dir 2020-09-08 17:46:03 -04:00
cscsensor.app.js Clear screen on reset 2020-09-10 21:25:42 -04:00
icons8-cycling-48.png renamed dir 2020-09-08 17:46:03 -04:00
settings.js Add option to zero total distance 2020-09-10 17:13:00 -04:00

README.md

CSCSensor

Simple app that can read a cycling speed and cadence (CSC) sensor and display the information on the watch. Currently the app displays the following data:

  • moving time
  • current speed
  • average speed
  • maximum speed
  • trip distance traveled
  • total distance traveled

Button 1 resets all measurements except total distance traveled. The latter gets preserved by being written to storage every 0.1 miles and upon exiting the app.

I do not have access to a cadence sensor at the moment, so only the speed part is currently implemented. Values displayed are imperial or metric (depending on locale), the wheel circumference can be adjusted in the global settings app.