Hi,
I'm using nRF52840 in my project.
I successfully integrated the BLE DFU service and its characteristics in my firmware, Now I can update the firmware through the nrf-connect app.
Now the issue is I want to enable/use the nus characteristics(Rx and Tx) in the DFU service.
firstly I want to know is it possible? if yes, can you please suggest any tutorial for this implementation?
I want to perform this implementation because I am developing a customized DFU Android app with the available source code and I don't want to use both the UART and DFU libraries on the Android app side.
Any advice would be appreciated.
Thanks.