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.

  • Thank you for the fast answer.

    So this would work?:

    Some BLE Beacons -> A RelayNode <-> my Device

    Only the Beacons would be battery powered.

    Example: "squares are rooms in a building"

    on Each floor of a building it would look this.

    Range?

    And I want Bluetooth 5 because of the higher range. So I can atleast connect one Office with just one Node.

    Does the Nrf52832 also have the higher range?

  • I do not quite understand. Will the beacons be part of the mesh network or only connected to the node via proxy (i.e. the N node can communicate over BLE & via the Mesh network)? Where are the relay nodes and your device located in the figure you drew? 

    As I said previously, Bluetooth Mesh does not use Bluetooth 5. If you are referring to Bluetooth 5 Long Range, only the 52840 device supports this.

Reply
  • I do not quite understand. Will the beacons be part of the mesh network or only connected to the node via proxy (i.e. the N node can communicate over BLE & via the Mesh network)? Where are the relay nodes and your device located in the figure you drew? 

    As I said previously, Bluetooth Mesh does not use Bluetooth 5. If you are referring to Bluetooth 5 Long Range, only the 52840 device supports this.

Children
No Data
Related