Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

The configuration client does not receive confirmation for a message with opcode 0x03

Mesh SDK 5.0, SoftDevice S140 v7.2.0, NRF52840, SEGGER
------------------------------------------------------------------------------------
Hello! I have a similar problem. However, it manifests itself under other conditions. I have a node that has a configuration client and a configuration server at the same time, and it is convenient for me to use the configuration client to configure other models on the same device. All the functionality of the configuration client works well, I send messages to the server, the configuration happens and I get a status message back, but not a message about setting the publish address. I found out that the message with the 0x03 opcode is successfully received by the server, processed and it sends a response (send replay). But the access layer does not receive this status message and, accordingly, I receive a callback on the timeout event. Please help solve this problem! Thank you!

Parents Reply
  • I understand. Well, unfortunately, this is a  limitation in our nRF5 SDK Mesh stack, that tese needs to be on different elements. How you want to implement it is up to you (I wouldn't say that this is more "hardcoded" than setting both to 0, but perhaps I misunderstand. 

    I am sorry if that is an inconvenience, but this will most likely not be changed, as the nRF5 SDK is in maintenance mode. In the new nRF Connect SDK (NCS), this is no longer a limitation.

    Best regards,

    Edvin

Children
No Data
Related