Replies: 1 comment 7 replies
-
A node typically becomes a Leader when it is not able to communicate with any neighboring devices. In many cases, this is due to a platform specific radio driver issue. Are you able to validate whether the device is sending and receiving IEEE 802.15.4 frames? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two networks (A and B): A contains 15 nodes and 1 OTBR, B contains 24 nodes and 1 OTBR. All nodes joined the network using the following commands (network keys are different for A and B):
Then I pinged all nodes in the network in a loop: A worked fine for two weeks, and B worked fine for two months.
Recently I found that one of the nodes in A (called A1) was not accessible (ping failed). Checking the node status through A1's VCOM, I found that it became the leader and was not in A (it looked like A1 created a new network). Why did this happen? This is inconsistent with my expectation: A1 should be in A or not in any network. How should I solve this problem?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions