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

Where can I find example code source for nrf51 dev kit ?

Hi, I have bought the nRF51 development kit. I have downloaded source code for nRF51822. This comes with LOTS of examples but I suspect the codes are not for my board. Is there something similar for nRF51 ?

Here is the directory structure of what I have : directory structure

What am I missing ? My board is pca10028. Some examples work fine (ble_app_hrs) some don't (blinky example) Any idea ? I feel a little lost.

Thanks

Parents
  • For NRF51-DK (PCA10028) the SDKs are available here. There is a pointer in the NRF51-DK User Guide, the version 7.x.x and 8.x.x SDKs directly support PCA10028.

    The SDK you have is intended for older versions of Nordic's nRF51422/822 development platform. While those projects can generally be made to run on the newer hardware, I think you'd be well advised to start with demo projects already set up to run on PCA10028.

    You should also see the nRF51_Series_Compatibility_Matrix document to get your arms around which IC hardware, SDK, softdevice and development hardware versions are intended to work together.

  • never mind, I have tested with BLEScanner and it works fine, so I guess the iOS app has a problem. Thank you very much, I have been stuck on this for months

Reply Children
No Data
Related