-
Hi, I am attempting to get a custom module to act as a joiner device and connect to an existing thread network. I have a commissioner active and it is the leader of the network. However, when I boot up my custom module and I call How is this possible? Am I misinterpreting something here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Did you factory reset your joining device to make sure it does not have any existing non-volatile settings stored? The Commissioning Quick Start guide may be useful: https://github.com/openthread/openthread/blob/main/src/cli/README_COMMISSIONING.md#start-joiner |
Beta Was this translation helpful? Give feedback.
Do you have
OPENTHREAD_CONFIG_OPERATIONAL_DATASET_AUTO_INIT
enabled in your build? This should be disabled by default.openthread/src/core/config/misc.h
Line 599 in 2aeb8b8