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

How to make multiple sensor node that takes data from sensor and send to single relay node in Ble mesh networking?

I have build the light switch demo, it works properly. But I want to make multiple sensor node that takes data from sensor and send to single relay node. I am little confused regarding client and server model. There are few questions as follows:

1. Is it sensor node act as client node?

2. Is it relay node act as a server node?

3. How i can configure border node that receives data from relay node and send it to cloud?

4. how we extend the light switch example to send sensor data over mesh to relay node?

Please give me example code and related tutorials.

Thanks in advance.

Related