Hello,
I am trying, and failing so far, to read data from a Garmin HRM-Run chest strap. The site for the product (
https://buy.garmin.com/en-GB/GB/p/530376#specs) indicates that it does support ANT+ heart rate.
My code uses the Linux SDK and reads well data from other HRM ANT+ devices such as the Scosche Rhythm+, Wahoo Tickr Fit or Polar OH1. However, with the HRM-Run, I try to open a channel with a wildcard device number but nothing is found.
I know that it's not a faulty hardware because a Garmin watch instantly recognizes the sensor.
I've wondered if it could come from the fact that the device has a extended number (245361). But I don't see how this wouldn't work with a wildcard.
I've also tried to open a background scanning channel - not quite sure about my implementation, but nothing showed up with that either.
At the moment, I don't really have other ideas about where the problem could come from.
Any help would be welcome. Thank you.