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

Ble Mesh Network for Building Automation

Hi

I'm really excited about Bluetooth 5 and Mesh Networking, but I'm not sure what DK to get.

I want to make Sensor Network for Building Automation. So I can read every Sensor at just one point of the builing and don't need a accesspoint every 15m.

All sensors would be powered by battery. with Temp, light etc. but also have buttons on them or ReadContacts.

Is this possible?  I don't really understand the Mesh Networking yet.

Parents
  • Bluetooth Mesh is not really tailor fit for battery powered devices, as the radio must be on most of the time to be able to receive packets from other devices. If you want a low powered device, then Mesh specifies a low power node. The Nordic Mesh SDK does not yet support low power nodes, but we are working hard to implement low power nodes in our Mesh SDK.

    If this is not an issue, I would recommend buying a couple of nrf52832 dev kits or some Nordic Thingy:52s. The advantage of the dev kit is that the mesh sdk examples work out of the box on the dev kits, while you would need to make a few changes to make it work on the Thingy:52 devices. The advantage of the Thingy:52 devices is that this device already has various sensors integrated. We also have a mesh demo for the Thingy:52 to get you started with Mesh on the Thingy:52.

    Also, just want to point out that Bluetooth Mesh does not use Bluetooth 5.

Reply
  • Bluetooth Mesh is not really tailor fit for battery powered devices, as the radio must be on most of the time to be able to receive packets from other devices. If you want a low powered device, then Mesh specifies a low power node. The Nordic Mesh SDK does not yet support low power nodes, but we are working hard to implement low power nodes in our Mesh SDK.

    If this is not an issue, I would recommend buying a couple of nrf52832 dev kits or some Nordic Thingy:52s. The advantage of the dev kit is that the mesh sdk examples work out of the box on the dev kits, while you would need to make a few changes to make it work on the Thingy:52 devices. The advantage of the Thingy:52 devices is that this device already has various sensors integrated. We also have a mesh demo for the Thingy:52 to get you started with Mesh on the Thingy:52.

    Also, just want to point out that Bluetooth Mesh does not use Bluetooth 5.

Children
Related