This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF51822 to NRF51822 Over the air update (DFU)

Hi

am working on a project and I need to have one NRF51 chip update another NRF51 chip, how can I go about this?

thank you

Parents
  • There seems to be no such example from Nordic but as long as you can fit the example into free memory of your nRF51 "updater" it should be fairly straight forward: implement GAP Central + GATT Client roles and mimic the same steps as Nordic DFU mobile/PC applications. Alternatively implement something custom which is even simpler in terms of protocol.

Reply
  • There seems to be no such example from Nordic but as long as you can fit the example into free memory of your nRF51 "updater" it should be fairly straight forward: implement GAP Central + GATT Client roles and mimic the same steps as Nordic DFU mobile/PC applications. Alternatively implement something custom which is even simpler in terms of protocol.

Children
Related