|
|
il y a 2 ans | |
|---|---|---|
| .. | ||
| main | il y a 2 ans | |
| CMakeLists.txt | il y a 3 ans | |
| README.md | il y a 2 ans | |
| partitions.csv | il y a 2 ans | |
| sdkconfig.ci.rcp | il y a 3 ans | |
| sdkconfig.defaults | il y a 2 ans | |
| Supported Targets | ESP32-C6 | ESP32-H2 |
|---|
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:
To run this example, a board with IEEE 802.15.4 module (for example ESP32-H2) is required.
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 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:
Please refer to ot_br example for the setup steps.
Please refer to Thread Sniffer for the detailed instructions.