You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/03.nano/boards/nano-matter/tutorials/getting-started-matter-display/getting-started-matter-display.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Download the following libraries:
89
89
90
90
In order to quickly understand the product capabilities we are going to jump straight to a hands-on section based on the [RGB Lightbulb example](https://docs.arduino.cc/tutorials/nano-matter/user-manual/#matter) showcased in the **Nano Matter User Manual**.
91
91
92
-

92
+

93
93
94
94
***As this examples uses the Matter network you will need a __Thread Border Router__ to replicate it. See the supported ones on the [Matter section of the Nano Matter User Manual](https://docs.arduino.cc/tutorials/nano-matter/user-manual/#matter).***
95
95
@@ -460,7 +460,7 @@ Using the Nano Matter Display will allow you to enjoy the following new features
460
460
461
461
In the Arduino IDE select the **Arduino Nano Matter** inside the _Silicon Labs_ board package and make sure the **Protocol Stack** is set to _Matter_.
462
462
463
-

463
+

464
464
465
465
### Commissioning the Matter RGB Lightbulb and Final Test
466
466
@@ -480,7 +480,7 @@ See the following video that shows the whole process with the Amazon Alexa app.
480
480
481
481
As another hands-on application, we are going to create a **weather station** using our Matter Display that measures `temperature` and `relative humidity` at the same time of showing it on the screen and sharing the measurements with our preferred personal assistant.
482
482
483
-
![RGB Lightbulb Thumbnail]()
483
+

484
484
485
485
***As this examples uses the Matter network you will need a __Thread Border Router__ to replicate it. See the supported ones on the [Matter section of the Nano Matter User Manual](https://docs.arduino.cc/tutorials/nano-matter/user-manual/#matter).***
486
486
@@ -491,7 +491,6 @@ Download the following library:
491
491
The following code is based on the **Pervasive Displays** example included in the library called **EXT4_Matter_Weather**:
492
492
493
493
```arduino
494
-
495
494
#include <Matter.h>
496
495
#include <MatterTemperature.h>
497
496
#include <MatterHumidity.h>
@@ -825,7 +824,7 @@ Some of the code main functions will be briefly explained below:
825
824
826
825
In the Arduino IDE select the **Arduino Nano Matter** inside the _Silicon Labs_ board package and make sure the **Protocol Stack** is set to _Matter_.
827
826
828
-
![Code uploading image]()
827
+

829
828
830
829
### Commissioning the Matter Weather Station and Final Test
831
830
@@ -835,7 +834,7 @@ Once the code is uploaded, the display will show the commissioning steps alongsi
835
834
836
835
With the Weather Station properly commissioned, now you can deploy it on an interesting place at home to monitor.
837
836
838
-
![Weather Station Deployment at home]()
837
+

0 commit comments