No description
  • C++ 81.6%
  • Python 11.2%
  • C 4.2%
  • CMake 1.7%
  • Jinja 0.8%
  • Other 0.5%
Find a file
Hrishikesh Dhayagude 177452a853
Some checks failed
Build Docker / build (linux/amd64, ubuntu-24.04) (push) Has been cancelled
Build Docker / build (linux/arm64, ubuntu-24.04-arm) (push) Has been cancelled
Push components to Espressif Component Service / upload_components (push) Has been cancelled
Build Docker / merge (push) Has been cancelled
Merge branch 'ci-mr-label' into 'main'
ci: auto-add the label for release branch MRs to quick identification

See merge request app-frameworks/esp-matter!1625
2026-08-14 14:03:20 +08:00
.github .gitlab-ci.yml: Update the connectedhomeip submodule to 107f97a981 and esp-idf version to v5.5.4 2026-05-06 14:37:23 +05:30
components Merge branch 'memory_op' into 'main' 2026-08-12 12:12:53 +00:00
connectedhomeip submodule: bump connectedhomeip to 4e320b4f8 2026-07-11 12:29:36 +05:30
device_hal examples: Add support for ESP32-S31, ESP32-H21, and ESP32-H4 2026-07-06 15:14:22 +08:00
docs Merge branch 'memory_op' into 'main' 2026-08-12 12:12:53 +00:00
examples Merge branch 'memory_op' into 'main' 2026-08-12 12:12:53 +00:00
tools examples/demo/badge: Remove demo badge example 2026-08-12 12:11:17 +05:30
.codespellrc submodule: bump connectedhomeip to c992539e7 2026-06-20 09:39:45 +05:30
.gitattributes data_model_gen: treat clusters with codegen implementation as non-SCI/non-migrated 2026-04-23 14:12:54 +05:30
.gitignore tools/jenkins: add secure boot + flash encryption firmware build for all_device_types_app 2026-07-16 16:02:06 +05:30
.gitlab-ci.yml ci: auto-add the label for release branch MRs to quick identification 2026-08-10 20:00:23 +05:30
.gitmodules ci: Fixes for submodule changes 2022-05-27 21:47:31 +08:00
.pre-commit-config.yaml git-hook: added keep-sorted and codespell pre-commit hooks 2026-02-20 14:10:31 +05:30
CMakeLists.txt ESP-IDF v4.4 is EOL, remove it from ci 2026-03-31 09:21:28 +05:30
conftest.py CI: skip TC_IDM_10_3 for main branch 2026-01-23 16:41:42 +08:00
DEVELOPER_GUIDE.md git-hook: added keep-sorted and codespell pre-commit hooks 2026-02-20 14:10:31 +05:30
export.sh upgrade connectedhomeip to latest release v1.5 branch 2025-11-25 16:11:40 +08:00
generate-include-files.cmake upload component files in submodule 2024-03-04 20:08:51 +08:00
idf_component.yml components/esp_matter: adapt core and providers for upstream API changes 2026-06-24 13:59:12 +05:30
install.sh ESP-IDF v4.4 is EOL, remove it from ci 2026-03-31 09:21:28 +05:30
Kconfig add esp_matter component based on esp-matter sdk and connectedhomeip 2024-02-06 16:14:02 +08:00
LICENSE ESP Matter beta release 2021-08-11 20:19:49 +05:30
NOTICE docs: added copyrights and licensing page in programming guide 2025-02-07 16:00:40 +05:30
pytest.ini CI: Mark pipeline failure when certificate tests fail 2026-07-21 17:27:53 +08:00
README.md docs: update README 2026-07-17 18:05:47 +08:00
RELEASE_NOTES.md [all-device-types-app] Add cli to change the device type without factory reset 2026-08-06 14:25:57 +05:30
requirements.txt CI: add astyle pre-commit hook 2026-02-03 15:30:42 +08:00
SECURITY.md Add brief security policy for ESP-Matter repository 2023-10-25 04:15:01 +00:00
submodule_or_idf_bump_pre_checks.sh ci: add v6.0 Docker image build, light H2 job, and tooling updates 2026-06-24 13:59:12 +05:30
SUPPORTED_DEVICE_TYPES.md docs: update SUPPORTED_DEVICE_TYPES with legacy vs generated data model coverage 2026-05-14 16:41:36 +05:30

Espressif's SDK for Matter

Docker Image   Launchpad Deployment

Tools

Try With Launchpad   Try DMV

Documentation

Programming Guide   Matter Blog Series   Matter Specification


Introduction

Espressif's SDK for Matter is the official Matter development framework for ESP32 series SoCs. It is built on top of the open source Matter SDK, and provides simplified APIs, commonly used peripherals, tools and utilities for security, manufacturing and production accompanied by exhaustive documentation. It includes rich production references, aimed to simplify the development process of Matter products and enable the users to go to production in the shortest possible time.

Supported Device Types

Supported Matter specification versions

Matter Specification Version Supported Branch
v1.4 release/v1.4
v1.4.2 release/v1.4.2
v1.5 (a51f624), v1.5.1 (HEAD) release/v1.5
v1.6 release/v1.6
v1.7 (Ongoing effort) main

Getting the repositories

For efficient cloning of the ESP-Matter repository, please refer Getting the Repositories section in the ESP-Matter Programming Guide.

Supported ESP-IDF and connectedhomeip versions

  • This SDK currently works with commit efefc94fee of connectedhomeip.
  • For Matter projects development with this SDK, it is recommended to utilize ESP-IDF v5.5.4.
  • For ESP32S31, ESP32H21, and ESP32H4, it is recommended to utilize ESP-IDF commit e9da155.

Documentation

For a simplified explanation of Matter concepts and internals, please check out the Espressif's Matter blog series.

Refer the Programming Guide for the latest version of the documentation.

Matter Specifications

Download the Matter specification from CSA's official site