ERROR IN COMPILE NRF52 MESH

Getting error: board.h and other header no such file or directory. with nRF5_SDK_15.0.0_a53641a and nrf5sdkformeshv500src in the same path.

What could it be?

The evaluation board is nRF52833 purchased by Mouser.

Thanks in advance,

Antonio

Parents Reply Children
  • Hi Hung,

    my idea is to get familiar with the nRF5 SDK for mesh with some examples (light_switch), then i'll switch to the nRF5 connect SDK. My goal will be to insert my application in the stack SDK. By the way, can i insert my application files in the APPLICATION folder of the project? Are there any side effects with these files? 

    Thanks in advance,

    Antonio

  • Hi Antonio, 
    My suggestion is to start straight with nRF Connect SDK. We have the Academy for you to get started. 
    It will take you a significant effort to port an application from nRF5 SDK to nRF Connect SDK if you have already investigate a lot of time in nRF5SDK. 
    To integrate your application to another application, it's no different from any other programming language, you need to include the source file .c, header file .h then call the functions from the main.c file. 
    My suggestion is to start testing with very simple application, blinky for example. 

  • Hi Hung,

    i tested the communication between the board light_switch_client and the board light_switch:server with nRF5SDK. Wow, it works! Now i must create my application, inserting my files in these examples light _switch. My Boss asked me to continue with nRF5SDK, because for this project we have little time to develop. Surely we'll migrate to nRF Connect SDK, after this project!

    Thank you very much,

    Antonio 

Related