Is it possible to set up an NRF Connect SDK project such that the firmware can be updated over BLE, without including the SoftDevice in the update?
I'm using NRF52810 which has only 192kB of flash, which is not enough flash to fit the current firmware and new firmware at the same time. I believe that if the SoftDevice was kept separate, and not updated with my application, then there would be enough space for both the current and new versions of my application and I would be able to do OTA DFU.