Out of Band Commissioning #11016
Unanswered
ArminBreiteneder-eaton
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Some suggestions:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
What is the best approach for doing out-of-band commissiong?
Currently I am supplying the Networkkey, Networkname, PanID, Extended PanID and Channel to the device using BLE. I am putting these infos to a otOperationalDataset structure and feeding it into the function otDatasetSetActive(). Then I call otIp6SetEnabled() and otThreadSetEnabled().
Using this method it mostly takes ~15 seconds until the new device joined the network. In some rare cases it is ~5 seconds. They mostly start to join the network with Link Request which are not answered by the existing network. After these unsuccessful tries it uses Parent request to finally join the network correctly.
Is there some optimization possible?
Beta Was this translation helpful? Give feedback.
All reactions