From a43200f027cec2ccaca070669b8296baaf00f506 Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Wed, 11 Dec 2024 12:28:40 +0530 Subject: [PATCH] docs: Add the link to chip-tool guide --- docs/en/developing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 49ae62c89..c6286e345 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -311,6 +311,8 @@ Choose IDF target. There are a few implementations of Matter commissioners present in the `connectedhomeip `__ repository. CHIP Tool is an example implementation of Matter commissioner and used for development purposes. +An in-depth guide on how to use chip-tool can be found in the +`CHIP Tool User Guide `__. Espressif also has an iOS application, `Espressif-Matter `__, to commission and control the Matter devices. Please follow `profile installation instructions `__ in order to use the application. Also, make sure to enable Developer Mode on the iOS.