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

A simple mesh on the NRF52 DK (maybe using light) switch example?

Hi There, I'm very new to mesh and have a bit of a learning curve to understand the mesh SDK. A few questions for those in the know....

I have been playing around with the light_switch demo and have it working (understanding it is more difficult). I have been trying to make it work in reverse. Basically I would like the servers to send their state to the client instead of the other way around. Rather than setting an LED on the client (although it would be useful initially), I would like to send a something via REST API to the outside world.

The terminology used in the light_switch demo is server and client. I assume "server = node" and "client = gateway", is this correct?

I have 5 x nRF52 (PCA10040) dev kits and am compiling using Segger Studio.

Essentially, I would like an easy demo of a mesh sensor network that uses a simple GPIO pin to detect on/off for the sensors, then send this data to a gateway and the outside world.

Anything you can do to help would be really appreciated.

Parents Reply Children
Related