We would like to develop OTA firmware update with nRF52840.
In the development phase, we have been using "Thingy: 91" and place the firmware onto the MCUs of nRF9160 and nRF52840.
Using the BLE DFU protocol, we would like to update the firmware on both module, BLE and LTE over the air.
We would like to know the feasibility to achieve updating firmware on both modules with DFU protocol.
We also heard that in order to develop the OTA update function, Zephyr project should be referred instead the nRF5 SDK since Nordic shifts the SDK to Zephyr.
https://docs.zephyrproject.org/latest/guides/device_mgmt/dfu.html
But the nRF Connect SDK includes a fork of the Zephyr Project.
Could you please advise me?