Not able to commission matter over thread light app on nrf5340dk board with OTBR using chip-tool

Hi Team,

I am trying to commission the matter over thread light app on nrf5340dk with my OTBR using chip-tool but getting below error every time.

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[1738239977.716] [9682:9684] [DMG] Received Command Response Data, Endpoint=0 Cluster=0x0000_003E Command=0x0000_0008
[1738239977.716] [9682:9684] [CTL] Device returned status 0 on receiving the NOC
[1738239977.716] [9682:9684] [CTL] Operational credentials provisioned on device 0x7b14fc069c70
[1738239977.716] [9682:9684] [TOO] Secure Pairing Success
[1738239977.716] [9682:9684] [TOO] CASE establishment successful
[1738239977.716] [9682:9684] [CTL] Successfully finished commissioning step 'SendNOC'
[1738239977.716] [9682:9684] [CTL] No NetworkScan enabled or WiFi/Thread endpoint not specified, skipping ScanNetworks
[1738239977.716] [9682:9684] [CTL] Commissioning stage next step: 'SendNOC' -> 'ThreadNetworkSetup'
[1738239977.716] [9682:9684] [CTL] Performing next commissioning step 'ThreadNetworkSetup'
[1738239977.716] [9682:9684] [DMG] ICR moving to [AddingComm]
[1738239977.716] [9682:9684] [DMG] ICR moving to [AddedComma]
[1738239977.716] [9682:9684] [EM] <<< [E:43512i S:15387 M:61570474] (S) Msg TX from 0000000000000000 to 0:FFFFFFFB00000000 [0000] [BLE] --- Type 0001:08 (IM:InvokeCommandRequest) (B:276)
[1738239977.716] [9682:9684] [DMG] ICR moving to [AwaitingRe]
[1738239977.716] [9682:9684] [DMG] ICR moving to [AwaitingDe]
[1738239977.805] [9682:9684] [DL] HandlePlatformSpecificBLEEvent 16389
[1738239977.894] [9682:9684] [DL] HandlePlatformSpecificBLEEvent 16389
[1738239977.942] [9682:9683] [DL] Indication received, conn = 0x7b14f003c7f0
[1738239977.942] [9682:9684] [DL] HandlePlatformSpecificBLEEvent 16391
[1738239977.942] [9682:9684] [EM] >>> [E:43512i S:15387 M:110255702] (S) Msg RX from 0:FFFFFFFB00000000 [0000] to 0000000000000000 --- Type 0001:09 (IM:InvokeCommandResponse) (B:63)
[1738239977.942] [9682:9684] [EM] Found matching exchange: 43512i, Delegate: 0x7b14fc036408
[1738239977.942] [9682:9684] [DMG] ICR moving to [ResponseRe]
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

OTBR is running on NXP's FRDM-RW612. I am able to successfully commission the OTBR using chip-tool.

I am able to commission and control the light app on nrf5340dk using NXP Matter Tool mobile app via OTBR but when I am trying everything with chip-tool not able to commission nrf5340dk

Does anyone have any idea what could be the reason?

Thank you,

Bhavya