Hi, all,
At first, I have to say I am a newbie in programming for BLE. ^^"
I trying to development a cycling power meter, so I want to modify this CSCS example to CPS, and it already roughly worked.
I can connect and output instantaneous power(W) data to some devices now, just like cycling game Rouvy and Zwift through BLE connect.
nRF5-SDK V17.0.2 Segger Embedded Studio OS:Windows-X64
In this example using the Service is "BLE_UUID_CYCLING_SPEED_AND_CADENCE 0x1816".
I checked GATT spec. supplement V5 document, it supports 3 features:
1.wheel revolution data supported
2.crank revolution data supported
3.multiple sensor locations supported
In crank revolution data support, I just found 2 flags:
1.Cumulative Crank Revolutions
2.Last Crank Event Time
How make it can output instantaneous cadence data to my device? just like android phone (app: nRF connect)?