File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
idf_component_examples/Arduino_ESP-Matter-over-Thread_ESP32-C6 Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- # Arduino ESP-Matter over Thread example using ESP32-C6
2- This is an Arduino as IDF Project to build an ESP-Matter over Thread RGB Light using ESP32-C6 and ESP-Matter Arduino API \
3- This example shall work with Arduino 3.0.5+ and also IDF 5.1.4+\
1+ | Supported Targets | ESP32-C5 | ESP32-C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- | -------- |
3+
4+ # Arduino ESP-Matter over Thread example using ESP32-C5, ESP32-C6 and ESP32-H2 (any SoC with Thread radio)
5+ This is an Arduino as IDF Project to build an ESP-Matter over Thread RGB Light using ESP32-C5/C6/H2 and ESP-Matter Arduino API \
6+ This example shall work with Arduino 3.3.2+ and also IDF 5.5.1+\
47It is necessary to make sure that the IDF version matches with the one used to release the Arduino Core version.\
58This can be done looking into release information in https://github.com/espressif/arduino-esp32/releases \
69
@@ -26,7 +29,7 @@ For Linux or MacOS: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c
2629` idf.py create-project-from-example "espressif/arduino-esp32:Arduino_ESP-Matter-over-Thread_ESP32_C6" `
2730ESP-IDF will download all dependencies needed from the component registry and setup the project for you.
2831
29- 4- Open an IDF terminal and execute ` idf.py set-target esp32c6 `
32+ 4- Open an IDF terminal and execute ` idf.py set-target esp32c6 ` (esp32c5 and esp32h2 are also possible targets)
3033
31345- Execute ` idf.py -p <your COM or /dev/tty port connected to the ESP32-C6> flash monitor `
3235
You can’t perform that action at this time.
0 commit comments