Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Logtta_Accel_ScanData

deprecated

scan data from Logtta_Accel

Logtta_Accelからのスキャンデータ

Hierarchy

  • Logtta_Accel_ScanData

Index

Properties

alert

alert: number[]

alert status of the last 4 alerts 過去4回分のアラート発生状況

battery

battery: number

remaining battery 電池残量

Range 範囲: 0~100 (Unit 単位: 1 %)

humidity

humidity: number

relative humidity 相対湿度

(Unit 単位: 1 %RH)

name

name: string

shorted LocalName (the 8 upper bytes) 短縮LocalName (上位8Bytes)

revision

revision: number

Logtta_Accel firmware version Logtta_Accelのファームウェアバージョン

sequence

sequence: number

sequence number for duplication check 重複判定用シーケンス番号

setting

setting: { accel_axis: number; accel_range: number; accel_resolution: number; accel_sampling: number; hpf: boolean; temp_cycle: number }

Type declaration

  • accel_axis: number

    加速度計測軸 acceleration measurement axis

    0b001:Z, 0b010:Y, 0b011:Y/Z, 0b100:X, 0b101:X/Z, 0b110:X/Y, 0b111:X/Y/Z

  • accel_range: number

    加速度レンジ acceleration range

    Range 範囲: ±2, ±4, ±8 (Unit 単位: 1 G)

  • accel_resolution: number

    加速度分解能 acceleration resolution

    Range 範囲: 8, 12 (Unit 単位: bit)

  • accel_sampling: number

    加速度サンプリング周波数 acceleration sampling frequency

    Range 範囲: 800, 400, 200, 100, 50 (Unit 単位: 1 Hz)

  • hpf: boolean

    high-pass filter ハイパスフィルタ

  • temp_cycle: number

    温湿度測定周期 temperature and humidity measurement cycle

    Range 範囲: 1~600 (Unit 単位: 1 s)

temperature

temperature: number

temperature 温度

(Unit 単位: 1 degC)

Generated using TypeDoc