Hello, i'm trying to updade my firmaware using the DFU. I manage to do it with nRF Connect and nrfutil but i'm trying to a custom central to flash the software without any human interactions.
I already checked on the DEV zone and it looks like there is no exemples (even close) for what i'm trying to do.
I started to develop my own software and i'm facing issues regarding the discovery of the DFU when the module is in bootloader mode.
I started from the ble_app_uart_c as a template to discover the 128 bit caracteristics. I manage to discover the service but everytime the caracteristic's array is always empty.
Do you have any idea about where it could come from ?