My SDK Version is 2.9.0,Here are two screenshots:
My SDK Version is 2.9.0,Here are two screenshots:
Hello,
The commissioner-joiner method should be supported on the Thread: CLI sample.
I was not able to reproduce the join error by configuring the Thread: CoAP server to be a joiner and using the same commands as in your commissioner/CLI screenshot.
Since the join fails with [NoBufs], could it be that the joiner runs out of buffers?
Best regards,
Maria
Hi,
Thank you for your reply,I don't understand "the Thread:CoAP server be a joiner" what do you mean? In the 'Thread: CLI' no description of how to use the commissioner-joiner method. and I did this by referring to On-Mesh Commissioning | OpenThread. May I ask if you use another method? my board is nrf54l15dk, I'm not sure if I'm running out of buffer, where can I change this? In prj.config Can I modify it?
Best regards,
Liisa
liisa said:I don't understand "the Thread:CoAP server be a joiner" what do you mean?
I added CONFIG_OPENTHREAD_JOINER to the CoAP server's prj.conf.
liisa said:In the 'Thread: CLI' no description of how to use the commissioner-joiner method. and I did this by referring to On-Mesh Commissioning | OpenThread.
The sample documentation does not describe all the available commands, so it is expected to use other documentation to utilize the full functionality range of the CLI sample. It does link to the full list of commands, which is where I also found a CLI commissioning guide: https://github.com/openthread/openthread/blob/main/src/cli/README_COMMISSIONING.md.
liisa said:my board is nrf54l15dk, I'm not sure if I'm running out of buffer, where can I change this? In prj.config Can I modify it?
Let me run the sample again with nRF54L15DK as the joiner device and see if I can reproduce the error. The log is not very informative as it is, unfortunately.
Best regards,
Maria
liisa said:I don't understand "the Thread:CoAP server be a joiner" what do you mean?
I added CONFIG_OPENTHREAD_JOINER to the CoAP server's prj.conf.
liisa said:In the 'Thread: CLI' no description of how to use the commissioner-joiner method. and I did this by referring to On-Mesh Commissioning | OpenThread.
The sample documentation does not describe all the available commands, so it is expected to use other documentation to utilize the full functionality range of the CLI sample. It does link to the full list of commands, which is where I also found a CLI commissioning guide: https://github.com/openthread/openthread/blob/main/src/cli/README_COMMISSIONING.md.
liisa said:my board is nrf54l15dk, I'm not sure if I'm running out of buffer, where can I change this? In prj.config Can I modify it?
Let me run the sample again with nRF54L15DK as the joiner device and see if I can reproduce the error. The log is not very informative as it is, unfortunately.
Best regards,
Maria