You are here: Forum Home → ANT+ Forums → ANT+ Bike Power → Thread
25 May 2016 06:56 AM
31 May 2016 10:17 AM #1
31 May 2016 02:30 PM #2
I'm not sure if I correctly understood what you are seeing, but from my understanding, what you are seeing here most likely is the effect of Rx failures that is a consequence of the RF environment. Bike Power sensors transmit at 4 Hz, and so timestamps received in events should generally be 1/4 of a second apart (including background pages). But pages transmitted by the Bike Power sensor are not always received by receiving display devices because of poor RF, causing a gap in the received timestamps. Rx failures are common and to be expected.
Other things to note:
The estimated timestamp value is generated by the Android device's ANT chip when the ANT packet containing the relevant information is received. When a packet is received, an event is generated for each relevant piece of data, and the estimated timestamp of when the packet was received is passed in the event. The estimated timestamp value really should not be used for anything other than correlating different events to see if they were received in the same packet. Estimated timestamps should generally not be used to compute time, but if you are using it for time, please account for timestamp rollovers in your calculations.
For any given page transmitted by a Bike Power device, the timestamp on the receiving devices cannot be expected to be the same because timestamp is generated on the receiving devices and not transmitted by the Bike Power device. Therefore, while the Joule and the Android will receive the message at approximately the same absolute time, each will assign a different value for its estimated timestamp relative to when it's clock's zero started, though deltas between messages should still be the same.
Also, since timestamps are generated on the ANT chip - below the firmware layer, applications and tasks running in Android OS will not have an impact of the timestamp value.
31 May 2016 03:39 PM #3
31 May 2016 11:37 PM #4
1 of 1 Pages
