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
Usb:
Name: CYCPLUS USB ANT STICK U1 (AliExpress)
Manufacturer: Chengdu Chendian Intelligent Technology Co., Ltd. (text from the box)
USB ID: 0FCF 1008
I have used "zadig-2.7.exe" to install WinUSB (v6.1.7600.16385)
Environment:
Node: 16.17.0
Ant-Plus: 0.1.24
Windows 10
Code:
ar Ant = require("ant-plus");
var stick = new Ant.GarminStick2(); //GarminStick3 => Stick not found!
var sensor = new Ant.HeartRateSensor(stick);
sensor.on("hbData", function (data) {
console.log(data.DeviceID, data.ComputedHeartRate);
});
stick.on("startup", function () {
sensor.scan();
});
if (!stick.open()) {
console.log("Stick not found!");
}
Watch: Garmin vívomove Style
Usb:
Name: CYCPLUS USB ANT STICK U1 (AliExpress)
Manufacturer: Chengdu Chendian Intelligent Technology Co., Ltd. (text from the box)
USB ID: 0FCF 1008
I have used "zadig-2.7.exe" to install WinUSB (v6.1.7600.16385)
Environment:
Node: 16.17.0
Ant-Plus: 0.1.24
Windows 10
Code:
Output:
Can I resolve this or is my USB just incompatible and I need to buy the official one?
Thanks
The text was updated successfully, but these errors were encountered: