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

MESH DFU

Hi team.

we are developing project using nrf52 mesh sdk including 1 port nRF52840 and other nrf52 devices. we are finishing dfu mesh for devices.

The nRF52840 gateway can download manifest.json, fw.bin, fw.dat and update the port itself through mesh dfu, of course it can also update other devices like switches..,

with fw is as small as blink_led that they can run. however with fw we grow to about 100kb,

when updating always get error NRF_MESH_DFU_END_ERROR_PACKET_LOSS from switches device side after receiving 64 packets.
Is there a way for our nRF52840 gateway device to know which data packet is missing from the switch for retransmission?

Parents
  • Hi Pham, 

    What version of SDK are you using?

    The nRF52840 gateway can download manifest.json, fw.bin, fw.dat and update the port itself through mesh dfu

    I don't really understand what you meant here. Do you receive those files via the internet then update them to the mesh network? 

    Please elaborate in more detail about how you update it to the mesh network. Thanks. 

    -Amanda H.

Reply
  • Hi Pham, 

    What version of SDK are you using?

    The nRF52840 gateway can download manifest.json, fw.bin, fw.dat and update the port itself through mesh dfu

    I don't really understand what you meant here. Do you receive those files via the internet then update them to the mesh network? 

    Please elaborate in more detail about how you update it to the mesh network. Thanks. 

    -Amanda H.

Children
Related