Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
311 stars 76 forks source link

ANT2 USB stick and Garmin Heart Rate belt #76

Closed mrozaini closed 10 years ago

mrozaini commented 11 years ago

Hi, i'm new here. Actually I try to read the data from heart rate belt by using raspberry pi. I attach raspberry pi with ANT2 USB stick.For your information my raspberry pi already detect ttyANT. can i use the same code to extract the data from Heart Rate belt? thanks

Tigge commented 10 years ago

I'm planning to split out the ANT code and make a separate library out of that in the future. It should be possible to do this with this project as a base but it might require some heavy tinkering. Other that that https://github.com/mvillalba/python-ant exist and has this as one of their examples.

Tigge commented 10 years ago

I'm looking at doing this as an example for the ant lib split. Here is something that works for me: https://gist.github.com/Tigge/398844627b4f63fd8bbb

Tigge commented 10 years ago

Split is now done. The ant part is in https://github.com/Tigge/openant, with an example for HRMs.