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

NRF52832 Dynamic Mesh with Security

Hello Nordic Semi Developers.. I design my Product prototype using NRF52832 What is the plan of Nordic to provide SDK to support NRF52832 dynamic Mesh with [1] Over The Air Update [2] simultaneously broadcast and connection [3] Large Mesh Size [4] Security [5] IPv6 addressable [6] Power-efficient [7] no single point of failure [8] BLE 5 compatible ????

  • Hi,

    Nordic currently have a mesh solution called OpenMesh. It uses Bluetooth Low Energy advertising and scanning to communicate between nodes. When bluetooth smart mesh is released by the Bluetooth SIG, Nordic will have a solution supporting that as well.

    1. OTA DFU is implemented for nRF51 in OpenMesh, and will very soon be added for nRF52 as well.
    2. The OpenMesh is based on broadcasting (advertising). You can build an application that uses OpenMesh, and the SD to have BLE connections, for example like described here.
    3. There is no limitation in number of devices. The only limitation is the number of mesh values that can be up to 65535 (see here).
    4. There is no security in this mesh.
    5. There are no current plans for IPv6 adressable nodes in this mesh.
    6. The mesh is not power optimized at this point. You can make some nodes power efficient by enabling/disabling advertising/scanning in the application, making them leaf nodes, but some nodes have to be on all the time to rebroadcast messages.
    7. There is no single point of failure in the mesh.
    8. The mesh is BLE 5 compatible. BLE 5 is not released yet, so it cannot have any of the BLE 5 features.
Related