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

BLE Mesh update firmware by NRF SDK

Hi,

I am using NRF52832 with NRF SDK 15 and Mesh SDK 4.0.

As my knowledge, I can update firmware for my device using SDK15. I want this cause my network does not have many devices and Mesh DFU takes a very long time.

Can you give me some instructions on how to implement this?

Best Regards,

Parents Reply
  • Hi, 

    DFU is supported in Mesh, but because the bootloader for BLE DFU and Mesh DFU is quite different you can't have both in the same node. It should be possible to use BLE DFU on Mesh nodes already.

    Please beware that the DFU over BLE is not related to the standard Mesh DFU. The reason is that LPN node doesn't support Mesh DFU so we do a normal BLE DFU. 

    Please follow the documentation here

    -Amanda H. 

Children
No Data
Related