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

BLE Mesh, how to make the provision by Master Control Panel

Dear Sir,

I use nrf5_SDK_for_Mesh_v2.0.1_src.zip and test proxy server project,

I scanned the device nRF5x Mesh Light (0x1827 Service), I click "Discover services", but the Service discovery aborted, connection terminated.

What is correct procedure to use proxy server? I expect that I can control the LED On/Off by MCP.

Thanks & kind regards

kwan

Parents
  • Hello Kwan,

    Sorry for the late reply.

    The proxy examples are still in experimental mode, so there are some bugs.

     

    Can you try to comment out the lines from 693 to 702 in mesh_gatt.c? You should see the service 0x1828, (not 0x1827) and the characteristics 0x2ade and 0x2add.

     

    However, I can't guarantee that the application is bug free from there on. There are a lot of comments in the mesh_gatt.c file. Take a look at them, and maybe you can see if you are able to control the lights when working a bit with this file.

     

    Best regards,

    Edvin

Reply
  • Hello Kwan,

    Sorry for the late reply.

    The proxy examples are still in experimental mode, so there are some bugs.

     

    Can you try to comment out the lines from 693 to 702 in mesh_gatt.c? You should see the service 0x1828, (not 0x1827) and the characteristics 0x2ade and 0x2add.

     

    However, I can't guarantee that the application is bug free from there on. There are a lot of comments in the mesh_gatt.c file. Take a look at them, and maybe you can see if you are able to control the lights when working a bit with this file.

     

    Best regards,

    Edvin

Children
Related