I'm trying to get DFU to work on my Xamarin iOS project. Has anyone managed to get the library binding of the iOS DFU library with Xamarin iOS?
I'm trying to get DFU to work on my Xamarin iOS project. Has anyone managed to get the library binding of the iOS DFU library with Xamarin iOS?
That's right. There is no binding to any code or library from nordic. The implementation is completely written based on the protocol description. And yes it was a big effort making it work. :-)
Wow..... And you opened source code. Don't know what to say. Thanks. have a good weekend!
Fantastic. Looks like you guys translated the original Nordic native implementation to C#. This is exactly what I was searching for. Adrian - thank you so much for sharing this!
Adrian has the DFU library you converted been updated to support encrypted files? Browsing through your work, and @Shay Ohayon's, it would appear the library doesn't support .zip files and encrypted files. Please advise. Thank you very much
Hi Adrian Eggenberger,
I have looked at you DFU library alone, amazing..!
But I have some questions. The device we use, does not have a DFU revision uuid. (I am using SDK v12)
Can this DFU library use zip file, with bootloader, application (dat and bin files) and so on..? or only HEX files..?
Thanks in advance
Ragnar