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

how to use the DFU example?

hi,everyone

I want to  run the DFU example in  meshV3.1.0 . but i still can't understader how to run it . below is my understanding:

1.ther are must have 2 devices , A device use serial interface communicate with PC , B device is the targer device to upgrade.

2.PC send packet to A by serial , and A send packet to B by mesh network.

3.in order to send hex data in specially format like below , nordic supply a kit name  nrfutil

4.how to use nrfutil? where I can type those COMMED , i am using Windows cmd.exe.when i type in the command below ,it seems doest work like below :

  • 1.thank you ,it works ! i change nothing just reboot the  device which connect to PC via serial  physically .

      nrfutil version is 0.3.0.0 , python version is 2.7.16

    2.and I copy some code from example\dfu to light_switch_provisioner & server , it works too! but the cmd window does not show progress like 12% , but for all i think it is better then before .

    3.did both the devices upgraded? if I change the device application-id in json and generate and flash the device page again in device A, will device A act  to the DFU transfer too?

Related