You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
/* Set Channel Number */
return_value = ant_channel_assign(CHANNEL_0,
CHANNEL_0_TYPE,
ANT_CHANNEL_DEFAULT_NETWORK,
CHANNEL_0_ANT_EXT_ASSIGN);
if (return_value != NRF_SUCCESS)
handle_error();
Hi,
What are the values of CHANNEL_0, CHANNEL_0_TYPE, and ANT_CHANNEL_DEFAULT_NETWORK?
Note that the nRF will have to be configured as a master to be able to enable asynchronous transmission (check CHANNEL_0_TYPE).