ant-cycling-power icon indicating copy to clipboard operation
ant-cycling-power copied to clipboard

power-meter.js

Open Landixus opened this issue 7 years ago • 0 comments

// 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 8182 should be 8192 When riding on Zwift i have some dropouts. I have fixed this with the period of 4096 //Most Powermeter use 8Hz?

Landixus avatar May 30 '17 19:05 Landixus