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

FUOTA(Firmware update over the air) of Nordic controller NRF52840 using Azure as host.

I want to perform FUOTA(Firmware update over the air) for my Nordic controller NRF52840 using Azure as host. 

Please suggest how to do this .

Parents
  • Hi,

    Nordic provides DFU solutions for the nRF52 devices, but not all the way up to the cloud. If you are using the nRF5 SDK, then you should look at the bootloader example and related DFU documentation. This and accompanying tools handles the upgrade on the nRF side, as well as image generation and upgrades from mobile phones or PC. But it is up to you to integrate this in your own system. Typically by having a mobile app which acts as DFU master (based on Nordic DFU libraries) and which is also integrated with your cloud service.

Reply
  • Hi,

    Nordic provides DFU solutions for the nRF52 devices, but not all the way up to the cloud. If you are using the nRF5 SDK, then you should look at the bootloader example and related DFU documentation. This and accompanying tools handles the upgrade on the nRF side, as well as image generation and upgrades from mobile phones or PC. But it is up to you to integrate this in your own system. Typically by having a mobile app which acts as DFU master (based on Nordic DFU libraries) and which is also integrated with your cloud service.

Children
No Data
Related