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

Secure Web/Restful service API to retrieve firmware updates on mobile app and which version to use

Hi,

The NRF toolbox iOS app contains a DFU feature which allows users to update there firmware for the nRF52832 microprocessor.

1. Rather than storing the firmware updates on the mobile app, is there a Secure Web/Restful service API to retrive firmware updates on mobile app for the nRF52832 microprocessor?

2. Which firmware files stored in the Xcode workspace should I select for updating to the latest nRF52832 version?

3. Can you please provide a link to the latest dfu firmware for the [nRF52832] microprocessor?

Parents
  • Hi,

    1. No, we don't have those service API yet. But if you want to store firmware on cloud, you can use dropbox. And you are free to implement your own cloud service , the DFU app code is open. 

     

    2. What do you mean "latest nRF52832 version" ? The firmware is upto you to create, we don't have a "standard" firmware to be flashed on nRF52832. Those files in the Xcode you have are example firmwares. They are pretty old and maybe not match with latest softdevice&softdevice. I suggest you to follow this guide to create a .zip package from your firmware. 

    3. I don't understand, what do you mean by dfu firmware ? What kind of application running on nRF52832 are you making ?

  • Hi,

    Thanks so much for your response to question #1.

    Please disregard questions #2 and #3

Reply Children
No Data
Related