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

Buttonless DFU custom entry

Hi,

I am using nRF52832 with NUS and buttonless DFU running well next to each other (SDK13). Instead of the standard way to jump to the bootloader (writing a 0x01 to the DFU characteristic) I would like to use a custom command via NUS. I imagine that this would be more secure, because the bootloader can then only be entered if the command is known.

To do that, I need to remove the Bluetooth part of the buttonless DFU, but still keep the part which makes the application jump to the bootloader.

Whats the best way to implement that, does anyone have an idea?

Many thanks, Josef

Related