|
|
2 лет назад | |
|---|---|---|
| .. | ||
| main | 2 лет назад | |
| CMakeLists.txt | 3 лет назад | |
| README.md | 2 лет назад | |
| partitions.csv | 2 лет назад | |
| sdkconfig.defaults | 3 лет назад | |
| Supported Targets | ESP32-C6 | ESP32-H2 |
|---|
This test code shows how to configure Zigbee rcp (radio co-processor) device. Rcp doesn't function alone, it needs to work together with Zigbee gateway (see esp_zigbee_gateway example)
Before project configuration and build, make sure to set the correct chip target using idf.py --preview set-target TARGET command.
Before flash it to the board, it is recommended to erase NVRAM if user doesn't want to keep the previous examples or other projects stored info using idf.py -p PORT erase-flash
Build the project, flash it to the board by running idf.py -p <PORT> build flash
For any technical queries, please open an issue on GitHub. We will get back to you soon