Polar Cadence Sensor

From IoT
Jump to: navigation, search

Go Up to ThingConnect Devices


Polar Cadence Sensor is a Bluetooth LE based sensor from Polar. This bike sensor connects with your device and delivers accurate real-time cadence data.

Use the TPolarCAD component to communicate with the Polar Cadence Sensor.

Demo Location

You can find the sample projects for the Polar Cadence Sensor in the following IoT demo directories after installing the component:

  • Start | Programs | Embarcadero RAD Studio Berlin | Samples and then navigate to:
    • Delphi: Internet of Things\Object Pascal\Thing Connect\PolarCAD
    • C++: Internet of Things\CPP\Thing Connect\PolarCAD

Supported Services

The Polar Cadence Sensor component supports the following Bluetooth LE services and characteristics:

Service Characteristic Property Event Read Subscribe Write
Battery Service Battery Level BatteryLevel OnBatteryLevelUpdate
YesSubscriptionFeature.png
Cycling Speed and Cadence CSC Feature CSCFeature OnCSCFeatureUpdate
YesSubscriptionFeature.png
CSC Measurement OnCSCMeasurementUpdate
YesSubscriptionFeature.png
Device Information Firmware Revision String FirmwareRevision OnFirmwareRevisionUpdate
YesSubscriptionFeature.png
Hardware Revision String HardwareRevision OnHardwareRevisionUpdate
YesSubscriptionFeature.png
Manufacturer Name String ManufacturerName OnManufacturerNameUpdate
YesSubscriptionFeature.png
Model Number String ModelNumber OnModelNumberUpdate
YesSubscriptionFeature.png
Serial Number String SerialNumber OnSerialNumberUpdate
YesSubscriptionFeature.png
Software Revision String SoftwareRevision OnSoftwareRevisionUpdate
YesSubscriptionFeature.png
System ID SystemID OnSystemIDUpdate
YesSubscriptionFeature.png

Device Details

  • Device: Cadence Sensor Bluetooth Smart
  • Manufacturer: Polar
  • Technology: Bluetooth LE

See Also