Hi,
I have multiple devices that support Nordic DFU.
I want to update them using a Linux computer with a bluetooth dongle connected on it (and its not a Nordic Device).
I know that the DFU process use GATT characteristics.
I have find multiples application, like nrfutils, that permit to do a DFU update by the computer but each time, its require a serial connected nrf device.
I have find some docs about the dfu protocol but I don't understand/find how the init packet is made.
I want to know if its possible to use the nrfutils dfu function without nordic specific device by using the integrated Bluetooth 5.2 chip of my computer.
Or if its no possible, how is the dfu init packet made ?
Regards.