openant icon indicating copy to clipboard operation
openant copied to clipboard

ANT and ANT-FS Python Library

Results 39 openant issues
Sort by recently updated
recently updated
newest added

Update ant.py Add of functionalities to unassign a channel in function unassign_channel Add of message IDs for unassigning a channel and closing a channel in function _worker Update node.py Change...

Hello, I am new to ANT and Python development, but I have already set up heart rate monitor and cadence sensor working in a Python/PyQt app. Works fine - many...

Thanks so much for sharing this code. It's exactly what I've been looking for for a project. Apologies in advance: I am a product designer new to python and coding...

Hello, I’ve been working on a platform for editable codebase documentation and noticed this repo lacked documentation besides the README. Would it be useful if I generated/hosted docs for this...

Hi Tried to use antfs and get this (I think) openant related message: Driver available: [, , ] - Using: Request basic information... Capabilities: array('B', [8, 8, 0, 186, 54,...

There was a little fault in example\continous_scan.py I fixed. As also a small failue in Line 180 of ant.py to "message._data[1] == 0x01", where the underline was missing. Also added...

I get `usb.core.USBError: [Errno 16] Resource busy` when creating another `ant.fs.manager.Application` instance using the same device: With this test script I get the following traceback. https://gist.github.com/jonnylamb/a794c732bff1e1883d1a ``` Traceback (most recent...

Hello Tigge, Thanks for making this library, it's great, definitely you made a lot of things easier. But for now, I have a different situation, what I want to do...

Hi, please let me know if you want me to incorporate all added features from the child Node_easy directly to Node. As I understood "Node" in the folder "easy" is...

Hi all, I'd love to be able to connect multiple HR's to the same USB Master, I know this is achievable with channels but every time I change the ID...