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

How is it possible to use ANT and ANT+ at the same time?

I read on ANT documentation that is possible to configure different channels with different network keys. 

In my project i write:

>> sd_ant_network_address_set( "ANT+NetworkNumber", "ANT+NetworkKey");       // where ANT+NetworkNumber = 0 and ANT+NetworkKey is the one write on www.thisisant.com

>> sd_ant_channel_assign("ANT+channelNumber","ANT+channelType","ANT+NetworkNumber",0);

// another channel configuration for ANT+

>> sd_ant_network_address_set( "ANTNetworkNumber", "ANTNetworkKey");       // where ANTNetworkNumber = 0 ant ANTNetworkKey is a public network

>> sd_ant_channel_assign("ANTchannelNumber","ANTChannelType","ANTNetworkNumber",0);

The result is that only ANT channel is correctly working as if the second sd_ant_network_address_set called impose the first one. 

How can i use ANT and ANT+ at the same time on the same device?

Thanks for your support.

Best regards

Anna

Parents Reply Children
No Data
Related