Failed To Communicate the RCP using ESP32C6 in Raspberry Pi #9753
Replies: 6 comments 6 replies
-
The logs gives some suggestion for things to check:
|
Beta Was this translation helpful? Give feedback.
-
I have build and flash from the Espressif Firmware for openthread RCP , It is a correct way to connect the Raspberry Pi running Border Router Host or not. I can't understand to communicate the RCP in this method , but the RCP is running good in the Espressif platform --> using 1 -esp32c6 as RCP and 1 - esp32 board as border router. This programming guide is used to flash the RCP in ESP32C6 Board ---> "https://github.com/espressif/esp-idf/tree/master/examples/openthread/ot_rcp" |
Beta Was this translation helpful? Give feedback.
-
Similar issue and question. I have attempted to do the same using C6 for both the CLI and the RCP example with similar failures! |
Beta Was this translation helpful? Give feedback.
-
@Hariprabhu13 @nichonaugle Hi, thanks for using ESP rcp, our ESP configures the UART baudrate |
Beta Was this translation helpful? Give feedback.
-
Thanks for clarifying the issue @zwx1995esp, |
Beta Was this translation helpful? Give feedback.
-
@zwx1995esp I have tested the fix through Raspbian on the RPI Zero W 2 and have successfully configured the border router. I would like to add, for anyone else doing this on a Linux platform to run "sudo nano otbr-agent" then change the OT_AGENT_OPTS line to the one above. I would also like to clarify that the ot_rcp sketch from esp-idf was flashed, NOT ot_cli. After reboot it functioned successfully |
Beta Was this translation helpful? Give feedback.
-
Raspberry Pi Model : Raspberry Pi 3 Model B Plus Rev 1.3
OT-BR-POSIX Version : Version V5.1.1
Development Kit : ESP32-C6-DevKitM-1
Espressif SoC revision : ESP32C6
RCP Firmware for C6 : ESPIDF V5.1.1
Beta Was this translation helpful? Give feedback.
All reactions