zhangwenxu d29f31ec16 docs(openthread): update openthread README for H2 and C6 2 years ago
..
main 4b86ee16fa openthread: change partition table to nvs flash 2 years ago
CMakeLists.txt facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 years ago
README.md d29f31ec16 docs(openthread): update openthread README for H2 and C6 2 years ago
partitions.csv 4b86ee16fa openthread: change partition table to nvs flash 2 years ago
sdkconfig.ci.rcp 07ebc527d5 openthread:add openthread CI 3 years ago
sdkconfig.defaults 2b3f7ac67a openthread: enable HW AES in ot_cli example 2 years ago

README.md

Supported Targets ESP32-C6 ESP32-H2

OpenThread Radio Co-Processor (RCP) Example

This example demonstrates an OpenThread Radio Co-Processor.

OpenThread RCP doesn't function alone, it needs to work together with a Host and this example covers two common user scenarios:

How to use example

Hardware Required

To run this example, a board with IEEE 802.15.4 module (for example ESP32-H2) is required.

Configure the project

The default communication interface is port 0 of ESP32-H2 UART running at 460800 baud, change the configuration in esp_ot_config.h if you want to use another interface or need different communication parameters.

Build and Flash

Build the project and flash it to the board:

idf.py -p <PORT> build flash

Now you'll get an OpenThread RCP, you can try the following use cases:

Thread Border Router

Please refer to ot_br example for the setup steps.

Thread Sniffer

Please refer to Thread Sniffer for the detailed instructions.