Hi everyone,
i did a test about the relay function as below:
Can anybody tell me why the message can't relay to the next node?
Thanks
Hi everyone,
i did a test about the relay function as below:
Can anybody tell me why the message can't relay to the next node?
Thanks
Hi,
Which Mesh SDK are you using? and which nRF device?
Can you provide me with more info about your test environment?
Is there any other bluetooth devices around when you are doing the test?
By the way, could you please do the test as i describes
My mistake, sorry for the confusion.
Could you have a look at the handle_config_relay_set() function? The bool is enabled here: .params.relay_set.enabled = (p_pdu->relay_state == CONFIG_RELAY_STATE_SUPPORTED_ENABLED).
Yes, I will try testing it here. Is the examples unmodified?
yes, i have found out the .params.relay_set.enabled = (p_pdu->relay_state == CONFIG_RELAY_STATE_SUPPORTED_ENABLED). and i never modify it.
I will update you when I have done the testing.
I have tested with the same boards and SDK on my side and everything seems to work fine. Have you tried with different boards? Can you also try downloading a fresh SDK and see if that makes andy difference?
I have tested with the same boards and SDK on my side and everything seems to work fine. Have you tried with different boards? Can you also try downloading a fresh SDK and see if that makes andy difference?
Hello
I have same problem relay function not working.
Can you help me for testing of relay?
Provisioning of node is completed. Need help for configuration of node in assigning publish and subscribe address.
Client needs to assign publish address for specific server or group, Server is subscribed to that address to receive message.
Does server too needs to assign publish address for re-transmission (relay)?
SDK v3.0.0 is used.
Hi,
What do you use as provisioner? I recommend you to use the nRF Mesh app, you can download the app on your phone. After provisioning you can configure each node using the app.
Hit said:Client needs to assign publish address for specific server or group, Server is subscribed to that address to receive message.
You can do this in the app, also remeber to bind an app key in both client and server model.
No, you don't need to assign publish address to retransmit.