Hi,
In my project, I'll have dozens of devices (using nrf52840) collecting data, and I need to update the devices' application firmware while in the field, but I won`t have any phisical access to the devices.
We have a central with Beaglebone Blue, so I thought about doing BLE DFU using my beaglebone as the controller, running nrfutil commands.
Following BLE Secure DFU Bootloader example, it uses a Development Kit attached to the computer. Is there any way we could do the update without the need of another kit (nrf52 and jlink) attached to the linux board?
Has something like this been done before? Can you provide any documentation on this?
SInce my linux board has bluetooth, I don`t see the need of attaching an extra module to it.