You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @julr, thanks a lot for this little tool, as been of great help to add ANT HRM data to my stream.
I also want to report a bug related with my sensor (I think) listed as "ANT USBStick2", just got it from Amazon. It works, but the ID never gets detected, latest libusb-win32 driver installed using Zadig. I can still use it using 0 as sensor ID, works great!
Finally I wanted to ask for an integration with Cardia, that will emulate a electrocardiogram activity with the information. I think that project is also in C#. Having a PR there would be great! I'll do it myself but I'm not very proficient at C#.
Thanks again for this!
The text was updated successfully, but these errors were encountered:
Thanks for your report.
The search functionality is actually done by the USB dongle itself. However the search timeout is configured (hard coded) to be 30 seconds (see ant-net/Device/HeartRateMonitor.cs#L18 ) which I took from specification but this seems to be too short with your device combo. I will make this configurable the next time I work on it. However if it works with id 0 then you can use that as a "workaround" if there are no other ANT+ sensors in receiving range. It will just take a little longer to initially connect, that's all. Or you can try to search multiple times until it is found.
Regarding the integration to Cardia, I sadly don't have time for this but this project is already split up between the UI/App and the actually handling of the ANT+ receiver and sensors. It should be rather straight forward to use the ANT+ .Net Library to add support.
Thanks for your quick reply, indeed after pressing it a couple of times the sensor ID was found and now is working even faster and saving the ID, also saving me time on each use. Thanks again and I will try to implement it as soon as I have a Windows VM running with VS.
Hello @julr, thanks a lot for this little tool, as been of great help to add ANT HRM data to my stream.
I also want to report a bug related with my sensor (I think) listed as "ANT USBStick2", just got it from Amazon. It works, but the ID never gets detected, latest libusb-win32 driver installed using Zadig. I can still use it using
0
as sensor ID, works great!Finally I wanted to ask for an integration with Cardia, that will emulate a electrocardiogram activity with the information. I think that project is also in C#. Having a PR there would be great! I'll do it myself but I'm not very proficient at C#.
Thanks again for this!
The text was updated successfully, but these errors were encountered: