Hi Nordic,
I am new to the nRF52810 and would like to start a project using nRF Connect SDK + FOTA update (I have some experience with the nRF5 SDK and nRF52840). The Application is mainly a Beacon, sending some data via Advertisment.
I got to the Point, where I have MCUBoot + 2 App Slots (32kB + 80kB + 80kB). Unfortunately, the FW will not fit into the 80kB slot with all the BLE SMP stuff, which make me wonder:
1) Is there any chance to get this running?
2) Is there any chance to have FOTA with NCS on this chip?
3) Should I go back to nRF5-SDK and use a single slot DFU-Bootloader in this case?
4) Would it possible to mix some old DFU-Single-Slot-Bootloader with a Zephyr-FW that uses a partition with the S112-Softdevice, instead of the builtin BL-Stack (even though it's not officially supported)?