Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Silabs] Add links in SiWx917 README #25700

Merged
merged 7 commits into from
May 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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