From a326dfc90c8f8c6987f747b290f0c0a822082182 Mon Sep 17 00:00:00 2001 From: SuGlider Date: Thu, 18 Dec 2025 19:02:45 -0300 Subject: [PATCH] fix(matter_docs): fixes the Matter features table for the ESP32-C5 --- libraries/Matter/examples/MatterColorLight/README.md | 6 +++--- libraries/Matter/examples/MatterCommissionTest/README.md | 6 +++--- libraries/Matter/examples/MatterComposedLights/README.md | 6 +++--- libraries/Matter/examples/MatterContactSensor/README.md | 6 +++--- libraries/Matter/examples/MatterDimmableLight/README.md | 6 +++--- libraries/Matter/examples/MatterDimmablePlugin/README.md | 6 +++--- .../Matter/examples/MatterEnhancedColorLight/README.md | 6 +++--- libraries/Matter/examples/MatterEvents/README.md | 6 +++--- libraries/Matter/examples/MatterFan/README.md | 6 +++--- libraries/Matter/examples/MatterHumiditySensor/README.md | 6 +++--- .../examples/MatterLambdaSingleCallbackManyEPs/README.md | 6 +++--- libraries/Matter/examples/MatterMinimum/README.md | 6 +++--- libraries/Matter/examples/MatterOccupancySensor/README.md | 6 +++--- .../Matter/examples/MatterOccupancyWithHoldTime/README.md | 6 +++--- libraries/Matter/examples/MatterOnIdentify/README.md | 6 +++--- libraries/Matter/examples/MatterOnOffLight/README.md | 6 +++--- libraries/Matter/examples/MatterOnOffPlugin/README.md | 6 +++--- libraries/Matter/examples/MatterPressureSensor/README.md | 6 +++--- libraries/Matter/examples/MatterRainSensor/README.md | 6 +++--- libraries/Matter/examples/MatterSimpleBlinds/README.md | 6 +++--- libraries/Matter/examples/MatterSmartButton/README.md | 6 +++--- libraries/Matter/examples/MatterStatus/README.md | 6 +++--- .../examples/MatterTemperatureControlledCabinet/README.md | 6 +++--- .../MatterTemperatureControlledCabinetLevels/README.md | 6 +++--- libraries/Matter/examples/MatterTemperatureLight/README.md | 6 +++--- libraries/Matter/examples/MatterTemperatureSensor/README.md | 6 +++--- libraries/Matter/examples/MatterThermostat/README.md | 6 +++--- .../Matter/examples/MatterWaterFreezeDetector/README.md | 6 +++--- libraries/Matter/examples/MatterWaterLeakDetector/README.md | 6 +++--- libraries/Matter/examples/MatterWindowCovering/README.md | 6 +++--- 30 files changed, 90 insertions(+), 90 deletions(-) diff --git a/libraries/Matter/examples/MatterColorLight/README.md b/libraries/Matter/examples/MatterColorLight/README.md index 7781d23d703..446e2af6a54 100644 --- a/libraries/Matter/examples/MatterColorLight/README.md +++ b/libraries/Matter/examples/MatterColorLight/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterCommissionTest/README.md b/libraries/Matter/examples/MatterCommissionTest/README.md index b02f051dbcf..038419b2dc2 100644 --- a/libraries/Matter/examples/MatterCommissionTest/README.md +++ b/libraries/Matter/examples/MatterCommissionTest/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device connection to smart home | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterComposedLights/README.md b/libraries/Matter/examples/MatterComposedLights/README.md index 841f392fe0b..20c6a165bda 100644 --- a/libraries/Matter/examples/MatterComposedLights/README.md +++ b/libraries/Matter/examples/MatterComposedLights/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, a single Matter node containing | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterContactSensor/README.md b/libraries/Matter/examples/MatterContactSensor/README.md index e842412c7e2..de65e8aee01 100644 --- a/libraries/Matter/examples/MatterContactSensor/README.md +++ b/libraries/Matter/examples/MatterContactSensor/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterDimmableLight/README.md b/libraries/Matter/examples/MatterDimmableLight/README.md index d95d645f13f..ab2c19b5155 100644 --- a/libraries/Matter/examples/MatterDimmableLight/README.md +++ b/libraries/Matter/examples/MatterDimmableLight/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterDimmablePlugin/README.md b/libraries/Matter/examples/MatterDimmablePlugin/README.md index c92df9b3844..0587e834d4a 100644 --- a/libraries/Matter/examples/MatterDimmablePlugin/README.md +++ b/libraries/Matter/examples/MatterDimmablePlugin/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterEnhancedColorLight/README.md b/libraries/Matter/examples/MatterEnhancedColorLight/README.md index 1b229bf4291..dfa7111ec40 100644 --- a/libraries/Matter/examples/MatterEnhancedColorLight/README.md +++ b/libraries/Matter/examples/MatterEnhancedColorLight/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterEvents/README.md b/libraries/Matter/examples/MatterEvents/README.md index 45e712eeb8d..6c593c0fbe2 100644 --- a/libraries/Matter/examples/MatterEvents/README.md +++ b/libraries/Matter/examples/MatterEvents/README.md @@ -11,15 +11,15 @@ The application showcases Matter event handling, commissioning, and automatic de | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterFan/README.md b/libraries/Matter/examples/MatterFan/README.md index 19d5bae2555..3b6672a3005 100644 --- a/libraries/Matter/examples/MatterFan/README.md +++ b/libraries/Matter/examples/MatterFan/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterHumiditySensor/README.md b/libraries/Matter/examples/MatterHumiditySensor/README.md index 9058a477691..51fc528f61f 100644 --- a/libraries/Matter/examples/MatterHumiditySensor/README.md +++ b/libraries/Matter/examples/MatterHumiditySensor/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, sensor data reporting to smart h | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/README.md b/libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/README.md index 16e0c2d403f..2b303bdf5ba 100644 --- a/libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/README.md +++ b/libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, multiple endpoint management, an | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterMinimum/README.md b/libraries/Matter/examples/MatterMinimum/README.md index 53c9e085730..c02d7e4d919 100644 --- a/libraries/Matter/examples/MatterMinimum/README.md +++ b/libraries/Matter/examples/MatterMinimum/README.md @@ -11,15 +11,15 @@ The application showcases the minimal implementation for Matter commissioning an | ESP32-S2 | ✅ | ❌ | ❌ | Optional | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Optional | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Optional | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Optional | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Optional | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Optional | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Optional | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterOccupancySensor/README.md b/libraries/Matter/examples/MatterOccupancySensor/README.md index 95148d76e66..afe6bcce131 100644 --- a/libraries/Matter/examples/MatterOccupancySensor/README.md +++ b/libraries/Matter/examples/MatterOccupancySensor/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, sensor data reporting to smart h | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterOccupancyWithHoldTime/README.md b/libraries/Matter/examples/MatterOccupancyWithHoldTime/README.md index d75d0bbd0d4..2c44f3fc549 100644 --- a/libraries/Matter/examples/MatterOccupancyWithHoldTime/README.md +++ b/libraries/Matter/examples/MatterOccupancyWithHoldTime/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, sensor data reporting to smart h | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterOnIdentify/README.md b/libraries/Matter/examples/MatterOnIdentify/README.md index effc8e699a5..922c09e537a 100644 --- a/libraries/Matter/examples/MatterOnIdentify/README.md +++ b/libraries/Matter/examples/MatterOnIdentify/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterOnOffLight/README.md b/libraries/Matter/examples/MatterOnOffLight/README.md index a57aef9bdb7..59857fff605 100644 --- a/libraries/Matter/examples/MatterOnOffLight/README.md +++ b/libraries/Matter/examples/MatterOnOffLight/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterOnOffPlugin/README.md b/libraries/Matter/examples/MatterOnOffPlugin/README.md index c36d6b2e382..655fc28dbf7 100644 --- a/libraries/Matter/examples/MatterOnOffPlugin/README.md +++ b/libraries/Matter/examples/MatterOnOffPlugin/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterPressureSensor/README.md b/libraries/Matter/examples/MatterPressureSensor/README.md index 3a03fd7c50a..6878d84d048 100644 --- a/libraries/Matter/examples/MatterPressureSensor/README.md +++ b/libraries/Matter/examples/MatterPressureSensor/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, sensor data reporting to smart h | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterRainSensor/README.md b/libraries/Matter/examples/MatterRainSensor/README.md index e3a08d0a14f..91431a9bd86 100644 --- a/libraries/Matter/examples/MatterRainSensor/README.md +++ b/libraries/Matter/examples/MatterRainSensor/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterSimpleBlinds/README.md b/libraries/Matter/examples/MatterSimpleBlinds/README.md index ab3b5d0765c..ed7cca71047 100644 --- a/libraries/Matter/examples/MatterSimpleBlinds/README.md +++ b/libraries/Matter/examples/MatterSimpleBlinds/README.md @@ -10,15 +10,15 @@ This is a minimal example demonstrating how to create a Matter-compatible window | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterSmartButton/README.md b/libraries/Matter/examples/MatterSmartButton/README.md index 10e443d61ba..cfbba343cb7 100644 --- a/libraries/Matter/examples/MatterSmartButton/README.md +++ b/libraries/Matter/examples/MatterSmartButton/README.md @@ -12,14 +12,14 @@ The application showcases Matter commissioning, sending button click events to s | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterStatus/README.md b/libraries/Matter/examples/MatterStatus/README.md index 4c482f22792..d4c37798712 100644 --- a/libraries/Matter/examples/MatterStatus/README.md +++ b/libraries/Matter/examples/MatterStatus/README.md @@ -10,15 +10,15 @@ This example demonstrates how to check enabled Matter features and connectivity | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterTemperatureControlledCabinet/README.md b/libraries/Matter/examples/MatterTemperatureControlledCabinet/README.md index 64135190bcc..99246602697 100644 --- a/libraries/Matter/examples/MatterTemperatureControlledCabinet/README.md +++ b/libraries/Matter/examples/MatterTemperatureControlledCabinet/README.md @@ -12,15 +12,15 @@ This example demonstrates how to create a Matter-compatible temperature controll | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterTemperatureControlledCabinetLevels/README.md b/libraries/Matter/examples/MatterTemperatureControlledCabinetLevels/README.md index 398548f60d1..4e7adf777fe 100644 --- a/libraries/Matter/examples/MatterTemperatureControlledCabinetLevels/README.md +++ b/libraries/Matter/examples/MatterTemperatureControlledCabinetLevels/README.md @@ -12,15 +12,15 @@ This example demonstrates how to create a Matter-compatible temperature controll | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterTemperatureLight/README.md b/libraries/Matter/examples/MatterTemperatureLight/README.md index 2a4ce7bd2e6..e65e23fa0d2 100644 --- a/libraries/Matter/examples/MatterTemperatureLight/README.md +++ b/libraries/Matter/examples/MatterTemperatureLight/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterTemperatureSensor/README.md b/libraries/Matter/examples/MatterTemperatureSensor/README.md index c62e656a68e..c9d90ac3492 100644 --- a/libraries/Matter/examples/MatterTemperatureSensor/README.md +++ b/libraries/Matter/examples/MatterTemperatureSensor/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, sensor data reporting to smart h | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterThermostat/README.md b/libraries/Matter/examples/MatterThermostat/README.md index 32a61ce86c8..5529bf08402 100644 --- a/libraries/Matter/examples/MatterThermostat/README.md +++ b/libraries/Matter/examples/MatterThermostat/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, thermostat control via smart hom | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterWaterFreezeDetector/README.md b/libraries/Matter/examples/MatterWaterFreezeDetector/README.md index 9ec4c71b4fa..8bbdabc92b6 100644 --- a/libraries/Matter/examples/MatterWaterFreezeDetector/README.md +++ b/libraries/Matter/examples/MatterWaterFreezeDetector/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterWaterLeakDetector/README.md b/libraries/Matter/examples/MatterWaterLeakDetector/README.md index 17342ab4ced..1f3b25662f6 100644 --- a/libraries/Matter/examples/MatterWaterLeakDetector/README.md +++ b/libraries/Matter/examples/MatterWaterLeakDetector/README.md @@ -11,15 +11,15 @@ The application showcases Matter commissioning, device control via smart home ec | ESP32-S2 | ✅ | ❌ | ❌ | Required | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Required | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Required | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Required | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Required | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features diff --git a/libraries/Matter/examples/MatterWindowCovering/README.md b/libraries/Matter/examples/MatterWindowCovering/README.md index 278329f9cde..9a1b830a86c 100644 --- a/libraries/Matter/examples/MatterWindowCovering/README.md +++ b/libraries/Matter/examples/MatterWindowCovering/README.md @@ -10,15 +10,15 @@ This example demonstrates how to create a Matter-compatible window covering devi | ESP32-S2 | ✅ | ❌ | ❌ | Fully supported | | ESP32-S3 | ✅ | ❌ | ✅ | Fully supported | | ESP32-C3 | ✅ | ❌ | ✅ | Fully supported | -| ESP32-C5 | ✅ | ❌ | ✅ | Fully supported | +| ESP32-C5 | ❌ | ✅ | ✅ | Supported (Thread only) | | ESP32-C6 | ✅ | ❌ | ✅ | Fully supported | | ESP32-H2 | ❌ | ✅ | ✅ | Supported (Thread only) | ### Note on Commissioning: - **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. -- **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. -- **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. +- **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. +- **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. ## Features