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

Thread otCommissionerStart returns OT_ERROR_ALREADY on NRF52840

I want to build custom commissioner app on nRF52840 DK. But when I'm running:

otError error = otCommissionerStart(thread_ot_instance_get());
APP_ERROR_CHECK(error);

The error is OT_ERROR_ALREADY. I don't understand why, I am not invoking this method multiple times.

For some time the code was working - currently the code is not working on any DK kit I've got Disappointed

Parents Reply Children
Related