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

Bluetooth 5 Mesh using nRF52840, any demo video present and what hardware and software I need

Hi,

We have a set of connected devices in a building of around 22 floors, may be around 6000 devices, can it connected using a nRF52840 Mesh network? Please let me know. Data transmitted would be around few bytes every couple of seconds from each device.

I need to create a demo for my cusotmer with couple of simple sensors like temperature, light along with 4-5 nRF52840 devices and demonstrate the Bluetooth 5 Mesh and connected to a Mobile device with bluetooth 5 support. What would be the Hardware components needed to build this and Software SDK. I see nRF SDK with Thread to support Mesh, is Thread to be used or some other option. Would I need need 4-5 development boards as to combination of nRF52840 SoC and nRF52840 development board?

Can someone please give some insight to it on the latest stuff available? Please let me know your view.

Thanks and Regards Deepak

Parents
  • You should be able to use Bluetooth Mesh, but 6000 nodes is a lot. The theoretical limit is 32000 nodes, but how well the mesh will behave depends on the traffic. Your throughput requirements are not too high, but it will still be a lot of traffic with that many nodes.

    At the moment the Bluetooth Mesh SDK does not support (but is compatible with) nRF52840 as you can see here.

    Sounds like the Light control demo could be a good starting point for you. For that you need 4 kits, as you can see under hardware requirements, but it shouldnt' be to hard to modify the example to support more servers.

    Currently, we do not have any mobile app example that works with either Bluetooth Mesh or Thread, sorry.

    You might be able to use Thread as well, but then you have to split the nodes into different networks.

    Each network can only have 32 routers, and then the rest of the nodes has to be end devices that are only connected to one router. A thread network is said to support up to 250 nodes in total.

    If you want to use thread you have to use nrf52840, as you can see here.

  • In regards to when Bluetooth mesh will support nRF52840, I'm sorry, should contact the regional sales manager for your area regarding roadmap and future releases, if you don't know who it is send me a PM with your location and I'll let you know.

    The gateway will be the bottleneck, and number of nodes in reach of each gateway is determined mainly by the traffic. I talked to one of the developers, and with a few of bytes every couple of second he thought 100 nodes per gateway would be in the right ballpark.

    We don't really have a Cloud example, but the Serial Example can be used as a starting point, connecting it to a Raspberry Pi for example.

Reply
  • In regards to when Bluetooth mesh will support nRF52840, I'm sorry, should contact the regional sales manager for your area regarding roadmap and future releases, if you don't know who it is send me a PM with your location and I'll let you know.

    The gateway will be the bottleneck, and number of nodes in reach of each gateway is determined mainly by the traffic. I talked to one of the developers, and with a few of bytes every couple of second he thought 100 nodes per gateway would be in the right ballpark.

    We don't really have a Cloud example, but the Serial Example can be used as a starting point, connecting it to a Raspberry Pi for example.

Children
No Data
Related