Hi.
I use nRF52 and I want to use DFU.
I want to make init packet because DFU need it. To make init packet, need master control panel.
I want to know how to get master control panel.
Thanks,
Hi.
I use nRF52 and I want to use DFU.
I want to make init packet because DFU need it. To make init packet, need master control panel.
I want to know how to get master control panel.
Thanks,
You can generate zip with proper init packet using nrfutil.
You can generate zip with proper init packet using nrfutil.
How to generate an init package is described here.
It can also be useful to take a look at the "Usage" section in the nrfutil page on github.
Thanks your comment & sorry to reply late. You mean I should install python & nrfutil?
yes, you can install nrfutil by pip or build it from sources. i did it using pip