For the sake of simplicity, lets say, we want to integrate a Mesh DFU into Light Switch example. So, we have different node types (provisioner, client, server...) with different firmwares. Provisioner is connected to a PC over UART. The goal is to update the whole mesh network from a PC (i.e. over UART).
1. Because of different node types, different upgrade packages are required. Right?
2. Will provisioner accept UART transfer of a DFU for a client node?
3. If not, how can be a DFU package delivered ta a client node (only provisioner is connected to a PC)?
[nRF52840, Nrf SDK 15.1, Mesh SDK 2.1, S140 6.1]