This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DFU example code as master

Hi. I'm using nRF52832, SDK13.0.0. I'm developing not only peripheral side but also central side.

I already made peripheral side referring to DFU example code. But i don't know how can I make the code for mater. So I want to know how to DFU using nRF52832 as central.

Do you have any sample code for this? or any recommandation?

I need your help.

Parents Reply Children
  • Thank you so much for your help. Unfortunately I don't know Android or Java code. So I want the guide documents for the principle of OTA master if there is no example code. The documents i want could contain charateristics information and timing or communication chart, how to start communication, how to exchange data and so on. Can I get the documents for these?

  • The only source of documentation we have for now is on info center. You can have a look here. It defines the opcode and the message sequence chart you can follow.

    I would suggest you get hold of a sniffer trace when you use the DFU app on the phone or PC to perform a DFU update. You can use this sniffer trace as the reference to create your own DFU master.

  • Thank you very much for your help.

Related