Hello,
I'm running Buttonless DFU successfully, but I would like to know if it is possible to start the application with the DFU service disabled, and activate it only later when receiving a certain command by UART.
Basically, I want the Secure DFU Service, and Buttonless DFU Without Bonds, to be hidden and inactive, and after a command received on the UART, the service starts up and becomes visible. It's possible? How should I do this?
To activate DFU, I send 0x01 through the Buttonless DFU Without Bonds feature. In order for this value to actually be sent through the app to IOS nRF Connect, I must enable a double arrow icon in nRF Connect, why is this necessary?
I must send 0x01 through the "Buttonless DFU Without Bonds" feature signaling the device to enter DFU mode, it is possible to signal the device to enter DFU mode by sending this value, this signaling, through the NUS using "UART RX Characteristic" by example? If possible, what should I change?
Thank you very much.