ANT on PCA10056 and custom board ?

Dear Members,

I want to run ANT+ code in my custom board,

It works well on PCA10056, I can upload softdevice and the code to custom board board,

but I didn't get any responses,

I have tried with code without softdevice, the custom board works well

Any ideas ?

Thanks

Parents Reply
  • I can not find that function in my app,

    log_init();
        utils_setup();
        softdevice_setup();
    	    //**Init I2C and EEPROM before ant started, in order toclear EEPROM before sensor start TEST**
    	    ssd1306_init_i2c(SSD1306_CONFIG_SCL_PIN, SSD1306_CONFIG_SDA_PIN);
    			eeprom_cmd_clear_distance(); 
    	    //initialize time for distance saving
    			m_speed_calc_data.acc_evt_time=0; 
    	
        profile_setup();
    	
    	  create_timers();
    	
    							
    	  /* Init systick driver */
        nrf_drv_systick_init();

    That's my init code....

Children
Related