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

SoftDevice S332 v6 is out!

Hi,

as a new year's gift I've noticed s332 v6 is available from ThisIsAnt's download page. I'm developing on nrf52 using SDK v14.2 since it was the latest supported for s332 but I'd gladly upgrade to v15.x if possible. I've not found much documentation or comments regarding the new s332. Does it mean I can switch to SDK v15 and use this new SoftDevice? Anything to worry about?

Thanks!

  • Hi,

    Currently there is no direct support for the S332 in the nRF5 SDKv15.2. So what you need to do:

    1. Take for instance a BLE project from SDKv15 and include the S332v6 header files instead of the S132v6 header files.

    2. Update project target settings to fit with the memory and flash requirement due to the S332v6 softdevice.

    3. The ANT api should not have changed between S332v5 and v6, so this code should still work.

    Else you need to wait for nRF5 SDKv15.3 that will support all S332 and S340 v6 softdevices, estimated February.

    Best regards,
    Kenneth

  • Hi,

    Currently there is no direct support for the S332 in the nRF5 SDKv15.2. So what you need to do:

    1. Take for instance a BLE project from SDKv15 and include the S332v6 header files instead of the S132v6 header files.

    2. Update project target settings to fit with the memory and flash requirement due to the S332v6 softdevice.

    3. The ANT api should not have changed between S332v5 and v6, so this code should still work.

    Else you need to wait for nRF5 SDKv15.3 that will support all S332 and S340 v6 softdevices, estimated February.

    Best regards,
    Kenneth

Related