Hi,
We are currently implementing a mesh application that is expected to have a large number of mesh devices. We have already tested DFU on a smaller mesh and it is working well with our application. However, we want to use a serial provisioning through pyACI since there is a device connected to a computer, this device was in charge of starting the DFU and sending the new firmwares through the mesh.
We have seen there are some serial commands related to DFU in the documentation and they are implemented in some methods of the interactive pyACI (aci_cmd.py) but we can't find any documentation on how to use those methods. We used to do DFU through the nrfutil mesh version while collecting the mesh sensors data, and would like to have similar functionality using serial commands.
We have seen a couple of answers in this forum suggesting that this behaviour is achievable, like this.
We would like to know if it is possible to carry out DFU through the pyACI application or if there is a better approach and if there is any documentation available.
Thank you