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?