randdusing / cordova-plugin-bluetoothle

Bluetooth Low Energy Phonegap Plugin
804 stars 353 forks source link

Cycling speed and cadence #498

Open jabelcs opened 6 years ago

jabelcs commented 6 years ago

Hello all.

First of all thanks for the great plugin.

I just wanted to ask if anyone has an example for reading and calculating speed and cadence of a bluetooth sensor monted in an indoor bike?

Thanks in advance.

RitterD commented 6 years ago

Hi jabelcs,

at the end of the documentation you finde some examples how to get the services and characteristics of a connected sensor. Just subscribe the characteristic for the values you are looking for to receive updated informations.

I hope this was helpfull.