ANT+ into MAX
Has anyone had success in sending data from an ANT+ device (such as HRM) into MAX via the ANT USB dongle?
I have a Garmin HRM and I would like MAX to read my heart rate.
I've tried the 'Serial' and 'HID' to no success... I’m thinking there must be a way to use the ANT+ device profile of the HRM device (found https://www.thisisant.com/developer/ant-plus/device-profiles and on the download of SimulANT+ you need to sign up which is free) which is in Python code, so I could implement the device into MAX. I’m sure someone out there must’ve used an ANT+ device to put a live feed into MAX… Can anyone please help?
Thanks
Hey Julien,
did you ever figure this out?
currently stuck on the same problem.
Thanks
did you get it working? same problem here..
you may try to use node.script with the noble or ant-plus npm package.
i didn't try ant-plus but i'm able to get data from a BLE device with noble.
did you manage to make it work ? I'm in the same problem :(
Are you trying with the noble package ? I may help you with this one...