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

nRF52840 MESH SDK proxy_client not provisioning SDK v2

Good Morning

Im having a looking at the lightswitch example nrf_SDK_for_Mesh_v2.20.  I am using my Iphone (IOS 12.11)

I have build the proxy_client and proxy_server and downloaded then successfully. Using nrf Mesh v 1.0.2 I can provision the servers but the client just hangs and then I need to restart the app, any suggestions?

I downloaded SDK_Mesh_V3 this morning hoping it would resolve but I see the proxy client and server  is no longer included. Im also getting a build error with S140 on client, server and provisioner nrf_log.h no such file or directory, - should I add  a path somewhere?

Thanks in advance 

Parents
  • Hi.

    I have build the proxy_client and proxy_server and downloaded then successfully. Using nrf Mesh v 1.0.2 I can provision the servers but the client just hangs and then I need to restart the app, any suggestions?

     Have you tried using RTT logging (J-Link RTT Viewer) and see what happens when the client "hangs"?

     

    I downloaded SDK_Mesh_V3 this morning hoping it would resolve but I see the proxy client and server  is no longer included. Im also getting a build error with S140 on client, server and provisioner nrf_log.h no such file or directory, - should I add  a path somewhere?

    GATT Provisioning and Proxy features are now enabled in the Light Switch Server, Light Switch Client, Dimming Server, Dimming Client, and EnOcean examples.

    • Due to this change, the Light Switch Proxy Server and the Light Switch Proxy Client examples were removed.

    There is an issue found with some missing files in the version I suspect you have downloaded, you must download the SDK again, with this link. Just click on Download file.

    The missing file nrf_log.h error is most likely because you have not set the Global macro to SDK 15.2's directory.

    In Segger Embedded Studio, click on Tools --> Options --> Building --> Global Macros and set SDK_ROOT=<Path to your SDK 15.2>

    Best regards.

    Andreas

  • Hi Andreas 

    Thank you I can confirm the new link for v3 now compiles. I will test provisioning  of the the client and server on IOS  a bit later and revert back. 

    I have not tried RTT logging but thanks for the tip. should v3 not provision I will try it.

Reply Children
No Data
Related