mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
34 lines
2.0 KiB
Markdown
34 lines
2.0 KiB
Markdown
# Espressif's SDK for Matter
|
|
|
|
[](https://github.com/espressif/esp-matter/actions/workflows/docker-image.yml)
|
|
[](https://github.com/espressif/esp-matter/actions/workflows/pages.yml)
|
|
|
|
## 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](https://github.com/project-chip/connectedhomeip/), 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_DEVICE_TYPES.md)
|
|
|
|
|
|
## Supported ESP-IDF and connectedhomeip versions
|
|
|
|
- This SDK currently works with [5b4f800](https://github.com/project-chip/connectedhomeip/commit/5b4f8004662d00bdb111367fec7d3ea978c23372) of connectedhomeip.
|
|
- For ESP32, ESP32-C3, and ESP32-S3, ESP-IDF [v5.0.1 release](https://github.com/espressif/esp-idf/releases/tag/v5.0.1) is required.
|
|
- For ESP32-C2, ESP32-H2 and ESP32-C6 and Zigbee Bridge example, ESP-IDF [v5.1.1 release](https://github.com/espressif/esp-idf/releases/tag/v5.1.1) is required.
|
|
|
|
|
|
## Documentation
|
|
|
|
Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/latest/) for the latest version of the documentation.
|
|
|
|
|
|
## Matter Specifications
|
|
Download the Matter 1.0 specifications from [CSA's official site](https://csa-iot.org/developer-resource/specifications-download-request/)
|
|
|
|
---
|
|
|
|
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml">
|
|
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="250" height="70">
|
|
</a>
|