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

IS mass firmware up-gradation via ble ota possible?

Hello, I want to upgrade all my ble devices (15000 beacons ) at the same time using OTA dfu. Is that possible? If yes how can I do that? Thanks,

Parents
  • It is definitly possible to implement this and Nordic's implementation of the Bluetooth Mesh includes a proprietary mesh DFU feature that allows you to perform mass firmware updates.

    The firmware update packets are flooded across the mesh, and all devices in the network are updated at the same time.

    You can find the source code for the Mesh Bootloader in the nRF5 SDK for Bluetooth Mesh, see this page for more information.

Reply
  • It is definitly possible to implement this and Nordic's implementation of the Bluetooth Mesh includes a proprietary mesh DFU feature that allows you to perform mass firmware updates.

    The firmware update packets are flooded across the mesh, and all devices in the network are updated at the same time.

    You can find the source code for the Mesh Bootloader in the nRF5 SDK for Bluetooth Mesh, see this page for more information.

Children
No Data
Related