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

Mesh SDK Beacon example not working? Mesh SDK 1.0.1

I have problems getting the beaconing example in the new mesh SDK v1.0.1 working.

I can not see the beacon broadcast "Nordic Semi Mesh" in the lightblue app.

mesh SDK v1.0.0 is normal.

Parents
  • Hello Sirbai,

    Please remove the following macro which defined in all the example in mesh SDK v1.0.1

    “BEARER_ACCESS_ADDR_DEFAULT=0xCE930898U”

    Since this definition is for internal testing, which will not use the LL access address defined in the specification.

    After removing this macro, compile and program the device again, you should see the beacon broadcast.

    To locate this macro in SES project,

    1. Please right-click on the project, and click "Edit Options"
    2. Choose "common" as the target, not "debug" nor "release"
    3. Select "Code" -> "Preprocessor" in the left panel
    4. Edit "Preprocessor Definition" in the right panel and remove the “BEARER_ACCESS_ADDR_DEFAULT=0xCE930898U”
Reply
  • Hello Sirbai,

    Please remove the following macro which defined in all the example in mesh SDK v1.0.1

    “BEARER_ACCESS_ADDR_DEFAULT=0xCE930898U”

    Since this definition is for internal testing, which will not use the LL access address defined in the specification.

    After removing this macro, compile and program the device again, you should see the beacon broadcast.

    To locate this macro in SES project,

    1. Please right-click on the project, and click "Edit Options"
    2. Choose "common" as the target, not "debug" nor "release"
    3. Select "Code" -> "Preprocessor" in the left panel
    4. Edit "Preprocessor Definition" in the right panel and remove the “BEARER_ACCESS_ADDR_DEFAULT=0xCE930898U”
Children
No Data
Related