简体   繁体   English

如何在C#中获取RHYTMH + Scoshe蓝牙SMART设备的心率数据?

[英]How get data of heart rate of the RHYTMH+ Scoshe Bluetooth SMART device in c#?

Excuse me. 劳驾。 Anyone know, How get the data of heart rate of the RHYTMH+ Scoshe Bluetooth SMART device ( http://www.scosche.com/rhythm-plus ) in real time? 谁知道,如何实时获取RHYTMH + Scoshe蓝牙SMART设备的心率数据( http://www.scosche.com/rhythm-plus )? I want to process the data in an application in C# (Windows 8). 我想在C#(Windows 8)的应用程序中处理数据。 I read that is possible via "Bluetooth Generic Attribute Profile - Heart Rate Service". 我读到可以通过“蓝牙通用属性配置文件-心率服务”来实现。 Is true? 是真的? And how do? 怎么办? ¿What requeriment are necessary in hardware and software? ¿在硬件和软件中需要什么重新请求?

I have the Rythm+ and get "instant heart rate" information on my android s4 using the App "Sensor BLE Connect". 我有Rythm +,并使用应用程序“ Sensor BLE Con​​nect”在我的android s4上获取“即时心率”信息。 It append each data record to a csv file on the root of my SD Card (here a few records) 它将每个数据记录附加到我SD卡根目录下的一个csv文件中(这里是一些记录)

Fri Jan 06 08:00:01 GMT+01:00 2017,59.  (Heart rate = 59)
Fri Jan 06 08:00:01 GMT+01:00 2017,59
Fri Jan 06 08:00:02 GMT+01:00 2017,58
Fri Jan 06 08:00:03 GMT+01:00 2017,57

I process it with a python script (I am a sporadic programmer) 我使用python脚本进行处理(我是零星的程序员)

NB Due to stability problem of the data capture process (linked to android? BT connectivity? ) I am interested in an alternative 注意:由于数据捕获过程的稳定性问题(链接到android?BT连接?),我对替代方法感兴趣

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM