ESP-THREAD-BR is the official ESP Thread Border Router SDK. It supports all fundamental network features to build a Thread Border Router and integrates rich product level features for quick productization.
The SDK is built on top of ESP-IDF and OpenThread. The OpenThread port and ESP Border Router implementation is provided as pre-built library in ESP-IDF.
It is recommended to use ESP-IDF v5.3.1 with this SDK.
The Wi-Fi based ESP Thread Border Router consists of two SoCs:
The ESP Thread border router board provides an integrated module of an ESP32-S3 SoC and an ESP32-H2 RCP.
The two SoCs are connected with following interfaces:
The SDK also supports manually connecting an ESP32-H2 RCP to an ESP32 series Wi-Fi SoC.
For standalone modules, we recommend the ot_br example in esp-idf as a quick start.
ESP32 pin | ESP32-H2 pin |
---|---|
GND | G |
GPIO17 (UART RX) | TX |
GPIO18 (UART TX) | RX |
GPIO7 | RST |
GPIO8 | GPIO9 (BOOT) |
ESP32 pin | ESP32-H2 pin |
---|---|
GND | G |
GPIO7 | RST |
GPIO8 (SPI INTR) | GPIO9 (BOOT) |
GPIO10 (SPI CS) | GPIO2 |
GPIO11 (SPI MOSI) | GPIO3 |
GPIO12 (SPI CLK) | GPIO0 |
GPIO13 (SPI MISO) | GPIO1 |
Note that:
The GPIO17 and GPIO18 on ESP32-S3 have different driver current(refer to ESP32-S3 TRM, Chapter 6.12). If ESP32-S3 is used as the host, please change the UART RX/TX GPIOs to GPIO4 and GPIO5 which are recommended.
The configure ESP_CONSOLE_USB_SERIAL_JTAG
is enabled by default, please connect the USB port of the ESP32 series Wi-Fi SoC to host.
Similar to the previous Wi-Fi based Thread Border Router setup, but a device with Ethernet interface is required, such as ESP32-Ethernet-Kit.
These features are currently provided by the SDK:
Documentation for the latest version: https://docs.espressif.com/projects/esp-thread-br/. This documentation is built from the docs directory of this repository.
The esp32.com forum is a place to ask questions and find community resources.
Check the Issues section on github if you find a bug or have a feature request. Please check existing Issues before opening a new one.
If you're interested in contributing to ESP-THREAD-BR, please check the Contributions Guide.