Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32c3 + ESP32c6 OTBR (TZ-167) #18

Closed
Gonta01 opened this issue Jul 4, 2023 · 2 comments
Closed

ESP32c3 + ESP32c6 OTBR (TZ-167) #18

Gonta01 opened this issue Jul 4, 2023 · 2 comments

Comments

@Gonta01
Copy link

Gonta01 commented Jul 4, 2023

Is it possible to use this two microcontrollers to create OTBR using esp-thread-br software?
Previously tested ot_br for ESP32c3 and rcp for ESP32c6 and wired them using UART. It works. As I understand it isn't possible to get REST API with ot_br and ot_rcp, so is it possible to use esp-thread-br for combination of these microcontrollers?

@github-actions github-actions bot changed the title ESP32c3 + ESP32c6 OTBR ESP32c3 + ESP32c6 OTBR (TZ-167) Jul 4, 2023
@Gonta01
Copy link
Author

Gonta01 commented Jul 4, 2023

Is it possible to use this OTBR with Home Assistant?

@chshu
Copy link
Collaborator

chshu commented Jul 4, 2023

The esp-thread-br also works with ESP32-C3 + ESP32-C6 (RCP) combination, just configure the SDK properly:

  • set ESP_BR_BOARD_TYPE to ESP_BR_BOARD_STANDALONE
  • config PIN_TO_RCP to the correct pins, the reset and boot pins are only required if OPENTHREAD_BR_AUTO_UPDATE_RCP is enabled

Some comments regarding to your setup:

  • C3 doesn't support external psram, need to check whether the C3 RAM resource is enough or not.
  • ESP32-H2 is more suitable for RCP, which is more cost-effective, and also mess production now.

We haven't tested with Home Assistant yet, but since ESP Thread BR has passed the Thread 1.3 BR certificaiton, it should be compatible with any ecosystems which support standard Thread network.

@chshu chshu closed this as completed Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants