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

DFU buttonless with SDK11

Hi all,

I have a custom board with a nRF51 and a DSP connected to eachother (SPI, UART and I2C) and since I have no connection to the nRF directly or any buttons I need to make upgrades on the nRF via serial DFU. To accomplish this I want to implement the DFU buttonless but I am using the SDK11 and SD130. Is there any example of this using the SDK11?

I always worked with SDK11, and I am not sure if it is better to update my code to work on the SDK12 or check the "dfu_buttonless_example" and try to downgraded it to the SDK11:

Does anyone have a idea what is the better option? Does the example work with the SDK11 without any changes?

Related