Sensor access faster than 1 Hz?

Former Member
Former Member

Hi Guys,

I know that the Sensors API reports at 1 Hz for most sensors.

I'm wanting to get BikeWheelSpeed data at 4 Hz ( ANT+ common rate).

Can anyone confirm whether or not there is a restriction in the CIQ API that limits use to 1 Hz?

Has anyone used the ANT+ API for 4 Hz reliably?

Has onyone connected to BLE sensors at 4 Hz reliabily?

Any insight or experience is appreicated.

Thanks,

Michael

  • The documentation for several classes in the AntPlus module call out that hey are only updated at a 1Hz rate. The BikeSpeed classes don't explicitly mention this limitation, but you should be able to mock up something really quick using the BikeSpeedListener to verify.

    My wife is waiting on me to go to the grocery store right now, otherwise I'd write something up and test it myself...