Skip to content

Commit 65a35ba

Browse files
restyled-commitssatyanaag-silabs
authored andcommitted
Restyled by prettier-markdown
1 parent 468b083 commit 65a35ba

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

examples/closure-app/silabs/README.md

+29-26
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ An example showing the use of CHIP on the Silicon Labs SiWx917
44

55
<hr>
66

7-
- [Matter SiWx917 Closure Example](#matter-siwx917-closure-example)
8-
- [Introduction](#introduction)
9-
- [Building](#building)
10-
- [Flashing the Application](#flashing-the-application)
11-
- [Running the Complete Example](#running-the-complete-example)
12-
- [Group Communication (Multicast)](#group-communication-multicast)
13-
- [Building options](#building-options)
14-
- [Disabling logging](#disabling-logging)
15-
- [Debug build / release build](#debug-build--release-build)
16-
- [KVS maximum entry count](#kvs-maximum-entry-count)
7+
- [Matter SiWx917 Closure Example](#matter-siwx917-closure-example)
8+
- [Introduction](#introduction)
9+
- [Building](#building)
10+
- [Flashing the Application](#flashing-the-application)
11+
- [Running the Complete Example](#running-the-complete-example)
12+
- [Group Communication (Multicast)](#group-communication-multicast)
13+
- [Building options](#building-options)
14+
- [Disabling logging](#disabling-logging)
15+
- [Debug build / release build](#debug-build--release-build)
16+
- [KVS maximum entry count](#kvs-maximum-entry-count)
1717

1818
<hr>
1919

@@ -25,13 +25,13 @@ An example showing the use of CHIP on the Silicon Labs SiWx917
2525
2626
## Introduction
2727

28-
The SiWx917 Closure example provides a baseline demonstration of a closure
29-
base device type, built using Matter and the Silicon Labs gecko SDK. It
30-
can be controlled by a Chip controller over Wifi network.
28+
The SiWx917 Closure example provides a baseline demonstration of a closure base
29+
device type, built using Matter and the Silicon Labs gecko SDK. It can be
30+
controlled by a Chip controller over Wifi network.
3131

32-
The SiWx917 device can be commissioned over Bluetooth Low Energy where the device
33-
and the Chip controller will exchange security information with the Rendez-vous
34-
procedure.
32+
The SiWx917 device can be commissioned over Bluetooth Low Energy where the
33+
device and the Chip controller will exchange security information with the
34+
Rendez-vous procedure.
3535

3636
The Closure examples are intended to serve both as a means to explore the
3737
workings of Matter Closure as well as a template for creating real products
@@ -61,7 +61,7 @@ based on the Silicon Labs platform.
6161
> in the Silicon Labs Matter Github Repo
6262
6363
917SoC boards :
64-
64+
6565
- BRD4338A
6666

6767
* Build the example application:
@@ -98,18 +98,21 @@ arguments
9898

9999
## Flashing the Application
100100

101-
- SiWx917 SoC device support is available in the latest Simplicity Commander. The SiWx917 SOC board will support .rps as the only file to flash.
101+
- SiWx917 SoC device support is available in the latest Simplicity Commander.
102+
The SiWx917 SOC board will support .rps as the only file to flash.
102103

103104
- Or with the Ozone debugger, just load the .out file.
104105

105-
All SiWx917 boards require a connectivity firmware, see Silicon Labs documentation for more
106-
info. Pre-built bootloader binaries are available in the Assets section of the
107-
Releases page on
106+
All SiWx917 boards require a connectivity firmware, see Silicon Labs
107+
documentation for more info. Pre-built bootloader binaries are available in the
108+
Assets section of the Releases page on
108109
[Silabs Matter Github](https://github.com/SiliconLabs/matter/releases) .
109110

110111
## Running the Complete Example
111112

112-
- To run a Matter over Wi-Fi application, you must first create a Matter network using the chip-tool, and then control the Matter device from the chip-tool.
113+
- To run a Matter over Wi-Fi application, you must first create a Matter
114+
network using the chip-tool, and then control the Matter device from the
115+
chip-tool.
113116

114117
**Creating the Matter Network**
115118

@@ -120,7 +123,7 @@ Releases page on
120123
- The Silicon Labs device will join the Wi-Fi network and get an IP address. It then starts providing mDNS records on IPv4 and IPv6.
121124
- Future communications (tests) will then happen over Wi-Fi.
122125

123-
* You can provision and control the Chip device using the python controller,
126+
- You can provision and control the Chip device using the python controller,
124127
Chip tool standalone, Android or iOS app
125128

126129
[CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)
@@ -129,7 +132,7 @@ Releases page on
129132

130133
$ chip-tool pairing ble-wifi 1 <SSID> <Password> 20202021 3840
131134

132-
- User interface :
135+
* User interface :
133136

134137
**Push Button 0**
135138

@@ -145,8 +148,8 @@ Releases page on
145148

146149
## Group Communication (Multicast)
147150

148-
With this Closure example you can also use group communication to send
149-
Closure commands to multiples devices at once. Please refer to the
151+
With this Closure example you can also use group communication to send Closure
152+
commands to multiples devices at once. Please refer to the
150153
[chip-tool documentation](../../chip-tool/README.md) _Configuring the server
151154
side for Group Commands_ and _Using the Client to Send Group (Multicast) Matter
152155
Commands_

0 commit comments

Comments
 (0)