@@ -4,16 +4,16 @@ An example showing the use of CHIP on the Silicon Labs SiWx917
4
4
5
5
<hr >
6
6
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 )
17
17
18
18
<hr >
19
19
@@ -25,13 +25,13 @@ An example showing the use of CHIP on the Silicon Labs SiWx917
25
25
26
26
## Introduction
27
27
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.
31
31
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.
35
35
36
36
The Closure examples are intended to serve both as a means to explore the
37
37
workings of Matter Closure as well as a template for creating real products
@@ -61,7 +61,7 @@ based on the Silicon Labs platform.
61
61
> in the Silicon Labs Matter Github Repo
62
62
63
63
917SoC boards :
64
-
64
+
65
65
- BRD4338A
66
66
67
67
* Build the example application:
@@ -98,18 +98,21 @@ arguments
98
98
99
99
## Flashing the Application
100
100
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.
102
103
103
104
- Or with the Ozone debugger, just load the .out file.
104
105
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
108
109
[ Silabs Matter Github] ( https://github.com/SiliconLabs/matter/releases ) .
109
110
110
111
## Running the Complete Example
111
112
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.
113
116
114
117
** Creating the Matter Network**
115
118
@@ -120,7 +123,7 @@ Releases page on
120
123
- 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.
121
124
- Future communications (tests) will then happen over Wi-Fi.
122
125
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,
124
127
Chip tool standalone, Android or iOS app
125
128
126
129
[ CHIPTool] ( https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md )
@@ -129,7 +132,7 @@ Releases page on
129
132
130
133
$ chip-tool pairing ble-wifi 1 <SSID> <Password> 20202021 3840
131
134
132
- - User interface :
135
+ * User interface :
133
136
134
137
** Push Button 0**
135
138
@@ -145,8 +148,8 @@ Releases page on
145
148
146
149
## Group Communication (Multicast)
147
150
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
150
153
[ chip-tool documentation] ( ../../chip-tool/README.md ) _ Configuring the server
151
154
side for Group Commands_ and _ Using the Client to Send Group (Multicast) Matter
152
155
Commands_
0 commit comments