I am currently using nus and dfus service. It works fine.
The secure DFU service is displayed in the nrfconnect app.
However, when ble_bas_enable, the duf service disappears and a battery service is created.
Is there a way to use it together?
I am currently using nus and dfus service. It works fine.
The secure DFU service is displayed in the nrfconnect app.
However, when ble_bas_enable, the duf service disappears and a battery service is created.
Is there a way to use it together?
Hi,
Do you get any errors after adding the third service? If so, please share. Other than that it is not easy to say much without seeing your code. Can you share it, both when you have two services working as expected and after you added the third?
In the nrfconnect app, this is the picture below.
And I checked the error.
error 0x08 in ble_dfu_buttonless_init.
Can you tell me why?


Which exact function returned 0x08?
Error 0x08 is ble_dfu_buttonless_init
Error 0x08 is ble_dfu_buttonless_init
I see. In most cases that is because you call ble_dfu_buttonless_init() before pm_init(), as the peer manager needs to be initialized first.