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

Sending Mesh reliable message

Hi,

I'm working on sending reliable message from server to client, the models are modified from RSSI model. 

When I tring to send messages to client it will keep sending until "Reliable transfer of data has timed out" and never hit SUCCESS. I could find that the message has received by the client side and the ACK(0xC5) has been sent but still got time out.

I understand the reliable message use expected reply code to acknowledge transfer has ended but I don't know how it work, is there any reference for that? Do I need another opcode_handler to handle the incoming ACK message? Currently only has  { ACCESS_OPCODE_VENDOR(GENERIC_OPCODE_SEND_DATA, ACCESS_COMPANY_ID_NORDIC),   acknowledgement_handler } to send message from server to clilent as the RSSI model.

Parents Reply Children
Related