From 4e7c79d60e5b3d4a0de39105cf5b1b6784c4ec15 Mon Sep 17 00:00:00 2001 From: SuGlider Date: Fri, 19 Dec 2025 10:16:30 -0300 Subject: [PATCH] fix(matter_docs): updates ESP32-C5 Matter WiFi table --- docs/en/libraries.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/libraries.rst b/docs/en/libraries.rst index c4032c786c7..6b8e7d520dd 100644 --- a/docs/en/libraries.rst +++ b/docs/en/libraries.rst @@ -53,7 +53,7 @@ Here is a matrix of the library support status for the main features and periphe +----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+ | Matter (Thread) [6]_ | |n/a| | |n/a| | |n/a| | |yes| | |yes| | |n/a| | |yes| | |n/a| | |n/a| | |n/a| | +----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+ -| Matter (Wi-Fi) | |yes| | |no| | |yes| | |yes| | |yes| | |no| | |n/a| | |n/a| | |yes| | |yes| | +| Matter (Wi-Fi) [7]_ | |yes| | |no| | |yes| | |no| | |yes| | |no| | |n/a| | |n/a| | |yes| | |yes| | +----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+ | MIPI CSI | |n/a| | |n/a| | |n/a| | |n/a| | |n/a| | |n/a| | |n/a| | |no| | |n/a| | |n/a| | +----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+ @@ -109,6 +109,10 @@ Here is a matrix of the library support status for the main features and periphe In order to use Matter over Thread, you need to use Arduino as an ESP-IDF component or rebuild the static libraries. Check the `Arduino_ESP_Matter_over_OpenThread example `_ for more details. +.. [7] Matter over Wi-Fi is supported by our library but is not included in the pre-compiled libraries for ESP32-C5. + Although ESP32-C5 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 use Matter over Wi-Fi, you need to build the project using Arduino as an ESP-IDF component and disable Thread network, keeping only Wi-Fi station. + .. note:: The ESP32-C2 and ESP32-C61 are only supported using Arduino as an ESP-IDF component or by rebuilding the static libraries. .. include:: common/datasheet.inc