In the world of nRF5 SDK for Mesh v5.0.0, does DFU support updating Mesh nodes directly using a mobile app?

Hi,

Currently I am using nRF52840 as nodes for mesh network. However, by reading the sdk5 documents and example, I did not see any clues to update the firmware with DFU on a smart phone app when it is run as a Mesh node? Therefore does anyone know how to  implement this function to the mesh node?

Thanks in advance,

John C

Parents Reply
  • Hi John, 
    A mesh application is no different from a normal BLE application, you just need to implement the BLE bootloader the same way as you add a normal BLE application. If you don't plan to use a button to switch the application to DFU mode (switch to bootloader to receive new image mode) you will have to see how you send a command to the device to enter DFU mode.

Children
Related