Tigge / openant

ANT and ANT-FS Python Library
MIT License
182 stars 85 forks source link

Successful use of ANTUSB2 Stick on GARMIN's heart rate monitor #36

Open CS6 opened 6 years ago

CS6 commented 6 years ago

Hi I successfully used ANTUSB2 Stick on GARMIN's heart rate meter

But I want to connect GARMIN's heart rate meter & powertap p1 power meter at the same time. I would like to ask if it is possible to achieve

If this article is difficult to read, please forgive me from google translate Thank you

JohnAZoidberg commented 4 years ago

For future reference: I can confirm that it works with my Garmin HRM 3-SS:

$ python examples/heart_rate_monitor.py
Driver available: [<class ant.base.driver.USB2Driver at 0x7f6d8030fc90>, <class ant.base.driver.USB3Driver at 0x7f6d8030fd00>]
 - Using: ant.base.driver.USB3Driver
No handlers could be found for logger "ant.base.ant"
Heartrate: 81 [BPM]
linxucc commented 4 years ago

@CS6 it's possible, you have to open few separate channel to do so. openant handles multiple channel well, they are logically independent from each other.

For current USB sticks, it should be able to handle up to 8 channel simultaneously.