ryanbinns / ttwatch

Linux TomTom GPS Watch Utilities
MIT License
206 stars 67 forks source link

Implement exporting cycling cadence data from compatible bluetooth sensors #110

Closed misdoro closed 7 years ago

misdoro commented 7 years ago

Tested to work with runner2 & Tomtom - 9UJ0.001.01 speed&cadence sensor Both GPX and TCX files are recognized by strava.

No cadence points smoothing/filtering for the moment, it seems to work fine as-is.

Wheel speed does not work for me: ttbin files do not seem to include the wheel_size packet, maybe it needs to be added artificially (but out of the scope of this pull request)

Fixes #55

ryanbinns commented 7 years ago

Excellent, thanks!