ant-cycling-power
ant-cycling-power copied to clipboard
ANT+ Bicycle Power Profile
Hello, Is it possible to receive the slope of Zwift (https://zwift.com) via ANT+ ?
See my bug filed here: https://github.com/Loghorn/ant-plus/issues When I call `is_present()`, the stick seems to close... or otherwise put the object in a bad state such that `write()` fails and throws...
` // Channel period Data is transmitted from most bike power sensors every 8182/32768 seconds // (approximately 4.00 Hz). This channel period shall be used by default. stick.write(Ant.Messages.setPeriod(channel, 8182));` your...