Closed mrozaini closed 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.
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
Split is now done. The ant part is in https://github.com/Tigge/openant, with an example for HRMs.
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