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

BLE advertising but not showing up on app

I have a custom board that I have programmed using the UART_BLE example. The code executes and I know I am advertising since LED1 blinks meaning it is advertising but for some reason on the nRF app on my phone I cannot find the device.

I have set the LF clock to the RC setting (NRFX_CLOCK_CONFIG_LF_SRC = 0 and NRF_SDH_CLOCK_LF_SRC = 0), and the only other thing I changed was the pin assignments and some debug (printf) variables (nrf_log_deferred to 0).

What could be the reason that I cannot find the device on the app?

Parents
  • Hi,

    I have set the LF clock to the RC setting (NRFX_CLOCK_CONFIG_LF_SRC = 0 and NRF_SDH_CLOCK_LF_SRC = 0)

     You also need to apply these changes to the config file.

     

    and the only other thing I changed was the pin assignments and some debug (printf) variables (nrf_log_deferred to 0).

     Please elaborate more on these. What pins did you change? Also have you checked that the application isn't asserting? 

    regards

    Jared 

Reply
  • Hi,

    I have set the LF clock to the RC setting (NRFX_CLOCK_CONFIG_LF_SRC = 0 and NRF_SDH_CLOCK_LF_SRC = 0)

     You also need to apply these changes to the config file.

     

    and the only other thing I changed was the pin assignments and some debug (printf) variables (nrf_log_deferred to 0).

     Please elaborate more on these. What pins did you change? Also have you checked that the application isn't asserting? 

    regards

    Jared 

Children
No Data
Related