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

Provisioner Example ble.h library problem

I'm trying to run Provisioner Example on my nrf52840 DK, which is in examples/provisioner directory, . First I've build softdevice on DK and then I'm trying to build provisioner example. But I'm having "ble.h: No such file or directory" error, even I've been added the ble.h file into project, also same error for nrf.h file. I'm also having lots of errors with other examples. 

Parents
  • Hi,

    Which Mesh SDK version are you using? Are you using Segger Embedded Studio?

    The Mesh SDK requires you to have the nRF5 SDK unzipped next to the Mesh SDK by default. It is possible  to change this by setting the SDK_ROOT macro to a custom nRF5 SDK instance. The issue you are seeing is probably due to this, I suggest you go through this guide for building the examples.

Reply
  • Hi,

    Which Mesh SDK version are you using? Are you using Segger Embedded Studio?

    The Mesh SDK requires you to have the nRF5 SDK unzipped next to the Mesh SDK by default. It is possible  to change this by setting the SDK_ROOT macro to a custom nRF5 SDK instance. The issue you are seeing is probably due to this, I suggest you go through this guide for building the examples.

Children
Related