forked from project-chip/connectedhomeip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request project-chip#29: Cherry-pick: Doc cleanup for v0.1.0
Merge in WMN_TOOLS/matter from cherry_pick_latest_doc to silabs Squashed commit of the following: commit 56a8d3cce83d5e57a022c9eadebb7123054c980b Author: Rehan Rasool <[email protected]> Date: Tue Jul 26 01:53:21 2022 +0000 Pull request project-chip#27: Doc cleanup for v0.1.0 Merge in WMN_TOOLS/matter from v0.1.0-cjo-doc-updates to RC_july_25_2022 Squashed commit of the following: commit 098a8e68963dcef2b5340b0fab3967b782c757e9 Author: Rehan Rasool <[email protected]> Date: Mon Jul 25 15:07:36 2022 -0400 Highlight Silabs documentation in main readme file to steer users in that direction commit e9724fdff7e008888ada038d6714a933a9da13cd Author: Ezra Hale <[email protected]> Date: Mon Jul 25 15:07:23 2022 -0400 raspberry pi imager tool is also optional commit 3bfca8dd7ba7a7f776d35f2c1203e9e81dd33294 Author: Ezra Hale <[email protected]> Date: Mon Jul 25 15:04:08 2022 -0400 updated ozone instructions to be clear this could be done with simplicity studio or commander too commit d71effaa13a15066f856bd918b41b788fea6827e Author: Ezra Hale <[email protected]> Date: Mon Jul 25 14:55:40 2022 -0400 fixed a few errors in the Wi-Fi documentation that pointed to the wrong repo, we should always point to the Silicon Labs Matter repo and not the CSA repo commit 9a6489181b347f1646a66954d94b559772ffb319 Author: Ezra Hale <[email protected]> Date: Mon Jul 25 14:41:25 2022 -0400 updated information on building ChipTool for Linux, Mac and Raspberry Pi commit 2a9546b10a3b2f200a27e572260df62309a5a523 Author: Ezra Hale <[email protected]> Date: Mon Jul 25 13:58:14 2022 -0400 added caveat around multiple interfaces commit 4be84ece40b19ec1fd364534fa5900f71604fe89 Author: Ezra Hale <[email protected]> Date: Mon Jul 25 12:52:57 2022 -0400 updated to remove todos commit b073ae430f4e6ac1d88cc43af75033bd7bc146f5 Author: Ezra Hale <[email protected]> Date: Mon Jul 25 11:49:16 2022 -0400 updated demo overview for wifi and navigation, moved to bottom, includes links for both demos commit 5337410ebef1d966febc53e017645e4eb7aee1dc Author: Ezra Hale <[email protected]> Date: Mon Jul 25 10:23:44 2022 -0400 updated header for raspi login credentials commit e9c19b147b8450f3d2aea291374e78bdfc366b3f Author: Ezra Hale <[email protected]> Date: Mon Jul 25 10:09:51 2022 -0400 updated raspi image connection to local network information commit 24ef311d3e0b85bf278f4926e0819bf19bbb4d64 Author: Ezra Hale <[email protected]> Date: Mon Jul 25 09:44:04 2022 -0400 added reference to Demo images for Wi-Fi commit 026cf89802a7cbc98a3c9afb1c1b0437451b5952 Author: Rehan Rasool <[email protected]> Date: Mon Jul 25 08:32:58 2022 -0400 fix space in doc commit ff33baa679c6b22e84cc0ddc9939e0f3292cbc33 Author: cjo-tra <[email protected]> Date: Sun Jul 24 21:54:33 2022 -0400 Demo copyedit (cherry picked from commit 24159f5e9258ad657566868669faaccdc2517f4e)
- Loading branch information
1 parent
1a8a221
commit db6e5eb
Showing
24 changed files
with
295 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
[<< Back to TOC](./README.md) | ||
|
||
# Silicon Labs Matter Repo Overview | ||
|
||
Welcome to the Silicon Labs Matter Repo. For more information on Matter in general please checkout the main Matter Overview page located here [Matter Overview](../../README.md) | ||
Welcome to the Silicon Labs Matter Repo. For more information on Matter in general see the main [Matter Overview](../../README.md) page. | ||
|
||
Silicon Labs supports Matter on both 802.15.4 (Thread) and 802.11 (Wi-Fi) transport protocols. | ||
|
||
Silicon Labs supports Matter on both 802.15.4 (Thread) and 802.11 (Wifi) transport protocols. | ||
This Repo is the starting point for all Silicon Labs-related Matter development. In this repo you will find documentation, demos, examples and all the code needed for Matter Accessory Device development on both Thread and . | ||
|
||
This Repo is the starting point for all Silicon Labs related Matter development. In this repo you will find documentation, demos, examples and all the code needed for Matter Accessory Device development on both Thread and Wifi. | ||
The Thread and development use cases differ because the Thread protocol requires the use of an Open Thread Border Router (OTBR). | ||
|
||
The Thread and Wifi development use cases differ because the Thread protocol requires the use of an Open Thread Border Router (OTBR). | ||
The Thread demo and development use case is described in the Thread section of this documentation located here: [Matter Thread](./thread/THREAD.md) | ||
|
||
The Thread development use case is described in the Thread section of this documentation located here: [Matter Thread](./thread/THREAD.md) | ||
The Wi-Fi demo and development use case is described in the Wi-Fi section of this documentation located here: [Matter Wi-Fi](./wifi/WIFI.md) | ||
|
||
The Wifi development use case is described in the Wifi section of this documentation located here: [Matter Wifi](./wifi/WIFI.md) | ||
---- | ||
[Table of Contents](./README.md) | [Thread Demo](./thread/DEMO_OVERVIEW.md) | [Wi-Fi Demo](./wifi/DEMO_OVERVIEW.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
[<< Back to TOC](../README.md) | ||
|
||
# How to find your Raspberry Pi on the Network | ||
|
||
## Finding the IP address of your Raspberry Pi | ||
|
@@ -21,3 +19,6 @@ Sometimes it can be difficult to find your Raspberry Pi on the network. One way | |
| Platform | Strategy | | ||
| -------- | -------- | | ||
| Mac / Linux / Windows | Once you have found your Raspberry Pi's IP address, you can use Secure Shell (SSH) to connect to it over the command line with the following command: <br>   `ssh <raspberry pi's username>@<raspberry pi's IP address>` <br><br> Example: <br>   `ssh [email protected]` <br>  `password: raspberrypi` <br><br> When prompted provide the raspberry pi's password, in the case of the Silicon Labs Matter Hub image the username is ***ubuntu*** and the password is ***raspberrypi*** | | ||
|
||
---- | ||
[Table of Contents](../README.md) | [Thread Demo](../thread/DEMO_OVERVIEW.md) | [Wi-Fi Demo](../wifi/DEMO_OVERVIEW.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.