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

i can not open any file from nRF5 SDK folder nor can i build any example project from nrf sdk for mesh .

I am unable to build any example project of nrf sdk for mesh. I have added the SDK root in my global macros as : SDK_ROOT=C:\Nordic_Semi\nRF5_SDK_15.0.0_a53641a . And still i can not open any file from nRF5 SDK folder. is there any other specific format in which i have to add the path? or some other issue?

  • Hi, it seems you managed to press "Verified Answer" on this case. Unfortunately due to a bug in our system, whenever a case gets changed to verified answer, this case does not show up in our program anymore of unanswered cases. 

    If you want to use the latest mesh sdk, then I would recommend using one board exclusively for the provisioner. You could try merging the provisioner & client examples into one, but you may run into problems. If you want to use one board for the client & provisioner, it could be a better idea to use the mesh sdk v1.0.1 instead.

    If you want to send sensor data instead of telling the LED to turn on & off, the main change is to use your own custom model (i.e. change simpleOnOffModel, see this link for more info).

    Regarding the light switch example, we do have extensive documentation in our Infocenter. I would take a look at this first & test the example code on your dev kits.

Related