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,
Seems it's now been replaced with nRF Connect:
www.nordicsemi.com/.../nRF-Connect-for-desktop
Are you saying that doesn't do what you require?
You can generate zip with proper init packet using nrfutil.
You don't need master control panel - use nrfutil command line tools as Wojtek suggests below.
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?