Hi,
Related to this topic BLE DFU, MCU to MCU (Zephyr), GATT DFU SMP Service Clinet
I would like to know if anyone has any luck in making a SMP client for DFU updates between two nRF52?
I cannot find proper documentation on how this should be implemented, is the source code of Nordic's Device Manage app or the mcumgr CLI the best starting point?
I cannot find any SMP documentation besides top of the header file which basically says nothing.
As it is right now, my backup plan is just to use the dfu target library and make my own transfer protocol with a characteristic to do the DFU update but surely there must be a more official way to do DFU updates among MCUs.