Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7cc6d0a

Browse files
fix(matter_docs): fixes the Matter features table for the ESP32-C5 (#12152)
1 parent 77ab98f commit 7cc6d0a

File tree

30 files changed

+90
-90
lines changed

30 files changed

+90
-90
lines changed

‎libraries/Matter/examples/MatterColorLight/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec
1111
| ESP32-S2 |||| Required | Fully supported |
1212
| ESP32-S3 |||| Required | Fully supported |
1313
| ESP32-C3 |||| Required | Fully supported |
14-
| ESP32-C5 | | || Required | Fully supported |
14+
| ESP32-C5 | | || Required | Supported (Thread only) |
1515
| ESP32-C6 |||| Required | Fully supported |
1616
| ESP32-H2 |||| Required | Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterCommissionTest/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, device connection to smart home
1111
| ESP32-S2 |||| Fully supported |
1212
| ESP32-S3 |||| Fully supported |
1313
| ESP32-C3 |||| Fully supported |
14-
| ESP32-C5 | | || Fully supported |
14+
| ESP32-C5 | | || Supported (Thread only) |
1515
| ESP32-C6 |||| Fully supported |
1616
| ESP32-H2 |||| Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterComposedLights/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, a single Matter node containing
1111
| ESP32-S2 |||| Fully supported |
1212
| ESP32-S3 |||| Fully supported |
1313
| ESP32-C3 |||| Fully supported |
14-
| ESP32-C5 | | || Fully supported |
14+
| ESP32-C5 | | || Supported (Thread only) |
1515
| ESP32-C6 |||| Fully supported |
1616
| ESP32-H2 |||| Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterContactSensor/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec
1111
| ESP32-S2 |||| Required | Fully supported |
1212
| ESP32-S3 |||| Required | Fully supported |
1313
| ESP32-C3 |||| Required | Fully supported |
14-
| ESP32-C5 | | || Required | Fully supported |
14+
| ESP32-C5 | | || Required | Supported (Thread only) |
1515
| ESP32-C6 |||| Required | Fully supported |
1616
| ESP32-H2 |||| Required | Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterDimmableLight/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec
1111
| ESP32-S2 |||| Required | Fully supported |
1212
| ESP32-S3 |||| Required | Fully supported |
1313
| ESP32-C3 |||| Required | Fully supported |
14-
| ESP32-C5 | | || Required | Fully supported |
14+
| ESP32-C5 | | || Required | Supported (Thread only) |
1515
| ESP32-C6 |||| Required | Fully supported |
1616
| ESP32-H2 |||| Required | Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterDimmablePlugin/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec
1111
| ESP32-S2 |||| Required | Fully supported |
1212
| ESP32-S3 |||| Required | Fully supported |
1313
| ESP32-C3 |||| Required | Fully supported |
14-
| ESP32-C5 | | || Required | Fully supported |
14+
| ESP32-C5 | | || Required | Supported (Thread only) |
1515
| ESP32-C6 |||| Required | Fully supported |
1616
| ESP32-H2 |||| Required | Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been precompiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been precompiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been precompiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterEnhancedColorLight/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec
1111
| ESP32-S2 |||| Required | Fully supported |
1212
| ESP32-S3 |||| Required | Fully supported |
1313
| ESP32-C3 |||| Required | Fully supported |
14-
| ESP32-C5 | | || Required | Fully supported |
14+
| ESP32-C5 | | || Required | Supported (Thread only) |
1515
| ESP32-C6 |||| Required | Fully supported |
1616
| ESP32-H2 |||| Required | Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterEvents/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter event handling, commissioning, and automatic de
1111
| ESP32-S2 |||| Fully supported |
1212
| ESP32-S3 |||| Fully supported |
1313
| ESP32-C3 |||| Fully supported |
14-
| ESP32-C5 | | || Fully supported |
14+
| ESP32-C5 | | || Supported (Thread only) |
1515
| ESP32-C6 |||| Fully supported |
1616
| ESP32-H2 |||| Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterFan/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec
1111
| ESP32-S2 |||| Required | Fully supported |
1212
| ESP32-S3 |||| Required | Fully supported |
1313
| ESP32-C3 |||| Required | Fully supported |
14-
| ESP32-C5 | | || Required | Fully supported |
14+
| ESP32-C5 | | || Required | Supported (Thread only) |
1515
| ESP32-C6 |||| Required | Fully supported |
1616
| ESP32-H2 |||| Required | Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

‎libraries/Matter/examples/MatterHumiditySensor/README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ The application showcases Matter commissioning, sensor data reporting to smart h
1111
| ESP32-S2 |||| Fully supported |
1212
| ESP32-S3 |||| Fully supported |
1313
| ESP32-C3 |||| Fully supported |
14-
| ESP32-C5 | | || Fully supported |
14+
| ESP32-C5 | | || Supported (Thread only) |
1515
| ESP32-C6 |||| Fully supported |
1616
| ESP32-H2 |||| Supported (Thread only) |
1717

1818
### Note on Commissioning:
1919

2020
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
21-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
21+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project using Arduino as an IDF Component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C5** Although it has Wi-Fi 2.4 GHz and 5 GHz support, the ESP32 Arduino Matter Library has been pre compiled using Thread only. In order to configure it for Wi-Fi operation it is necessary to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station.
2323

2424
## Features
2525

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /