hi, nordic team:
Now I am using the nRF5 AirFuel SDK version 2.2.0 to develop the PTU and successfully use the serial to do the dfu function.
I used nrfutil for DFU, but I want to write a PC program instead of nrfutil.
How can I do this?
hi, nordic team:
Now I am using the nRF5 AirFuel SDK version 2.2.0 to develop the PTU and successfully use the serial to do the dfu function.
I used nrfutil for DFU, but I want to write a PC program instead of nrfutil.
How can I do this?
Hi Hung,
the pc-nrfutil source code is available on Github (https://github.com/NordicSemiconductor/pc-nrfutil). I would recommend that you use this code as a reference for your own PC software.
Best regards
Bjørn
Thank you, Bjørn.