BLE Cycling Power meter support #50
Labels
No labels
area:companion
area:docs
area:shared
area:tooling
area:watchapp
blocker
kind:chore
kind:feature
kind:spike
kind:test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
robert/PedalPebble#50
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Support a power meter over the standard BLE Cycling Power profile. Unlike cadence this is a genuine addition: a separate profile, its own client and its own derived metrics.
Acceptance criteria
0x1818discovered and connectedCycling Power Measurement0x2A63parsed, including the variable-length flags fieldFiles
companion/.../sensors/CyclingPowerClient.ktwatchapp/src/c/view_ride.cNotes
The flags field makes this parser materially more involved than CSC - fields are optional and their offsets shift. See docs/DECISIONS.md D16.