Scosche Rhythm Speed/Cadence Sensor

From IoT
Jump to: navigation, search

Go Up to ThingConnect Devices


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

Use the TScoscheCSC component to communicate with the Scosche Rhythm Speed/Cadence Sensor.

Demo Location

You can find the sample projects for the Scosche Rhythm Speed/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\ScoscheCSC
    • C++: Internet of Things\CPP\Thing Connect\ScoscheCSC

Supported Services

The Scosche Rhythm Speed/Cadence Sensor component supports the following Bluetooth LE services and characteristics:

Service Characteristic Property Event Read Subscribe Write
Cycling Speed and Cadence CSC Feature CSCFeature OnCSCFeatureUpdate
YesSubscriptionFeature.png
CSC Measurement CSCMeasurement OnCSCMeasurementUpdate
YesSubscriptionFeature.png
YesSubscriptionFeature.png
SC Control Point SCControlPoint(*) OnSCControlPointUpdate
YesSubscriptionFeature.png
Sensor Location SensorLocation OnSensorLocationUpdate
YesSubscriptionFeature.png
Device Information Firmware Revision String FirmwareRevision OnFirmwareRevisionUpdate
YesSubscriptionFeature.png
Manufacturer Name String ManufacturerName OnManufacturerNameUpdate
YesSubscriptionFeature.png
Serial Number String SerialNumber OnSerialNumberUpdate
YesSubscriptionFeature.png
System ID SystemID OnSystemIDUpdates
YesSubscriptionFeature.png

(*) Note: The Bluetooth standard defines the SC Control Point characteristic as write/subscription. However, the manufacturer defines the SCControlPoint property for this specific device as readable.

Device Details

  • Device: Scosche Cycling Speed and Cadence Monitor
  • Manufacturer: Scosche
  • Firmware: 1.1
  • Technology: Bluetooth LE

See Also