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

ant_io_tx_pca10040_s212_uart ?

Dear Members,

I opened this project ant_io_tx_pca10040_s212_uart.uvprojx in Keil,

How can I test it ?

NRF_LOG_INFO("ANT IO TX example started."); where can I see that message ?

I'm using nrf52840 board.

I have Garmin Edge to talk with,

Thanks for reading

Parents Reply
  • are these files needed to be added from bsc_rx s212 main.c to m2m s340 main.c ?

    #include <stdio.h>
    #include "nrf.h"
    #include "bsp.h"
    #include "hardfault.h"
    #include "app_error.h"
    #include "app_timer.h"
    #include "nrf_pwr_mgmt.h"
    #include "nrf_sdh.h"
    #include "nrf_sdh_ant.h"
    #include "ant_key_manager.h"
    #include "ant_bsc.h"
    #include "bsp_btn_ant.h"
    #include "ant_state_indicator.h"
    #include "nrf_delay.h"

Children
Related