Open hmorandell opened 9 years ago
In https://developer.bluetooth.org/gatt/profiles/Pages/ProfileViewer.aspx?u=org.bluetooth.profile.cycling_speed_and_cadence.xml and https://developer.bluetooth.org/TechnologyOverview/Pages/CSCP.aspx there are information about cadence sensor.
External cadence sensors are not supported. The internal stepsensor can be used for Cadence in 1.58, so infrastructure is added there are likely other related issues too
@gerhardol It took me a while to sort this out, so let me make it clear for the sake of the casual reader.
as of now, I'm talking of a version not yet released on the play store, but will be soon
you can measure cadence in 3 ways:
Only dedicated cadence sensor in the phone are supported at the moment, however there is interest in supporting the others, but no ETA yet.
See also #24 #337 and #433
Updated the headline to reflect the suggestion I assume that the standard BLE (and ANT+) cadence sensor is the major scope.
Compare to #326 for biking sensors
Hello, Is this issue still open ? I tried to shortly look into the code, It looks like the only mention about bluetooth-related is the HR sensors.
In case I would like to try extending the Bluetooth support to other sensors. Where should I start ?
RU currently supports external HR sensors, external cadence sensors are not implemented. Some hints are listed in https://github.com/jonasoreland/runnerup/issues/842
Hi,
I'm using Runnerup since a few months and I'm totally happy with it. This app just works so fine. SInce a few days I have a Lifebeam Hat, which is a hat with integrated optical heart rate sensor and cadence sensor. The heart rate registration works fine with runnerup, I'm just curious if it is possible to extend runnerup by saving the cadence data which the sensor generates as well? Connection to phone via BLE
thanks