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

nrf51822 not supporting SDK for Mesh v1.0.1

I am using nrf51822 to enable bluetooth mesh features. For nrf51 board which SDK mesh version want to use ?? .  i have seen in nordic devzone that SDK v1.0.0 can able to use for nrf51  boards . But the problem is nordic site cant that version to download . Only its showing v1.0.1 and above version.

Please anybody help me to download the SDK mesh version1.0.0 ... pls give me that link also??/

  • hello,

    I believe that official support for the nRF51xxx SoC was only deprecated starting from nrf5 SDK for Mesh v2.0.0, however building certain examples is still possible via the cmake build system. This post clarifies things a bit further.

    It is also possible (and supported) to build for nRF51 SoCs with the v1.0.1 Mesh SDK (which was really simply a hotfix version). From the README.md of the v1.0.1 Mesh SDK...

    The mesh stack is compatible with the following configurations:
    
    | SoC       | Board(s)            | SoftDevice(s)               |
    | --------- | ------------------- | --------------------------- |
    | nRF52840  | PCA10056            | S140 v5.0.1-Alpha           |
    | nRF52832  | PCA10040            | S132 v3.\* / v4.\* / v5.\*  |
    | nRF51xxx  | PCA10028 / PCA10031 | S130 v2.0.1 / S110 v8.0.0   |
    


    Aside from the above, you should also note that going forward, the ONLY Nordic BLE mesh stacks that are certified/qualified as Bluetooth SIG compliant are the nRF5 Mesh SDK v2.x+ stacks.

    Regards,

Related