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

Integrate DFU Library manually with Objective-C

Hi all,

I have been looking for the DFU library in objective-C, without any dependency manager such as cocoapods or Carthage (we cannot use them in our solution), but I haven't been successful.

If there is a document/guide to integrate this service manually could you send it to me please?

Thanks, in advance

Kind regards,

Paco

Parents
  • Hi Paco,

    I do not know of any guides to integrate the service manually unfortunately. Currently, there are three apps that support DFU on iOS (Thingy, nRF Toolbox & nRF Connect). It seems the Thingy app uses Carthage & the nRF Toolbox app uses Cocoapods. Maybe an older version of one of these two apps does not have one of the two dependency managers you mentioned (just a guess)?. The nRF Connect code is unfortunately not available on Github. 

    There is an old nRF Loader app that might be helpful, but this app is old & deprecated, so I am not sure if it will be of much use. It also does not work with the new Nordic DFU service.

Reply
  • Hi Paco,

    I do not know of any guides to integrate the service manually unfortunately. Currently, there are three apps that support DFU on iOS (Thingy, nRF Toolbox & nRF Connect). It seems the Thingy app uses Carthage & the nRF Toolbox app uses Cocoapods. Maybe an older version of one of these two apps does not have one of the two dependency managers you mentioned (just a guess)?. The nRF Connect code is unfortunately not available on Github. 

    There is an old nRF Loader app that might be helpful, but this app is old & deprecated, so I am not sure if it will be of much use. It also does not work with the new Nordic DFU service.

Children
No Data
Related