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

Support for SDK V13 and S332 soft device

I am currently working on a project that uses an nrf52832, SDK V11, and the S332 soft device. I am in the process of migrating to SDK 12.2.0. With the release of SDK 13, I am now wondering if I should continue migration to SDK 12.2.0, or migrate to SDK13. (This product is in development, and I could get by without 332 soft device support for a bit IF I knew it was soon to be available.)

  • When will SDK V13 support the S332 soft device?
  • Is the plan to support both SDK V12 and V13 in parallel? For how long?
  • It appears the migration from SDK 12 to 13 is relatively minor, especially compared to the SDK 11 to 12 migration. Is that true, or am I missing something?

Thanks for the support

Parents
  • Hi Paul,

    One of the main new features of SDK 13 is support for nRF52840 (s140 SoftDevice).

    At the moment it supports SoftDevices s132 and s212 versions 4, and s140 version 5. s332 should work almost right out of the box when it comes, although the SDK does not currently have any mixed examples for BLE + ANT. The API changes are mainly additions, not changes or removals.

    Since you are already migrating from SDK 11 you might just as well go to SDK 13. There are some new features and bug fixes. See release notes (bottom of that page) and migration guide for details.

    Regards, Terje

Reply
  • Hi Paul,

    One of the main new features of SDK 13 is support for nRF52840 (s140 SoftDevice).

    At the moment it supports SoftDevices s132 and s212 versions 4, and s140 version 5. s332 should work almost right out of the box when it comes, although the SDK does not currently have any mixed examples for BLE + ANT. The API changes are mainly additions, not changes or removals.

    Since you are already migrating from SDK 11 you might just as well go to SDK 13. There are some new features and bug fixes. See release notes (bottom of that page) and migration guide for details.

    Regards, Terje

Children
Related