Hello, all ANT/ANT+ developers,
I am interested in logging heart-rate data on (say) a second-by-second basis.
I can see that many products from companies such as Garmin, Suunto, Polar, Timex, Adidas and Wahoo are available, and they will
display the instantaneous heart-rate of the wearer.
However, in terms of the data that they
save, or
log to a file, for the products I saw generally all that is available after an exercise session is simple summary data like 'peak' heart rate, duration of 'high' heart-rate, and so forth. That is not what I want: I would like to continuously capture the data and timestamp each datum.
Online I can see that someone developed a
graphing app, which is a bit related to what I want.
Ideally, if the consumer device itself won't save this data internally, then I would like to be able to either
(1) plug a
USB stick or key into my laptop or desktop computer, and log the data stream using some off-the-shelf software tool;
(2) interface to the heart-rate chest belt with a mobile phone, either through its native capabilities, or by plugging in a dedicated
key, and log the data stream using some off-the-shelf app.
I do have some programming skill and am reasonably computer literate, but more for e.g. evaluating mathematical equations and tweaking the OS, and am not experienced in programming for remote networking, data packet sniffing, etc.
Can anyone tell me how feasible the above is, and what would be required to do it?
Thanks in advance for your advice,
DIV