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

mesh lighting control test

image descriptionHello,

I started working on mesh networking and to initiate i am looking at lighting control example . I have one nrf52dk PCA10040 which can be used as client and two nrf51 dongles which can be used as servers now the queries are as below,

  1. I have downloaded "nrf5_SDK_for_Mesh_v0.9.2-Alpha" and referring infocenter.nordicsemi.com/index.jsp this link for lighting control configuration,.

I am using keil IDE.

  1. As per the steps mentioned in that link it says flash client and servers but which program to flash as only main.c and provisioner.c(E:\Nordic\BLE_MESH\nrf5_SDK_for_Mesh_v0.9.2-Alpha\examples\light_control\client\src) file is available in the sdk , how open those files.

same case in server only main.c is available how to proceed ? please explain

Related