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

Send a string over mesh through relay node

I am using  nrf52832 modules connected in mesh light switch example configuration from mesh  V 3.2.0 i am unable to send a array over mesh i have gone through various posts for similar query but nothing is working can you provide me a working example for sending a message through mesh relay nodes.

Thanks

Krupa

Parents Reply
  • Is it the same function that returns mesh error 7 as earlier? 

    Krupashankar said:
    For Light switch model when i send a integer instead of bool i am getting ACCESS_RELIABLE_TRANSFER_CANCELLED error

    Could you elaborate this? Not sure what you mean by Light switch model. Have you done any modifications before sending a integer?

    The ACCESS_RELIABLE_TRANSFER_CANCELLED event probably comes from the function access_model_reliable_cancel() before you call access_model_reliable_publish(). 

    Krupashankar said:
    Even i used function (generic_onoff_client_set_unack  ) to send same integer and i am getting Client 0 cannot send error

     Are you getting any error codes?

Children
Related