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

[SDK] Switching our project from SDK12.2 to SDK14.0

Hello Nordic team,

I just post a message here to take the temperature, and your respective engineering opinions about that…

It's been a few months that I work on the development of our IOT and we have therefore chosen, and been well advised, for our Bluetooth base to go with Nordic, very good choice as much for the quality of the SDK, the Chip and the ecosystem.

A few months ago, I started to go on the SDK12.2, our device is functional as such and we use roughly the following stack:

  • ANCS
  • UART/NUS
  • DFU Button Less
  • Libs for MEMS

But, for example, there is some of this: one of your engineer, in the past, told me in a post (devzone.nordicsemi.com/.../ >> "Q2") that I was lucky that the buttonless DFU works because it was clearly still unstable on the V.12.X… and also, just recently, I have discovered a nice x7 consumption bug of the electric current after making a division floating in my code (devzone.nordicsemi.com/.../) that I saw to counteract serious to this little hack in the power_manage(void)

As we wanting to incorporate some new feature into our existing code (send HID frames to our device connected to our IOT Object) and at the same time incorporate DualBank OTA and also make some TimeSlot (broadcast beacons frames at the same time we are in connected mode with an iOS ...)

It come to me that it's maybe the right time to migrate all our SDK12.2 code on the new SDK14 (I read somewhere that the DFU OTA Buttonless had finally arrived at maturity of production)

—> Do you see obstacles to this move, pitfalls to avoid or points of friction on this transition?

So It should update, for this next OTA which will therefore be done in 'Button Less' update on our existing devices at our customers, the three layers :

Bootloader + SoftDevice + App,

—> Will be there any problem with that?

—> Do you recommend the version SDK14 or SDK14.1?

Thank you for your estimates and have a good day

Parents
  • SDK 14.1 has a fix for a bug that would otherwise prevent you from updating the SoftDevice, so you'd definitely want that one. Also, make sure your new bootloader fits in the same size as the old one, the UICR bootaddr can not be changed. Also, be aware that updating the SDK is a more painful process than you might think, they do not make changes backwards compatible. Not a Nordic Engineer, but recently gone through the process of updating to SDK 14.1. Although looking at it recently there is a 14.2 out now, I supposed you'd want to update to that.

    When using the buttonless DFU service in 14.1, there is a second, undocumented init function you have to call or else recent nRF Connect iOS update will not be able to update your device. See devzone.nordicsemi.com/.../

  • I agree with @Aaron , I would definitely upgrade to SDK 14.1. You can read up about a bug on SDK 14 here. Just curious, are you using nrf52 dk's as your devices? Also agree that the DFU process can be tricky, so think hard before you start. If you really need the OTA DFU Buttonless feature, it would be a good idea to upgrade, as the 14.1 version is more stable than the one found in SDK 12.2. If you decide to start, give it a try & you can either update this thread or create a new case on devzone if you run into problems.

Reply Children
No Data
Related