# Espressif's SDK for Matter with ESPHome integration changes ##### Tools [](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml) [](https://espressif.github.io/esp-matter-tools/dmv_tool) ##### Documentation [](https://docs.espressif.com/projects/esp-matter/en/latest/) [](https://blog.espressif.com/matter-38ccf1d60bcd) [](https://csa-iot.org/developer-resource/specifications-download-request/) --- ## 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) ## Documentation For a simplified explanation of Matter concepts and internals, please check out the [Espressif's Matter blog series](https://blog.espressif.com/matter-38ccf1d60bcd). 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 specification from [CSA's official site](https://csa-iot.org/developer-resource/specifications-download-request/)
idf.py add-dependency "davidvtwout/esp_matter^1.6.0~2"