Skip to content

Commit bd5fb3a

Browse files
committed
Merge branch 'docs/add-dmvtool' into 'main'
Add data model validator tool in documentation See merge request app-frameworks/esp-matter!1438
2 parents 6e6b397 + 4be77f4 commit bd5fb3a

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# Espressif's SDK for Matter
22

33
[![Docker Image](https://github.com/espressif/esp-matter/actions/workflows/docker-image.yml/badge.svg)](https://github.com/espressif/esp-matter/actions/workflows/docker-image.yml)
4+
 
45
[![Launchpad Deployment](https://github.com/espressif/esp-matter/actions/workflows/pages.yml/badge.svg)](https://github.com/espressif/esp-matter/actions/workflows/pages.yml)
6+
##### Tools
7+
[![Try With Launchpad](https://img.shields.io/badge/Try_With-ESP_Launchpad-0066CC?logo=espressif)](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml)
8+
 
9+
[![Try DMV](https://img.shields.io/badge/Try-Data_Model_Validator_Tool-0066CC?logo=espressif)](https://espressif.github.io/esp-matter-tools/dmv_tool)
10+
##### Documentation
11+
[![Programming Guide](https://img.shields.io/badge/ESP--Matter-Programming_Guide-6F42C1?logo=readthedocs)](https://docs.espressif.com/projects/esp-matter/en/latest/)
12+
 
13+
[![Matter Blog Series](https://img.shields.io/badge/Espressif's_Matter-Blog_Series-6F42C1?logo=espressif)](https://blog.espressif.com/matter-38ccf1d60bcd)
14+
 
15+
[![Matter Specification](https://img.shields.io/badge/Matter-Specification-6F42C1)](https://csa-iot.org/developer-resource/specifications-download-request/)
516

17+
---
618
## Introduction
719

820
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/
4254

4355
## Matter Specifications
4456
Download the Matter specification from [CSA's official site](https://csa-iot.org/developer-resource/specifications-download-request/)
45-
46-
---
47-
48-
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml">
49-
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="250" height="70">
50-
</a>

docs/en/introduction.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,13 @@ If you want to test Matter on Espressif devices without any additional setup:
6060
.. |Try it with Launchpad| image:: ../_static/launchpad.png
6161
:scale: 50 %
6262
.. _Try it with Launchpad: https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml
63+
64+
65+
3. Try Data Model Validator
66+
----------------------------
67+
68+
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/`.
69+
70+
.. | Try Data Model Validator | image:: ../_static/dmv_tool.png
71+
:scale: 50 %
72+
.. _Try Data Model Validator: https://espressif.github.io/esp-matter-tools/

0 commit comments

Comments
 (0)