I have one node.
This node have two model.
I want to one model having relay function, another not relay function.
This function can implement?
SDK : Mesh SDK 2.1.1
IDE : SES
I have one node.
This node have two model.
I want to one model having relay function, another not relay function.
This function can implement?
SDK : Mesh SDK 2.1.1
IDE : SES
The relay functionality can be enabled or disabled just as you like.
I suggest that you take a look at this thread:
https://devzone.nordicsemi.com/f/nordic-q-a/38530/relay-of-mesh-sdk-v2-2-0
Best regards,
Joakim
The relay functionality can be enabled or disabled just as you like.
I suggest that you take a look at this thread:
https://devzone.nordicsemi.com/f/nordic-q-a/38530/relay-of-mesh-sdk-v2-2-0
Best regards,
Joakim
There shouldn't be any major changes between SDK v2.1.1 and v2.2 so the approach should be the same.
Best regards
I'm a beginner.
https://devzone.nordicsemi.com/f/nordic-q-a/38530/relay-of-mesh-sdk-v2-2-0
I don't think this post can help me.
Can U tell me "Relay" is applicable to node or model?
Case 1 : Node have relay.
Case 2 : Element 1 have relay. Element 2 have not relay.
Case 3 : Model 1 have relay. Model 2 have not relay.
How many of the above 3 case are feasible?
Hi.
QK-Huang said:Can U tell me "Relay" is applicable to node or model?
The relay-functionality is for the node itself. It won't differ between what kind of message you are relaying, so the models and elements doesn't have anything to do with relaying messages.
So, "Case 1" would be the only feasible case.
Best regards,
Joakim