Skip to content

Commit d051e51

Browse files
committed
Merge branch 'docs-update-app-links' into 'main'
docs: Fix the links for ESP-RainMaker iOS and Android apps See merge request app-frameworks/esp-matter!1030
2 parents d157774 + 26228ec commit d051e51

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/en/developing.rst

+12-4
Original file line numberDiff line numberDiff line change
@@ -328,13 +328,16 @@ Choose IDF target.
328328
2.3 Commissioning and Control
329329
-----------------------------
330330

331-
There are a few implementations of Matter commissioners present in the `connectedhomeip <https://github.com/espressif/connectedhomeip/tree/v1.0.0.2/src/controller#implementations>`__ repository.
331+
There are a few implementations of Matter commissioners present in the `connectedhomeip`_ repository.
332332

333333
CHIP Tool is an example implementation of Matter commissioner and used for development purposes.
334-
An in-depth guide on how to use chip-tool can be found in the
335-
`CHIP Tool User Guide <https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-tool/chip_tool_guide.md>`__.
334+
An in-depth guide on how to use chip-tool can be found in the `CHIP Tool User Guide`_.
335+
336+
Espressif's ESP RainMaker iOS and Android applications support commissioning and control of Matter devices.
337+
338+
- `ESP-RainMaker Android App`_
339+
- `ESP-RainMaker iOS App`_
336340

337-
Espressif also has an iOS application, `Espressif-Matter <https://apps.apple.com/in/app/espressif-matter/id1604739172>`__, to commission and control the Matter devices. Please follow `profile installation instructions <https://github.com/espressif/connectedhomeip/blob/v1.0.0.2/docs/guides/darwin.md#profile-installation>`__ in order to use the application. Also, make sure to enable Developer Mode on the iOS.
338341

339342
2.3.1 Test Setup (CHIP Tool)
340343
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -1691,3 +1694,8 @@ To enable these functions, the cluster should be added to the appropriate entry
16911694
.. _`zcl configuration file`: https://github.com/project-chip/connectedhomeip/blob/master/src/app/zap-templates/zcl/zcl.json
16921695
.. _`zcl test configuration file`: https://github.com/project-chip/connectedhomeip/blob/master/src/app/zap-templates/zcl/zcl-with-test-extensions.json
16931696
.. _`zap configuration data`: <https://github.com/project-chip/connectedhomeip/blob/master/src/app/common/templates/config-data.yaml>
1697+
.. _`ESP-Rainmaker iOS App`: https://apps.apple.com/app/esp-rainmaker/id1497491540
1698+
.. _`ESP-Rainmaker Android App`: https://play.google.com/store/apps/details?id=com.espressif.rainmaker
1699+
.. _`connectedhomeip`: https://github.com/project-chip/connectedhomeip
1700+
.. _`CHIP Tool User Guide`: https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-tool/chip_tool_guide.md
1701+
.. _`profile installation instructions`: https://github.com/project-chip/connectedhomeip/blob/master/docs/guides/darwin.md#profile-installation

0 commit comments

Comments
 (0)