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

DFU APP source code for ios and android

hi
my customer want to add DFU funcation to their APP(ios and android),i give them nrf toolbox source code ,i hope they can separate DFU funcation from that source code ,but nrf toolbox source code is too much,so that they can not separate DFU funcation from nrf toolbox source code In a short period of time,so where i can get source code which just include DFU funcation,and my project information in the following: SDK 9.0 SOFTDEVICE 8.0

best wishes

  • Hi,

    Let me answer your question.

    Android

    I have just published the source code and APK for the nRF Toolbox with only the DFU profile to the project's GitHub page: github.com/.../dfu_only. You'll find the APK in releases.

    The DFU logic is implemented in the DFU-Library (github.com/.../Android-DFU-Library). This library may be included into your project from jcenter or Maven repositories. The above nRF Toolbox DFU app is an example how to import and use this lib.

    iOS

    The nRF Toolbox for iOS includes the DFU profile. I'm not an expert on iOS, but you may find this link useful: github.com/.../4

    I hope it helped, Aleksander