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

iOS (or C) DFU Library

Any chance someone have develop a iOS (Objective-C / Swift) library to wrapping Nordic DFU Protocol?

I'm aware of the availability of the source code of nRFToolBox (github.com/.../), but I'm agree with @jacobrosenthal (github.com/.../4) that the DFU functionality could be split in it's own library (and put on Cocoapods eventually).

Also, any chance that the exact procedure for DFU using this toolbox could be describe. Reading the source code is not that friendly, mainly due to the asynchronous aspect of BLE/DFU.

Related