I want to do changes for firmware upgrade nrf52832 with SDK BLE_2.0.1 for the mesh.
I need DFU (Bootloader)UART for our application to upgrade nrf52832 firmware by the host controller but unfortunately, it is not available in current BLE mesh SDK so we have decided to implement our own UART DFU support so my queries are as per below,
1)Is it possible to implement my own DFU UART in this SDK? I want to upgrade hex file over the UART from the host controller for NRF52 so is it possible?
2)Is there any document for DFU? It would be great if you can give us any documents for DFU UART also and bootloader related things where we should be able to start development of DFU UART.
3)Do you have any reference DFU UART source code for any other SDK so by taking the reference of it we are able to start the development for our own DFU?