简体   繁体   中英

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? I want to process the data in an application in 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". It append each data record to a csv file on the root of my SD Card (here a few records)

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)

NB Due to stability problem of the data capture process (linked to android? BT connectivity? ) I am interested in an alternative

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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