Hi all!
I'm new to mesh bluetooth technology and I'm stuck with some bugs.
I am using the development boards nrf52dk and my goal is to create a network of about 6 nodes and send a string (maximum 60 characters) to all of them.
I'm currently using the NRFConnect v1.9.0 SDK and I've been relying on the provided examples of "mesh chat", "Light control" and documentation related to creating custom mesh models.
With these 3 sources I modified the Light control example and I made to compile it and run.
However, after doing the provisioning process (through nordic mesh app) and trying to send a string I get the following warning and errors:
"<wrn> bt_mesh_transport: No matching TX context for ack<ESC>"
"<err> bt_mesh_transport: No multi-segment message contexts available<ESC>"
"<err> bt_mesh_access: Failed to publish (err -16)<ESC>"
Someone can please tell me what the problem could be? (Besides I'm a newbie :P)
Is there any other example that I should base myself on?
Thanks in advance to anyone who can help me.