buttonless dfu not working with hid_keyboard/mouse ble sample

good try,

i tried adding buttonless dfu service to ble hid_mouse/keyboard sample in nRF52 SDK 17.1 with PCA10040 dev board but it does not show up in the list of devices when i tried scanning using nrf connect.

the LED2 is blinking with dim light.

but when i tried adding buttonless dfu service to the ble_blinky following the same procedure, it is working. can detect button press and can use dfu mode.

both secure_bootloader and sample apps uses: NRF_DFU_BLE_REQUIRES_BONDS 0

are there any guides that i can follow in adding buttonless dfu?

Related