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

Blinky Example fail

Hi, i have just bought a NRF51 DK. I have tried to run the precompiled Blinky example. I have first installed NRFGo Studio. I connected the board. In NRFGo Studio, I selected the board. At right panel, Program Application tab, i have selected the .hex file and pressed the program button. I have pressed the verify button to see if the program installed. It has verified but no led on the board blinking except LD5(close to on/off switch). Is there something wrong with the board or did i do something wrong ?

Parents
  • Since you only have these 3 files, it seems that you are using a SDK version that does not support the nRF51-DK.

    The latest SDK version that supports the nRF51 is SDK 12.3. You can download it from here.

    PCA10028 is the name of the nRF51-DK board. This number is used for instance in the SDK release notes to tell what boards are supported, and in the SDK itself to contain the project files for the particular board. To use pca10028 you should use project files in the pca10028 folders, and hex files for labled with pca10028.

Reply
  • Since you only have these 3 files, it seems that you are using a SDK version that does not support the nRF51-DK.

    The latest SDK version that supports the nRF51 is SDK 12.3. You can download it from here.

    PCA10028 is the name of the nRF51-DK board. This number is used for instance in the SDK release notes to tell what boards are supported, and in the SDK itself to contain the project files for the particular board. To use pca10028 you should use project files in the pca10028 folders, and hex files for labled with pca10028.

Children
Related