Hi,
Is it possible to add other, optional data pages to ANT+ BPWR profile? For example page 0x13 (Torque effectiveness and pedal smoothness)?
Thanks,
Pepam
Hi,
Is it possible to add other, optional data pages to ANT+ BPWR profile? For example page 0x13 (Torque effectiveness and pedal smoothness)?
Thanks,
Pepam
Hello,
Looking at the ANT+ Managed Network Document – Bicycle Power Device Profile, 5.1 documentation from www.thisisant.com I can find that the Torque Effectiveness and Pedal Smoothness is an optional page that should be interleaved every 5 messages (1.25seconds) if supported.
Looking at the implementation of ant_bpwr_tx in nRF5 SDK I can find that you would need to add ANT_BPWR_PAGE_19 = 19 (0x13) to the ant_bpwr_page_t in ant_bpwr.h. In addition you would need to update next_page_number_get() such that every 5 pages are using ANT_BPWR_PAGE_19. Finally you need to update sens_message_encode() to include ANT_BPWR_PAGE_19.
Best regards,
Kenneth