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
  • I found the supposedly correct version, but am surprised to see that the BLE SDK incorporated in the mesh SDK does not actually match the version that I downloaded.

    The Mesh SDK nrf5_SDK_for_Mesh_v0.10.1-Alpha_src includes the components from the BLE SDK nRF5_SDK_14.0.0_3bcc1f7 in the "external" folder.

    replacing this with the components directory from the actual nRF5_SDK_14.0.0_3bcc1f7 download it will not compile, and doing a file comparison reveals that several files have been edited, so it is not what it claims to be, but without these edits the mesh sdk will not compile.

Children
No Data
Related