Hello DevZone,
On my board I have a nRF52810 and a nRF52840. I want to implement a serial bootloader for the nRF52810 and have the nRF52840 program it.
I have looked for example projects for DFU over serial and found only projects that have encryption built into the library.
Is there a example project available where I can use the bootloader / DFU without encryption?
The nRF52810 does not use the softdevice, both devices are using the SDK 17.0.2, the nRF52840 does use the softdevice.
I'd preferably would use an example project but it should not be a problem if I have to write the bootloader / DFU myself.
Kind regards