|
2016-01-05
, 21:09
|
Posts: 339 |
Thanked: 1,623 times |
Joined on Oct 2013
@ France
|
#2
|
The belt seemingly offers a service 180d which most probably is the heartbeat monitoring
The Following User Says Thank You to Zeta For This Useful Post: | ||
I found an article by @javispedro that describes how it can be done, and as I already have nodejs on my device I decided to use the "noble" npm to implement it.
My first rough idea is to have a small nodejs servlet script that connects to the HRM device and presents the gathered heartbeat data in a local socket. This way it is really easy to write a QML client for presentation or integrate it to a sportstracking application.
Prerequisities:
That's all it takes really. You'll find some nice exmples under node_modules/noble/examples that give overview of the service discovery and use.
However, it seems that even though I can scan for devices and find the HRM belt, I cannot connect to it: