When I use dfu_nrf52832_xxAA_s132_6.1.1.hex, it works all devices updated with blink code as described in dfu_quick_start.md
But without any provisioning Process, why?
And in 3 out of 5 devices I upload dfu_no_serial_nrf52832_xxAA_s132_6.1.1.hex generated file, and in other 2 uploads dfu_nrf52832_xxAA_s132_6.1.1.hex.
And all the other steps are same as explained in dfu_quick_start.md
In DFU process 2 devices with dfu_nrf52832_xxAA_s132_6.1.1.hex code is uploaded and blinky started, but not in other 3 devices, which means that they are not updated.
I want to implement dfu in my code, but little confused about how, from above two, as it seems that I have to use dfu_nrf52832_xxAA_s132_6.1.1.hex source not dfu_no_serial_nrf52832_xxAA_s132_6.1.1.hex source. for DFU.
Please Help me regarding it.
Thank You
Bivay