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

DFU implementation on BlueGiga to talk to Nordic peripheral

I've worked on nRF DFU Library on Android where you can easily do OTA DFU. Same with the nRF Connect desktop application. I was wondering if anyone knows any library (preferably C#) to perform OTA DFU from a BlueGiga BLE Dongle to an nRF chip.

I can call services and characteristic using BlueGiga API (which gives you access to L2CAP parameters) but i couldn't find anything that specially talks about uploading the firmware.

Related