-
Hi, I am using the Thread: CLI example provided by Nordic's NCS samples. I have set up the commissioner before and it was working properly, but for some reason now when I try starting it again, I get the following error: uart: I have not made any changes to the sample or the project configs. Does anyone know why it's giving me this error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
openthread/src/core/meshcop/commissioner.cpp Line 283 in 7673194 You can use the |
Beta Was this translation helpful? Give feedback.
InvalidState
error indicates that the device is not currently attached to a Thread network:openthread/src/core/meshcop/commissioner.cpp
Line 283 in 7673194
You can use the
state
CLI command to view the current state.