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

nRF52833 Central to Peripheral OTA upgrade

Hello,

We have studied the getting started guide for the OTA upgrade at the link below.

https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/getting-started-with-nordics-secure-dfu-bootloader

In our system, we will be using the nRF52833 module as a central node and multiple peripheral nodes will be connected to it one by one. At a time only one peripheral will be connected to the central node. In our system, we are not using any Mobile phones.

The central node will be connected to the ESP32 Wi-Fi module over the UART interface. So using the DFU Master code example we will be able to upgrade the central node.

Is there any document or example available which guides us to develop the OTA upgrade of peripheral nodes from the Central node?

 

Parents
  • Hi Hardik, 

    Unfortunately we don't have an example for doing DFU OTA from one nRF52 to another. You would need to refer to our DFU protocol documentation and the mobile app / nRF Connect application on PC and write your own code. 

    But I don't think it would be much different from the UART DFU master code that I provided in the link you pointed to. 

Reply
  • Hi Hardik, 

    Unfortunately we don't have an example for doing DFU OTA from one nRF52 to another. You would need to refer to our DFU protocol documentation and the mobile app / nRF Connect application on PC and write your own code. 

    But I don't think it would be much different from the UART DFU master code that I provided in the link you pointed to. 

Children
Related