A&D 血圧モニタ

提供: IoT
移動先: 案内検索

Go Up to ThingConnect デバイス


A&D 血圧モニタは、A&D Medical 社製の血圧監視用センサです。

TAnDBloodPressureMonitor コンポーネントを使用すると、A&D 血圧モニタと通信することができます。

デモの場所

A&D 血圧モニタのサンプル プロジェクトは、上記コンポーネントのインストール後、次の IoT デモ ディレクトリにあります。

  • [スタート|すべてのアプリ|Embarcadero RAD Studio Berlin|サンプル]を選択したあと、次に移動します。
    • Delphi の場合: Internet of Things\Object Pascal\Thing Connect\
    • C++ の場合: Internet of Things\CPP\Thing Connect\

サポートされているサービス

A&D 血圧モニタ コンポーネントでは、次の Bluetooth LE サービスおよびキャラクタリスティックをサポートしています。

サービス キャラクタリスティック プロパティ 読み取り サブスクライブ 書き込み

Battery Service

Battery Level

BatteryLevel
YesSubscriptionFeature.png
Blood Pressure Blood Pressure Measurement BloodPressureMeasurement(*)
YesSubscriptionFeature.png

Blood Pressure Feature

BloodPressureFeature
YesSubscriptionFeature.png

Date Time

DateTime
YesSubscriptionFeature.png
YesSubscriptionFeature.png
Device Information System ID SystemID
YesSubscriptionFeature.png
Model Number String ModelNumber
YesSubscriptionFeature.png
Serial Number String SerialNumber
YesSubscriptionFeature.png
Firmware Revision String FirmwareRevision
YesSubscriptionFeature.png
Hardware Revision String HardwareRevision
YesSubscriptionFeature.png
Software Revision String SoftwareRevision
YesSubscriptionFeature.png
Manufacturer Name String ManufacturerName
YesSubscriptionFeature.png
IEEE 11073-20601 Regulatory Certification Data List IEEERegulatory
YesSubscriptionFeature.png

(*)メモ: これはコンポーネントのプロパティではなく、イベントの Value パラメータのプロパティです。詳細については、「キャラクタリスティックの読み取りまたはサブスクライブ」を参照してください。

A&D 血圧モニタ コンポーネントでは、次のカスタム サービスをサポートしています。

サービス プロパティ 読み取り サブスクライブ 書き込み 説明
カスタム サービス 1 AnDCustomCommandStatus
YesSubscriptionFeature.png
YesSubscriptionFeature.png
カスタム サービスの TAnDBloodPressureCommandService データを返します。

カスタム データ型

A&D 血圧モニタでは、次のユニットにカスタム データ型が定義されています。

  • Iot.Device.AnDBloodPressureMonitorTypes

コマンド サービス カスタム データ

TAnDBloodPressureCommandService 型には、カスタム サービスを利用するために A&D 血圧モニタに送信するコマンドが含まれます。

  • Value: デバイスに送信される未加工のバイト配列。
  • CommandType: コマンドの種類。ReadCommand、WriteCommand、ResponseAtPeripheralOnly のいずれかです。
  • Command: デバイスの設定および状態を処理するためのコマンド。
    • SetTime = 1: 時刻を設定します。
    • Disconnect = 3: 接続を解除します。
    • Unpair = 10: ペア設定を解除します。
    • DeleteMemory = 12: すべてのメモリを削除します。
    • SetBufferSize = 166: バッファ サイズを設定します。
    • ReadBufferSize = 225: バッファ サイズを読み取ります。
  • BufferSize: コンストラクタで設定されたバッファ サイズを返します。
  • TimeStamp: コンストラクタで設定された時刻値を返します。

デバイスの詳細

  • デバイス: A&D 血圧モニタ
  • モデル: UA-651BLE
  • ファームウェア: BLP008_d015

関連項目