Dear Members,
We have 2 ANT receivers and 1 ANT Speed Transmitter, (Bicycle Speed Cadence) , Garmin GSC-10,
Is it possible ? Looks like one receiver gets a good value and the other one is not ??
Any clues ?
Kind regards,
Dear Members,
We have 2 ANT receivers and 1 ANT Speed Transmitter, (Bicycle Speed Cadence) , Garmin GSC-10,
Is it possible ? Looks like one receiver gets a good value and the other one is not ??
Any clues ?
Kind regards,
Hi Kenneth,
Thanks for the reply,
I see :
/**@brief Function for printing speed or cadence page2 data. */
static void page2_data_log(ant_bsc_page2_data_t const * p_page_data)
{
NRF_LOG_INFO("Manufacturer ID: %u", (unsigned int)p_page_data->manuf_id);
NRF_LOG_INFO("Serial No (upper 16-bits): 0x%X",
(unsigned int)p_page_data->serial_num);
}
How can I print them out ?
E:\nRF5_SDK_17.0.2_d674dde\components\ant\ant_profiles\ant_bsc\pages\ant_bsc_page_2.c
Line 64
Kind regards,
Hi Kenneth, do you know which file/code is being used for handling an interrupt, if there's a ANT signal coming in ?
Regards,
Rixtronix