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

nRF Mesh Light Example

Hi

I am trying to run the light_switch example, following the steps provided in this link. I have one Development board and 2 custom boards. It asks for Segger IDs for provisioner and client. How do I get custom IDs for custom boards? I am programming each board individually with the help of debugger in the development kit. 

When I open the Mesh examples in Segger Embedded Studio, during build time, it shows an error saying "No such file", at  #include "boards.h" line. I am new to nRF Mesh and have just started working on it. Can someone help me with this so that I can proceed further?

Thanks in advance.

Parents
  • Hi,

    How do I get custom IDs for custom boards?

    I answered this question in your other thread

    Before you can build examples from the SDK for the first time, you must complete a one-time setup of the SDK_ROOT macro in SES. This macro is used to find the nRF5 SDK files. The default settings of this macro needs you to put the nRF5 SDK folder next to the mesh folder. You can read more on this here.

Reply
  • Hi,

    How do I get custom IDs for custom boards?

    I answered this question in your other thread

    Before you can build examples from the SDK for the first time, you must complete a one-time setup of the SDK_ROOT macro in SES. This macro is used to find the nRF5 SDK files. The default settings of this macro needs you to put the nRF5 SDK folder next to the mesh folder. You can read more on this here.

Children
Related