Generic Blood Pressure Monitor

From IoT
Jump to: navigation, search

Go Up to ThingConnect Devices


Generic Blood Pressure Monitor is a Bluetooth LE generic component that provides blood pressure monitoring for IoT devices that use the standard GATT-based blood pressure service.

Use the TGenericBloodPressure component to communicate with the blood pressure monitor.

Demo Location

You can find the sample projects for the Generic Blood Pressure Monitor 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\GenericBloodPressure
    • C++: Internet of Things\CPP\Thing Connect\GenericBloodPressure

Supported Services

The Generic Blood Pressure Monitor component supports the following Bluetooth LE services and characteristics:

Service Characteristic Property Event Read Subscribe Write
Blood Pressure Blood Pressure Feature BloodPressureFeature OnBloodPressureFeatureUpdate
YesSubscriptionFeature.png
Blood Pressure Measurement OnBloodPressureMeasurementUpdate
YesSubscriptionFeature.png
Intermediate Cuff Pressure OnIntermediateCuffPressureUpdate
YesSubscriptionFeature.png

See Also