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.
Beyond the SDK, Espressif offers production services to help you take a Matter product to mass production:
-
Matter Pre-Provisioning Service — secure provisioning of device identity (DAC, PAI, and unique commissioning data), offered in three flavours:
- Espressif factory — ready-to-use modules pre-provisioned on our line
- Customer factory — provision on your own line using Espressif's factory tool
- In the field — deliver DACs to already-deployed devices over the air
-
Certification Assistance — help taking your product through CSA Matter certification
See Espressif Matter Services for details, or contact matter-pki@espressif.com / sales@espressif.com.
| 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 |
For efficient cloning of the ESP-Matter repository, please refer Getting the Repositories section in the ESP-Matter Programming Guide.
- This SDK currently works with commit efefc94fee of connectedhomeip.
- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF v6.0.2.
- For ESP32S31, ESP32H21, and ESP32H4, it is recommended to utilize ESP-IDF commit e9da155.
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.
Download the Matter specification from CSA's official site