Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从血压测量特征中获取数据。如何从中获取数据,例如脉搏率?不管怎么说,还是要谢谢你。
为了从特征中解析值,您可以将特征的值作为字节数组获取。数组中的每个字节对应一个不同的值。
我的设备返回以 mmHg 为单位的血压值,我发现收缩压值为 1,舒张压值为 3,心率为 14。将这些值转换为整数后,我能够看到与血压计显示的值相同。