Hi,
I am looking for information on how write a custom SMP client implementation for doing FOTA on a nrf52840 using BLE. I cant use the mcumgr CLI tool as my BLE device is connected to a thirdparty gateway and I only communicate with my BLE device through Azure IotHub using a custom API.
Here is a simple flow chart of my setup:
| BLE device | <--> | Gateway | <--> | Azure IotHub | <--> | C# FOTA application |
I can do FOTA using the nRF app so my SMP server implementation is working.
Can you point me in the right direction?
SDK: nRF Connect v 2.1.0
Thank you