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

sequence/transaction id questions


we are building some IOT devices for home automation, and things were going quite well since we tried to use our mesh network with two cell phones.
we tried with two devices and two phones, and we were not able to control both devices with the two phones.
we are using the latest android ADK and the nrf mesh SDK 3.2 on Nordic Development kits.

the goal was to turn on and off LEDs with the two phones.

we noticed that one phone was only capable of controlling the devices it was connected to, as proxy client.
we also noticed that both cell phones had different sequence IDs.
but one thing we were not able to fix was changing the unicast ID of the second phone, both had 0x0001

so I think we are not understanding sequence/transaction IDs.
what can be a good strategy to be able to control the whole mesh network from multiple proxy clients?

Regards

Related