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

Some questions for "nRF Mesh" apps and proxy client/server examples

Hi

I am trying "nRF Mesh" apps to provision and configure proxy client and proxy server node (SDK Mesh v2.2.0).

1. Have user manual or help information for "nRF Mesh" apps?

2. Did Nordic release Android source code of "nRF Mesh"? How about iOS version?

3. I tried connecting proxy client and server by nRF connect, and found Mesh proxy service (UUID:0x1828)

    but no Mesh provisioning service (UUID:0x1827).

    Why not use Mesh provisioning service in proxy client/server examples?

Mesh Provisioning Service: 

    Allows a Provisioning Client to provision a Provisioning Server to allow it to participate in the mesh network.

Mesh Proxy Service:           

    Enables a server to send and receive Proxy Protocol Data Units (PDUs) with a client.

Parents
  • Hi,

    1) I would recommend taking a look at this youtube video, which gives a good introduction to the nRF Mesh app.

    2) The source code is available in the comments section of the Youtube video.

    3) The UUID 0x1827 is defined here: #define NRF_MESH_PB_GATT_SERVICE_UUID  (0x1827) in nrf_mesh_prov_bearer_gatt.h. This documentation could also be helpful. I just tested the proxy client example from mesh sdk v2.2.0 & I only find the mesh provisioning service (UUID 0x1827) in the list of services in nRF Connect for iOS. The same goes for Android. Are you sure that you cannot see the proxy service in nRF Connect for Mobile? These two links might also be helpful: link 1 & link 2.

    Kind Regards,

    Bjørn

Reply
  • Hi,

    1) I would recommend taking a look at this youtube video, which gives a good introduction to the nRF Mesh app.

    2) The source code is available in the comments section of the Youtube video.

    3) The UUID 0x1827 is defined here: #define NRF_MESH_PB_GATT_SERVICE_UUID  (0x1827) in nrf_mesh_prov_bearer_gatt.h. This documentation could also be helpful. I just tested the proxy client example from mesh sdk v2.2.0 & I only find the mesh provisioning service (UUID 0x1827) in the list of services in nRF Connect for iOS. The same goes for Android. Are you sure that you cannot see the proxy service in nRF Connect for Mobile? These two links might also be helpful: link 1 & link 2.

    Kind Regards,

    Bjørn

Children
No Data
Related