OTBR Agent timeout communicating with RCP (JN5189) during secondary commissioning in multi-admin mode #11638
Replies: 6 comments 10 replies
-
|
The log shows that the Thread host failed to receive the response from the RCP. It seems that the issue comes from the RCP. I think you need to work with the chip vendor to check why the response is lost. |
Beta Was this translation helpful? Give feedback.
-
|
What might be the most expected reasons for this behavior by the RCP? |
Beta Was this translation helpful? Give feedback.
-
|
Under high network traffic, my OTBR (Raspberry Pi CM4 + Silabs MGM240 module) would sometimes trigger an RCP TX timeout and then reset: |
Beta Was this translation helpful? Give feedback.
-
|
@Shangeev-AP @dsyx , out of curiosity, can you test with a different RCP platform, something like the nRF Dongle? This could help determine whether this is a RCP-specific issue. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jwhui , @Shangeev-AP , I have built a new OTBR (Raspberry Pi 4B + nRF52840 DK) following Set up the RCP Joiner and Native Install. I will report back here next Monday. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jwhui , @Shangeev-AP , After several days of high traffic testing, the official OTBR (Raspberry Pi 4B + nRF52840 DK) did not experience any RCP TX timeouts or resets. Does this look like a problem with other RCP vendor ports? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
We’re experiencing a failure in a Matter multi-admin commissioning setup using OTBR with JN5189 as the RCP. After a successful primary commissioning via the CHIPTool Android APK, the secondary commissioning using the CHIP Tool CLI fails. The OTBR Agent logs show timeouts while trying to communicate with the RCP, which causes the agent to stop functioning until a manual reset or RCP replug.
Setup:
Component Version / Description
Primary Commissioner : CHIPTool Android APK
Secondary Commissioner : CHIP Tool CLI (Linux)
Thread Device : Nanoleaf Bulb
RCP Platform : NXP JN5189 over UART (Baud Rates Tested : 115200 , 921600, 460800)
RCP Firmware Commit : dfbe12280af4a87cb9ae0c0c1d90d71de3372d82 (from ot-nxp)
OTBR Platform : Ubuntu 22.04 x86_64
OTBR Commit : b8bab1babcb040251b51a69ccb4008fb4b9e2d3f
CHIP Tool CLI Commit : 9af93fd3e9eab4315e1097b19112ebac01d1ad94
Steps to Reproduce:
1)Boot OTBR Agent with JN5189 RCP connected and initialized.
Perform primary commissioning using CHIPTool Android APK (success).
Open Enhanced commissioning window (multi-admin mode) via the APK.
Attempt secondary commissioning using CHIP Tool CLI.
Observe OTBR Agent behavior and logs.
Observation :
As per our observation, OTBR-Agent closes/stops running with RCP time out error under high network traffic.
I have attached the logs of OTBR-Agent and Secondary commisioner, CHIP Tool CLI
log_files.zip
Beta Was this translation helpful? Give feedback.
All reactions