@@ -4,25 +4,25 @@ An example showing the use of CHIP on the Silicon Labs EFR32 MG12 and MG24.
4
4
5
5
<hr >
6
6
7
- - [ Matter Air Quality Sensor Example] ( #matter-air-quality-sensor-example )
8
- - [ Introduction] ( #introduction )
9
- - [ Building] ( #building )
10
- - [ Linux] ( #linux )
11
- - [ Mac OS X] ( #mac-os-x )
12
- - [ Flashing the Application] ( #flashing-the-application )
13
- - [ Viewing Logging Output] ( #viewing-logging-output )
14
- - [ Running the Complete Example] ( #running-the-complete-example )
15
- - [ Notes] ( #notes )
16
- - [ On Border Router:] ( #on-border-router )
17
- - [ On PC(Linux):] ( #on-pclinux )
18
- - [ Running RPC console] ( #running-rpc-console )
19
- - [ Memory settings] ( #memory-settings )
20
- - [ OTA Software Update] ( #ota-software-update )
21
- - [ Building options] ( #building-options )
22
- - [ Disabling logging] ( #disabling-logging )
23
- - [ Debug build / release build] ( #debug-build--release-build )
24
- - [ Disabling LCD] ( #disabling-lcd )
25
- - [ KVS maximum entry count] ( #kvs-maximum-entry-count )
7
+ - [ Matter Air Quality Sensor Example] ( #matter-air-quality-sensor-example )
8
+ - [ Introduction] ( #introduction )
9
+ - [ Building] ( #building )
10
+ - [ Linux] ( #linux )
11
+ - [ Mac OS X] ( #mac-os-x )
12
+ - [ Flashing the Application] ( #flashing-the-application )
13
+ - [ Viewing Logging Output] ( #viewing-logging-output )
14
+ - [ Running the Complete Example] ( #running-the-complete-example )
15
+ - [ Notes] ( #notes )
16
+ - [ On Border Router:] ( #on-border-router )
17
+ - [ On PC(Linux):] ( #on-pclinux )
18
+ - [ Running RPC console] ( #running-rpc-console )
19
+ - [ Memory settings] ( #memory-settings )
20
+ - [ OTA Software Update] ( #ota-software-update )
21
+ - [ Building options] ( #building-options )
22
+ - [ Disabling logging] ( #disabling-logging )
23
+ - [ Debug build / release build] ( #debug-build--release-build )
24
+ - [ Disabling LCD] ( #disabling-lcd )
25
+ - [ KVS maximum entry count] ( #kvs-maximum-entry-count )
26
26
27
27
<hr >
28
28
@@ -34,9 +34,9 @@ An example showing the use of CHIP on the Silicon Labs EFR32 MG12 and MG24.
34
34
35
35
## Introduction
36
36
37
- The EFR32 Air Quality Sensor example provides a baseline demonstration of a air quality sensor
38
- device, built using Matter and the Silicon Labs gecko SDK. It can be controlled
39
- by a Chip controller over an Openthread or Wifi network.
37
+ The EFR32 Air Quality Sensor example provides a baseline demonstration of a air
38
+ quality sensor device, built using Matter and the Silicon Labs gecko SDK. It can
39
+ be controlled by a Chip controller over an Openthread or Wifi network.
40
40
41
41
The EFR32 device can be commissioned over Bluetooth Low Energy where the device
42
42
and the Chip controller will exchange security information with the Rendez-vous
@@ -47,9 +47,9 @@ If the LCD is enabled, the LCD on the Silabs WSTK shows a QR Code containing the
47
47
needed commissioning information for the BLE connection and starting the
48
48
Rendez-vous procedure.
49
49
50
- The air quality sensor example is intended to serve both as a means to explore the
51
- workings of Matter as well as a template for creating real products based on the
52
- Silicon Labs platform.
50
+ The air quality sensor example is intended to serve both as a means to explore
51
+ the workings of Matter as well as a template for creating real products based on
52
+ the Silicon Labs platform.
53
53
54
54
## Building
55
55
0 commit comments