Flutter DFU (Android/iOS) library for nRF5340

Hello,

I'm looking for an existing Android/iOS Flutter DFU library that supports nRF5340.

I found this one: https://pub.dev/packages/nordic_dfu but with limitations to nRF51 and nRF52 support only.

Is there any news or plans for nRF53 Flutter DFU support?

Parents Reply
  • No. pub.dev/.../nordic_dfu supports legacy and secure DFU protocols, used in nRF5 SDK. Legacy DFU was in versions 4.3-11, while secure DFU from 12 up until the latest one 17.x. These a single library for both of them. Note, that's this flutter wrapper wasn't made by Nordic, but it's using our native libraries for iOS and Android.

    pub.dev/.../mcumgr_flutter is compatible with DFU over SMP protocol, that's used in nRF Connect SDK. 

    These 2 libraries aren't compatible with each other and the choice of them is dictated by which SDK you use on nRF chips.

    Regarding Windows, unfortunately we don't have plans to support other platforms in flutter. 

Children
Related