Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DFU on CENTRAL from PERIPHERAL

Hi All,

Are there any tutorials showing doing a DFU on a central device(scanner) from a peripheral(advertiser) device?

Parents Reply
  • I see. That is certainly possible. I do not see a reason why you cannot switch roles between central/peripheral, and if you do, then you can use the example bootloader as is in peripheral mode. If not, you would have to adapt the bootloader implementation to switch the roles. Another thing you need to do regardless of approach is to write the DFU master code. Nordic does not provide a DFU master implementation in C, only implementations for PC and mobile devices.

Children
Related