Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Logtta_Accel_Data

data from Logtta_Accel

Logtta_Accelからのデータ

Hierarchy

  • Logtta_Accel_Data

Index

Properties

accel_peak

accel_peak: Triaxial

acceleration peak data (X, Y, Z-axis) 加速度ピークデータ(X, Y, Z軸)

accel_rms

accel_rms: Triaxial

acceleration RMS data (X, Y, Z-axis) 加速度RMSデータ(X, Y, Z軸)

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: Logtta_Accel_Axis; accel_range: number; accel_resolution: number; accel_sampling: number; hpf: boolean; temp_cycle: number }

Type declaration

  • accel_axis: Logtta_Accel_Axis

    acceleration measurement axis 加速度計測軸

  • 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