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,
I don't see any obvious reason why this should not work
Does it work if you have 1 receiver to 1 transmitter?
Kenneth
Can I do this to determine the first value of rev_cnt ?
if((m_speed_calc_data.acc_rev_cnt - m_speed_calc_data.prev_acc_rev_cnt)==0)
{
convert_save(rev_cnt);
} Check out:
Kenneth
Hi Kenneth,
Thanks for the reply,
I have installed the softwares,
but it can not detect my ANT USB stick, the driver is installed,
How can I rectify it ?
Regards,
I suggest to get the dongle I linked from www.thisisant.com, I am not familiar with the third party dongle you have. Likely you need to contact the manufacturer if you have any issues.
Kenenth
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
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