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

How to copy the light_switch demos external to SDK?

I am having difficulty copying the light_switch client and server demos outside of the SDK, what is the general procedure? I have manually deleted and re-inserted the files and cleaned up some of the project definition paths but this is not working, I have spent a lot of effort doing this and have not been successful.

We are using 'nrf5_SDK_for_Mesh_v4.2.0 ' for the 'nRF52832' on the 'light_switch\client' & 'light_switch\server' demos, are these demos possible to duplicate outside of the SDK?

Parents
  • Hi,

    Yes, it is possible to duplicate outside of the SDK. If you want to copy a project outside of the SDK, you need to make sure that the pathing are correct. The folder structure and pathing in the SDK makes it is easy to get things mixed up and it end up not working when you move the example outside the SDK. 

    I have manually deleted and re-inserted the files and cleaned up some of the project definition paths but this is not working

    Which files are you referring to here?

    Also, have a look at this for things to look out for.

Reply
  • Hi,

    Yes, it is possible to duplicate outside of the SDK. If you want to copy a project outside of the SDK, you need to make sure that the pathing are correct. The folder structure and pathing in the SDK makes it is easy to get things mixed up and it end up not working when you move the example outside the SDK. 

    I have manually deleted and re-inserted the files and cleaned up some of the project definition paths but this is not working

    Which files are you referring to here?

    Also, have a look at this for things to look out for.

Children
Related