Skip to content

Commit 2d15ae1

Browse files
ArekBalysNordicnordicjm
authored andcommitted
doc: matter: Add Matter Quick Start to Matter docs
- Updated Samples' README files. - Updated Release Notes. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent af517d5 commit 2d15ae1

File tree

7 files changed

+41
-0
lines changed

7 files changed

+41
-0
lines changed

applications/matter_weather_station/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ The application supports over-the-air (OTA) :term:`Device Firmware Update (DFU)`
3535
In both cases, the MCUboot secure bootloader is used to apply the new firmware image.
3636
For information about how to upgrade the device firmware using a PC or a mobile, see the :ref:`matter_weather_station_app_dfu` section.
3737

38+
Testing with the Matter Quick Start app
39+
=======================================
40+
41+
.. |sample_type| replace:: application
42+
43+
.. include:: /includes/matter_quick_start.txt
44+
3845
.. _matter_weather_station_network_mode:
3946

4047
Remote testing in a network
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The |sample_type| is available in the `Matter Quick Start app`_ desktop application.
2+
Use this app to enable fast and easy evaluation of the |sample_type| without a need of compiling it or setting the development environment thanks to the pre-compiled hex files.
3+
After flashing, follow the step-by-step instructions to commission the |sample_type| to the Matter network and interact with commercial ecosystems.
4+
5+
Download the Matter Quick Start app though the `nRF Connect for Desktop`_ .

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Matter
184184
See :ref:`ug_matter_platform_and_dmp`.
185185
* Updated to using the :kconfig:option:`CONFIG_PICOLIBC` Kconfig option as the C library instead of :kconfig:option:`CONFIG_NEWLIB_LIBC`, in compliance with Zephyr requirements.
186186
* Removed the ``CONFIG_CHIP_SPI_NOR`` and ``CONFIG_CHIP_QSPI_NOR`` Kconfig options.
187+
* Released the `Matter Quick Start app`_ v1.0.0 as part of nRF Connect for Desktop.
187188

188189
Matter fork
189190
+++++++++++

samples/matter/contact_sensor/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ You can test the device remotely over a Thread network, which requires more devi
3636
The remote control testing requires a Matter controller that you can configure either on a PC or a mobile device.
3737
You can enable both methods after :ref:`building and running the sample <matter_contact_sensor_sample_remote_control>`.
3838

39+
Testing with the Matter Quick Start app
40+
=======================================
41+
42+
.. |sample_type| replace:: sample
43+
44+
.. include:: /includes/matter_quick_start.txt
45+
3946
.. _matter_contact_sensor_sample_lit:
4047

4148
ICD LIT device type

samples/matter/light_bulb/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ You can test it in the following ways:
5454
The remote control testing requires a Matter controller that you can configure either on a PC or a mobile device (for remote testing in a network).
5555
You can enable both methods after :ref:`building and running the sample <matter_light_bulb_sample_remote_control>`.
5656

57+
Testing with the Matter Quick Start app
58+
=======================================
59+
60+
.. |sample_type| replace:: sample
61+
62+
.. include:: /includes/matter_quick_start.txt
63+
5764
.. _matter_light_bulb_network_mode:
5865

5966
Remote testing in a network

samples/matter/lock/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ You can test it in the following ways:
5858

5959
You can enable both methods after :ref:`building and running the sample <matter_lock_sample_remote_control>`.
6060

61+
Testing with the Matter Quick Start app
62+
=======================================
63+
64+
.. |sample_type| replace:: sample
65+
66+
.. include:: /includes/matter_quick_start.txt
67+
6168
.. _matter_lock_sample_network_mode:
6269

6370
Remote testing in a network

samples/matter/temperature_sensor/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ You can test the device remotely over a Thread network, which requires more devi
3636
The remote control testing requires a Matter controller that you can configure either on a PC or a mobile device.
3737
You can enable both methods after :ref:`building and running the sample <matter_temperature_sensor_sample_remote_control>`.
3838

39+
Testing with the Matter Quick Start app
40+
=======================================
41+
42+
.. |sample_type| replace:: sample
43+
44+
.. include:: /includes/matter_quick_start.txt
45+
3946
.. _matter_temperature_sensor_sample_lit:
4047

4148
ICD LIT device type

0 commit comments

Comments
 (0)