Dear Members,
Is it possible to combine HRM and Speed cadence on ANT+ example ?
How to give to different channel at once ? Any examples ?
Thanks
Dear Members,
Is it possible to combine HRM and Speed cadence on ANT+ example ?
How to give to different channel at once ? Any examples ?
Thanks
I can't find any examples no. So you likely need to increments NRF_SDH_ANT_TOTAL_CHANNELS_ALLOCATED in sdk_config.h to support more than 1 channel.
Also, looking at ant_plus\ant_sdm as example: I can notice that SDM_SENS_CHANNEL_CONFIG_DEF() setup the channel number to be SDM_CHANNEL_NUM, this means that all communication for the SDM will occur with ANT channel SDM_CHANNEL_NUM, which is set to 0 in sdk_config. So any new ANT channel used (ANT or ANT+) should increment this value to 1 when calling ant_channel_init().
Also, check out this reply:
https://devzone.nordicsemi.com/f/nordic-q-a/47975/two-ant-profiles
Hi Kenneth, thanks for the reply, I will test and keep posted.
Hi Kenneth, thanks for the reply, I will test and keep posted.