This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/LAUNCHXL-CC1352R1: Join failed [NotFound], even when commissioner is started. Device has cli_ftd firmware

Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: CC1352P

Tool/software: TI C/C++ Compiler

Hi,

I have 2 CC1352R1s in the factory reset stage running with cli_ftd code. The Below project, cli_ftd is flashed on both boards.


I am unable to connect the joiner device into the network despite following the steps in openthread.io/.../commissioning

NODE 1 JOINER NODE 2 COMMISSIONER (LEADER)

NODE 1 JOINER:
> factoryreset
> router list
37
Done

> discover
| J | Network Name | Extended PAN | PAN | MAC Address | Ch | dBm | LQI |
+---+------------------+------------------+------+------------------+----+-----+-----+
> | 0 | OpenThread-b100 | 20abcc6b5fc13cf8 | b100 | ce95ed4596a5fcc7 | 12 | -49 | 58 |

> ipaddr
fdde:ad00:beef:0:0:ff:fe00:fc00
fdde:ad00:beef:0:0:ff:fe00:9400
fdde:ad00:beef:0:374a:efe5:239d:6dcb
fe80:0:0:0:48d3:6759:f02e:7a13

> ifconfig down
Done
> ifconfig up
Done
> masterkey 6710d452cc621d51643697eb7ef8c075
Done
> masterkey
6710d452cc621d51643697eb7ef8c075
Done
> channel 12
Done
> joiner start J01NME
Done
> Join failed [NotFound]

> dataset init new
Done
> dataset commit active
Done
> ifconfig up
Done
> thread start
Done

> dataset
Active Timestamp: 1
Channel: 12
Channel Mask: 07fff800
Ext PAN ID: 20abcc6b5fc13cf8
Mesh Local Prefix: fdf2:8cbd:8f45:55c7/64
Master Key: 6710d452cc621d51643697eb7ef8c075
Network Name: OpenThread-b100
PAN ID: 0xb100
PSKc: 08902eb2b804ff20f584b505a81cdcf8
Security Policy: 0, onrcb

> networkname
OpenThread-b100
Done
> masterkey
6710d452cc621d51643697eb7ef8c075

> commissioner start
Commissioner: petitioning
Done
> Commissioner: active
commissioner joiner add * J01NME
Done
>
> state
leader
Done

Both pskc are the same.

Please let me know if I have missed anything.