Skip to content

Commit

Permalink
[Silabs] Add links in SiWx917 README (#25700)
Browse files Browse the repository at this point in the history
* Update README.md

Link to silabs SiWx917 webpage

* [PATCH] Restyled by prettier-markdown

* [PATCH] Restyled by prettier-markdown
  • Loading branch information
lboue authored and pull[bot] committed Feb 6, 2024
1 parent fc4ee87 commit 2384092
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions examples/light-switch-app/silabs/SiWx917/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Matter SiWx917 Light Switch Example

An example showing the use of CHIP on the Silicon Labs SiWx917 SoC device.
An example showing the use of CHIP on the
[Silicon Labs SiWx917](https://www.silabs.com/wireless/wi-fi/siwx917-wireless-socs)
SoC device.

<hr>

Expand Down Expand Up @@ -31,15 +33,17 @@ An example showing the use of CHIP on the Silicon Labs SiWx917 SoC device.
## Introduction

The SiWx917 light switch example provides a baseline demonstration of an on-off
light switch device, built using Matter, the Silicon Labs Gecko SDK, and the
Silicon Labs WiseMCU SDK. It can be controlled by a Chip controller over a Wi-Fi
network.
The [SiWx917](https://www.silabs.com/wireless/wi-fi/siwx917-wireless-socs) light
switch example provides a baseline demonstration of an on-off light switch
device, built using Matter, the Silicon Labs Gecko SDK, and the Silicon Labs
WiseMCU SDK. It can be controlled by a Chip controller over a Wi-Fi network.

The SiWx917 device can be commissioned over Bluetooth Low Energy where the
device and the Chip controller will exchange security information with the
rendezvous procedure. Wi-Fi Network credentials are then provided to the SiWx917
device which will then join the Wi-Fi network.
The [SiWx917](https://www.silabs.com/wireless/wi-fi/siwx917-wireless-socs)
device can be commissioned over Bluetooth Low Energy where the device and the
Chip controller will exchange security information with the rendezvous
procedure. Wi-Fi Network credentials are then provided to the
[SiWx917](https://www.silabs.com/wireless/wi-fi/siwx917-wireless-socs) device
which will then join the Wi-Fi network.

If the LCD is enabled, the LCD on the Silabs WSTK shows a QR Code containing the
needed commissioning information for the BLE connection and starting the
Expand Down Expand Up @@ -90,8 +94,10 @@ Silicon Labs platform.

## Flashing the Application

- Flashing requires the SiWx917 SoC device to be configured in the Ozone
Debugger.
- Flashing requires the
[SiWx917](https://www.silabs.com/wireless/wi-fi/siwx917-wireless-socs) SoC
device to be configured in the Ozone Debugger.

- Once it's configured, it can be run with the Ozone Debugger by loading the
.out file.
- > For detailed instructions, please refer to
Expand All @@ -104,10 +110,11 @@ The example application's logging output can be viewed in the Ozone Debugger.

## Running the Complete Example

- For this example to work, it is necessary to have a second SiWx917 device
running the
- For this example to work, it is necessary to have a second
[SiWx917](https://www.silabs.com/wireless/wi-fi/siwx917-wireless-socs)
device running the
[lighting app example](https://github.com/project-chip/connectedhomeip/blob/master/examples/lighting-app/silabs/SiWx917/README.md)
commissioned on the same Wi-Fi network
commissioned on the same Wi-Fi network.

* You can provision and control the Chip device using the
[chip-tool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)
Expand Down

0 comments on commit 2384092

Please sign in to comment.