This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf52832 BLE MESH

HI, I am using nrf52832 soc and i develop our own module. i need to create a mesh network within the device.

I am using segger embedded studio 3.34 (windows 10)  and SDK 15.2 

I want to run a light switch demo in mesh network

when i build the example light switch client i got the error

boards.h: No such file or directory
ble.h: No such file or directory
app_timer.h: No such file or directory
nrf.h: No such file or directory

i don't know where to interface this hex.files and also how to interface the nrf15.2 to this nrf52 mesh

Parents Reply
  • Hi,

    Now what i did is

    1. i created one folder nRF5_MESH

    2. under that extract the files nRF5_Mesh_3.0.0 and nRF5_SDK_15.2.0_9412b96

    3. I didn't assign global macros

    4. when i build there is no error

    Is it need global macros to be SDK_ROOT=.F:\nRF52 SDK files\nRF5_MESH\nRF5_SDK_15.2.0_9412b96

    what is the next step?

    directly download it to nrf52_DK board?  or  need to assign with python

    what is the need of the python

Children
Related