BangleApps/apps/cscsensor/README.md

19 lines
880 B
Markdown
Raw Normal View History

2020-09-08 21:44:28 +00:00
# CSCSensor
2020-09-09 14:52:47 +00:00
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
2020-09-10 20:45:11 +00:00
- trip distance traveled
- total distance traveled
2020-09-28 17:46:53 +00:00
- an icon with the battery status of the remote sensor
2020-09-09 14:52:47 +00:00
2020-09-11 01:19:48 +00:00
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.
2020-09-28 17:46:53 +00:00
If the watch app has not received an update from the sensor for at least 10 seconds, pushing button 3 will attempt to reconnect to the sensor.
2020-09-09 14:52:47 +00:00
2020-09-10 21:45:05 +00:00
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),
2020-09-09 19:43:59 +00:00
the wheel circumference can be adjusted in the global settings app.