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

nrf52810 mesh network

Hello All,

Can i use nRF52810 SOC for mesh networking. is there any space constraints?.. if we can use can we control all the nodes via smartphone .

please provide more details on usage of mesh on nRF52810 chip?

thanks in advance Pktron

Parents
  • Hi,

    Please refer to the BLE Mesh SDK Documentation. Currently:

    The mesh stack is also compatible with the nRF52810 platform, but not supported by the current build system.

    For future reference though, our BLE Mesh solution requires that you use a Softdevice as well as the BLE Mesh stack. How much flash and RAM is required by the Softdevice is documented in each Softdevice's Specification. The Specification for the current Softdevice version for the nRF52810 can be found here: Memory resource requirements

    Here you can see the flash and RAM requirements for the BLE Mesh stack: Resource Usage. These requirements comes on top of what is required by the Softdevice.

    Currently, phones cannot be an integrated part of the mesh itself, but you can run "regular BLE" on your nodes and use them as gateways into the mesh network.

    Here is a pretty informative blog about BLE Mesh in general: An Intro to Bluetooth Mesh.

Reply
  • Hi,

    Please refer to the BLE Mesh SDK Documentation. Currently:

    The mesh stack is also compatible with the nRF52810 platform, but not supported by the current build system.

    For future reference though, our BLE Mesh solution requires that you use a Softdevice as well as the BLE Mesh stack. How much flash and RAM is required by the Softdevice is documented in each Softdevice's Specification. The Specification for the current Softdevice version for the nRF52810 can be found here: Memory resource requirements

    Here you can see the flash and RAM requirements for the BLE Mesh stack: Resource Usage. These requirements comes on top of what is required by the Softdevice.

    Currently, phones cannot be an integrated part of the mesh itself, but you can run "regular BLE" on your nodes and use them as gateways into the mesh network.

    Here is a pretty informative blog about BLE Mesh in general: An Intro to Bluetooth Mesh.

Children
Related