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

nRF52 DFU using iPhone objective C

I download the nRF Toolbox app and its in swift.

My current app is in objective-C and I want to implement dfu in my app. Is there any framework that can be used in my objective-C project.

Please send me if you have any example by using objective-C.

Best Regards

Parents
  • The nRF Toolbox app is independent of the DFU Library, our DFU Library is written in Swift which does work well with Objective C projects.

    What you need to do is use Cocoapods to manage integrating it for you, using Cocoapods, our DFU library can be installed easily by creating a podfile in your project.

    Then running pod install, a new workspace will be created and you can use your objective C code to call the library methods easily.

    More instructions can be found here

    let us know if you need any further assistance.

Reply
  • The nRF Toolbox app is independent of the DFU Library, our DFU Library is written in Swift which does work well with Objective C projects.

    What you need to do is use Cocoapods to manage integrating it for you, using Cocoapods, our DFU library can be installed easily by creating a podfile in your project.

    Then running pod install, a new workspace will be created and you can use your objective C code to call the library methods easily.

    More instructions can be found here

    let us know if you need any further assistance.

Children
Related