Hello,
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,
- 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.
- 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