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

mesh network light control server

Hi team,

I am trying to figure out how mesh network works. I do experiment with nrf52832 develop board and nrf5_SDK_for_Mesh_v0.9.2-Alpha. After I flashed light_control_server program to board, I can't scan the device with LightBlue. But it can be scan by the provisioner(the other board). So I want to know how the provisionee advertise, and how I know the provisionee is advertising correctly? I expect get your help.

Parents
  • I tried LightBlue, and it seems it is able to scan the advertisement, but not to decode or to connect. It appears as "Unnamed".

    Why it can't decode, I guess is a limitation in LightBlue, that it can't connect is expected.

    I tried with nRF Connect on Android, and it is not able to decode either, but it is showing the content.

    The AD type is 0x2B which corresponds to "Mesh Beacon", see this.

    I can see similar information in nRF Connect for Windows. It shows 43, which is 0x2B in decimal.

Reply
  • I tried LightBlue, and it seems it is able to scan the advertisement, but not to decode or to connect. It appears as "Unnamed".

    Why it can't decode, I guess is a limitation in LightBlue, that it can't connect is expected.

    I tried with nRF Connect on Android, and it is not able to decode either, but it is showing the content.

    The AD type is 0x2B which corresponds to "Mesh Beacon", see this.

    I can see similar information in nRF Connect for Windows. It shows 43, which is 0x2B in decimal.

Children
Related