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

Ble_app_Blinky not

I have downloaded the ble_app_blinky_c_pca10056_s140 hex file to the development kit with the help of the nrf_connect windows application. I have a PCA10100 development kit. Now when I am searching this advertising device from the blinky or nrf_connect android application, the "NRF_Blinky" does not show. I have checked the development kit LED1 is constant on, and thought that the device is already advertising. So, suggest to me what can go wrong.

Parents Reply
  • For the preprocessor defines you now have BOARD_PCA10100 and NRF52833_XXAA, and not the nRF52840/PCA10056 ones? If so it should work.

    Have you tried to debug? I would start with making a debug build (just select Debug in the build configuration dropdown if using SES) and check the log when running. Does it report any errors?

    Also, if you are using another toolchain than SES it does not program the SoftDevice automatically, so please double check that you have programmed it.

Children
Related