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

Client send to client because busy - NRF52 with SDK for Mesh 2.1.1

Hello, 

I'm working with 3 servers, 1 client and 1 provisionner ( 4 nRF52832-DK + 1 android with NRF Mesh App ). 

Client side : light switch proxy_client example 
Server side : light switch proxy_server example 

After provisionning I push the button 1 on the client side and I can read ( with RTT ) on server side : 

<t:    1083370>, main.c,  115, Got SET command to 1

but only once. If I push again it's written  : Cannot send - client 1 is busy.

About the provisionning, I configured publication and subscription addresses to match each other.

How to get a return status? 

Thank you very much.
Parents Reply Children
  • The nRF5x Mesh Switch is correctly provisionned but I can't configure the model. Nothing appears on RTT terminal when I add publish adress or subscription. 

    I configure the node from the app but still have when i press  : <t:    2299138>, main.c,  224, Ignored. Node is not configured 

    Thank you 

  • If you want the source code that I referred to, take a look at this link here. As the documentation states, it should work with the nRF 52832 DK. If you want to get the nRF mesh to work with the light switch proxy examples, you can either change the nRF mesh app to work with the Simple OnOff Server or you can change the light switch example code to use the Generic OnOff Server instead of the Simple OnOff Server.

  • Hello, 

    Thanks. 

    Your link doesn't refer to source code. I don't want .hex but the whole project ( if it's possible ). It doesn't work so I need to debug with the project.


  • Then I would suggest you to update the mesh light switch proxy client & server examples to use the generic on/off client & server models instead of the simple on/off client & server models. You can take a look to see how this is implemented on the Nordic Thingy project here. It might be a good idea to get this working on mesh sdk v2.0.1 before you try using mesh sdk v2.1.1. This is up to you though.

  • Hello, 

    It's already done but now I have the same problem : 

    I configure the node from the app but still have when i press  : <t:    2299138>, main.c,  224, Ignored. Node is not configured 

    I work now with Generic OnOff