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

Where can I find a complete SDK matching the version used in the Mesh SDK

It seems that the version of the soft device used in the mesh sdk does not match the version of soft device SDK that I can download, and the version used in the mesh SDK has missing features, where can I find the full SDK compatible with the mesh stack, as it will not build with the version I can download.

Parents Reply
  • Using the nrf5_SDK_for_Mesh_v0.10.1-Alpha, this includes part of the nRF5_SDK_14_1_0 but only part of it is supplied as required for the examples, when trying to replace this with the actual nRF5_SDK_14_1_0 the code will no longer compile since the parts included in the mesh SDK have been modified but the version numbers etc have not been updated.

    I have had to incorporate the changes into the actual SDK to be able to use it but this is not quite as simple as it would at first appear.

Children
No Data
Related