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

BLE mesh for leds only

Hi,

I'm working with NRF52832 in a BLE mesh project and I'm a newbie in this filed.

Project description:

- There're 5 devices in a BLE mesh network.

- In each device, there're 10 leds and a touch sensor.

  + Leds: just an indicator

  + Touch sensor: for human interface

- Rules: when leds on a device light up, users should touch this device. After touching the device, leds will be turned off. Then leds of another device are turned on. The game last to forever randomly.

I do not know how to implement this feature based on mesh. Which roles each device in this mesh is? How do one can communicate with each other?

I have basic knowledge about mesh and I have also run some example in the SDK v15.

I hope to get a clear picture about my project.

Thank you.

Parents Reply Children
Related