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

Mesh low power sensor

Hi all,

I am trying make some temperature sensor with Segger and nRF52 based on Mesh BLE v4.0.

Currently I am researching documentation and examples to pick best solution. 

In simplest case my network would consist of two nodes:

A) Main powered client communicating through some UART with my smart home

B) Temperature sensor which sends data in intervals (battery power would be great)

So my questions for now:

1) Which example is best for understanding friend software?

2) Would I pick mesh LP Node or non mesh beacon for sensor solution? (or something else)

Best regards, 

Artur

Parents Reply Children
  • Mesh actually running on top of BLE MAC and PHY layer. The biggest advantage of mesh to BLE as you mentioned is the scale. If you are making a network with more than a dozens of backbone nodes (collector, relayer) that covers a large area a normal BLE network can't cover (more than 50m for example), then mesh would be better option. But if you want to focus on ease of use and low power consumption, then BLE is better.

    Bluetooth Mesh also a better solution if the network is dynamic, the nodes move around in the network and don't have a dedicated node that it has to connect to. 

Related