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

Connecting via ANT+ to Garmin GSC10 ?

Dear Members,

How can I connect via ANT+ to Garmin GSC10 ?

then display cadence and speed value in UART ?

Is it related with this function in ant_bsc_rx_d52_s212.uvprojx  ant_bsc_evt_handler(ant_bsc_profile_t * p_profile, ant_bsc_evt_t event)

?

Thanks

Parents Reply
  • You can for instance open the pca10040/s212 project that you want to turn into pca10056/s340 in notepad++, and compare with a project that is already setup for pca10056/s340. This should look something like this:

    You can keep all pca10056, nrf52840, s340, ram and flash specific information in the project, but need to copy all include paths and similiar from the pca10040/s212 project. Then you will end up with something like this:

    Remember that the include directories should point to the s340 instead of s212, else it's mostly copy and paste between the two. Finally you can rename the ant_msg_types_master_pca10056_s340.emproject (that I used for basis here) to for instance ant_bsc_rx_pca10056_s340.emproject.

    I haven't tested the project, but the updated project based on the above is attached.

    1663.ant_bsc_rx_pca10056_s340.zip

Children
Related