【发布时间】:2018-05-22 22:21:05
【问题描述】:
我有一个 Polar H10,我想读取 bpm 和 rr 值,查阅特性规范,我知道从通知句柄读取的每个字节,但是,我仍然无法理解生成的值.例如:以下是 gatt 工具 Example output screenshot from the gattool 的示例输出:
现在,我了解以下内容:10 48 2c 03 where (10 Flags => with bit 4 set specified an RR value exists, 48 => uint8 Heart Rate Measurment value, 032c => uint16 rr-interval)
但我不明白以下内容:10 49 5e 03 96 03 根据文档,它说存在 1 个或多个 rr 值。但是,这是什么意思?我怎么能收到两个 rr 值?
旁注:目标是从这些值中提取 HRV 特征。
【问题讨论】:
-
你从哪里得到的文件?我正在寻找它。
标签: bluetooth-lowenergy gatt heartrate