Hello Team,
I am using SDK version 17.0.1 and have implemented OTA. I have also implemented a buttonless DFU without bonding and created a Blinky application. However, when I try to upload the ZIP file, I get the following error:
Notification received from 8ec90003-f315-4f60-9fb8-838830daea50, value (0x): 20-01-06
Invalid response received (response: 0x200106, expected: 0x2001..)
All required configurations are enabled, such as DFU_ENABLE = 1.
Buttonless support is set to 0.
#define BLE_DFU_ENABLED 1
#define NRF_DFU_TRANSPORT_BLE 1
// <q> NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS - Buttonless DFU supports bonds.
#ifndef NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS
#define NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS 0
#endif
