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

nRF52840 long range demo

Hello,

I have see this demo

.hex are available witch is already nice, but I would like to get everything needed to reproduce it. Does someone know if it's possible to get the client application, the GPS cabling schema and the source code deployed on the nRF52840 Preview DK ?

Thank you,

Hydro

Parents Reply Children
  • Hi Sylvain

    The .primary_phy and .secondary_phy fields are not included in the standard SDK v14.2.0 files, that is correct. You would have to download S140 v6.0.0-6.alpha from here and include the BLE header files that come with the SoftDevice, rather than the ones included in the SDK. 

    This is how it was done in the long range ble_app_uart example linked to above. 

    Moving to SDK v15 is probably a better idea, as it includes many other improvements, as well as the production ready version of S140. 

    Best regards
    Torbjørn

Related