Hi there,
We would like process to process a Mesh DFU
Mesh: I dont know if I can call that a mesh but it's basically 4 52840_DK connected in serial over BLE using nRF5_SDK_15.2.0
GateWay -->Node1-->Node2-->Node3
periph --->central --->periph --->central
I saw different Mesh DFU example but I didn't find anything based on my topology because it's not really a mesh
I got this feeling that I have to process those different steps to perform this task such as :
1 download image from the server and store in Gateway (external flash)
2.transfer store (external flash) and forward the image all over the mesh.
3 then process the DFU from image stored in the external flash using the Library DFU Background
Any recommendations, suggestions or examples will be welcome.
Thanks