mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'docs/add-dmvtool' into 'main'
Add data model validator tool in documentation See merge request app-frameworks/esp-matter!1438
This commit is contained in:
@@ -1,8 +1,20 @@
|
|||||||
# Espressif's SDK for Matter
|
# Espressif's SDK for Matter
|
||||||
|
|
||||||
[](https://github.com/espressif/esp-matter/actions/workflows/docker-image.yml)
|
[](https://github.com/espressif/esp-matter/actions/workflows/docker-image.yml)
|
||||||
|
|
||||||
[](https://github.com/espressif/esp-matter/actions/workflows/pages.yml)
|
[](https://github.com/espressif/esp-matter/actions/workflows/pages.yml)
|
||||||
|
##### 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
|
## 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.
|
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.
|
||||||
@@ -42,9 +54,3 @@ Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/
|
|||||||
|
|
||||||
## Matter Specifications
|
## Matter Specifications
|
||||||
Download the Matter specification from [CSA's official site](https://csa-iot.org/developer-resource/specifications-download-request/)
|
Download the Matter specification 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>
|
|
||||||
|
|||||||
@@ -60,3 +60,13 @@ If you want to test Matter on Espressif devices without any additional setup:
|
|||||||
.. |Try it with Launchpad| image:: ../_static/launchpad.png
|
.. |Try it with Launchpad| image:: ../_static/launchpad.png
|
||||||
:scale: 50 %
|
:scale: 50 %
|
||||||
.. _Try it with Launchpad: https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml
|
.. _Try it with Launchpad: https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml
|
||||||
|
|
||||||
|
|
||||||
|
3. Try Data Model Validator
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
Espressif provides a web UI tool to validate the data model of the Matter devices. It is available at `https://espressif.github.io/esp-matter-tools/`.
|
||||||
|
|
||||||
|
.. | Try Data Model Validator | image:: ../_static/dmv_tool.png
|
||||||
|
:scale: 50 %
|
||||||
|
.. _Try Data Model Validator: https://espressif.github.io/esp-matter-tools/
|
||||||
|
|||||||
Reference in New Issue
Block a user