You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Do not run the `idf.py set-target esp32s3` command again to avoid overriding the customized configurations.***
228
228
229
-
##Testing the OTBR
229
+
### CHIP Tool
230
230
231
-
## Setup
231
+
**CHIP Tool** is a command-line tool used for *commissioning*, *controlling*, and *managing***Matter** devices within a Matter network.
232
+
233
+
Due to its high demand for storage space and computational power it must be executed on a separate, more powerful device, such as a Unix laptop (macOS or Linux), that is connected to the same Wi-Fi network.
234
+
235
+
This third device will handle the complex tasks required by CHIP Tool, while the Nano ESP32 acts as the Matter Controller in the network.
236
+
237
+
#### Configure the CHIP Tool
238
+
239
+
- On a Linux system, clone the CHIP Tool repository:
0 commit comments