This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ANT-multiple channels

Hello,

Is there an example how to setup multiple ANT receive channels on one nrf51422 device using s310?

Thanks

Parents
  • Hi,

    No, there isn't any example for it. But if you start off with the ANT Broadcast example project in the nRF5x SDK you will simply need to call these 3 api's for each individual ANT channel you want to setup:

    sd_ant_channel_assign() sd_ant_channel_id_set() sd_ant_channel_open()

    You might want to also set other parameters such as for instance message period, network key and frequency, but the above api calls are the minimum required to get you started.

    Regards, Kenneth

Reply
  • Hi,

    No, there isn't any example for it. But if you start off with the ANT Broadcast example project in the nRF5x SDK you will simply need to call these 3 api's for each individual ANT channel you want to setup:

    sd_ant_channel_assign() sd_ant_channel_id_set() sd_ant_channel_open()

    You might want to also set other parameters such as for instance message period, network key and frequency, but the above api calls are the minimum required to get you started.

    Regards, Kenneth

Children
Related