Polar Stride Sensor

From IoT
Jump to: navigation, search

Go Up to ThingConnect Devices


Polar Stride Sensor is a running accessory attached to the running shoes that gives speed and cadence data both indoors and outdoors by Polar.

Use the TPolarStrideSensor component to communicate with the Polar Stride Sensor.

Demo Location

You can find the sample projects for the Polar Stride 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\PolarStrideSensor
    • C++: Internet of Things\CPP\Thing Connect\PolarStrideSensor

Supported Services

Polar Stride Sensor supports the following Bluetooth LE services and characteristics:

Service Characteristic Property Event Read Subscribe Write
Battery Service Battery Level BatteryLevel OnBatteryLevelUpdate
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
Running Speed and Cadence RSC Feature RunningSpeedCadenceFeature OnRunningSpeedCadenceFeatureUpdate
YesSubscriptionFeature.png
CSC Measurement OnRunningSpeedCadenceMeasurementUpdate
YesSubscriptionFeature.png
SC Control Point SCControlPoint OnSCControlPointUpdate
YesSubscriptionFeature.png
YesSubscriptionFeature.png

Device Details

  • Device: Polar Stride Sensor
  • Model: Y8
  • Technology: Bluetooth LE

See Also