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

Where to find BLE Characteristics, a beginner's tutorial for SDK version 15 (SDK_15.2.0/15.3.0, pca10056, s140)

It is a fantastic tutorial, Thanks.

And I can get it to compile with SDK15.0.0 pca10040 s132. But how can I get it to work with 52840 DK?

Copied pca10056 and s140 into project folder from another ble_peripheral example in SDK15.0.0 but caused 

build errors:

Please advise!

Thanks

Parents
  • Hi

    What do you mean you copied these files? Both pca10056 and s140 are already present in examples/ble_peripheral/ble_app_hrs, both for SDK 15.0.0, 15.2 and 15.3. If you simply follow the tutorial, but start out with the nRF52840 applicable parameters this should not be too hard. You can't however go in and change the SoftDevice and pca version retroactively, as this causes the errors you are seeing.

    Best regards,

    Simon

Reply
  • Hi

    What do you mean you copied these files? Both pca10056 and s140 are already present in examples/ble_peripheral/ble_app_hrs, both for SDK 15.0.0, 15.2 and 15.3. If you simply follow the tutorial, but start out with the nRF52840 applicable parameters this should not be too hard. You can't however go in and change the SoftDevice and pca version retroactively, as this causes the errors you are seeing.

    Best regards,

    Simon

Children
Related