SMP OTA using dev board

Hi there,
I am working on SMP client server application where I want to do the DFU of server from the client side where both the server and client are nrf52840 dev boards.
I want to send SMP commands to start the DFU on server side.
I am using the sample projects of SMP client and server provided by the nrf SDK which is basically only for echo
Now I want to take it further to send other commands also.
Is there any documentation about the SMP commands/messages. Or any sample project for starting DFU?

Parents Reply
  • On my server side the OTA process is implemented through App (acts as a client). We have developed an App (client) that uses the SDK and does the OTA of the server. Now we want to mimic the exact same thing through another controller(nrf52840dk as client) instead of App.
    My server side is fixed that can't be changed. All I can do is to play around the client side and exactly replicate the process of App into firmware.
    Do you get what I exactly want to do?

Children
Related