Skip to content

Commit c4209b5

Browse files
committed
matter sections ready
1 parent 3e937d7 commit c4209b5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed
341 KB
Loading
2.34 MB
Loading
1.13 MB
Loading

content/hardware/03.nano/boards/nano-matter/tutorials/getting-started-matter-display/getting-started-matter-display.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Download the following libraries:
8989

9090
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**.
9191

92-
![RGB Lightbulb Thumbnail](assets/led-rgb.jpg)
92+
![RGB Lightbulb Overview](assets/led-rgb.jpg)
9393

9494
***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).***
9595

@@ -460,7 +460,7 @@ Using the Nano Matter Display will allow you to enjoy the following new features
460460

461461
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_.
462462

463-
![Code uploading image](assets/upload.png)
463+
![RGB example code upload](assets/upload.png)
464464

465465
### Commissioning the Matter RGB Lightbulb and Final Test
466466

@@ -480,7 +480,7 @@ See the following video that shows the whole process with the Amazon Alexa app.
480480

481481
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.
482482

483-
![RGB Lightbulb Thumbnail]()
483+
![Weather Station Overview](assets/weather-c.jpg)
484484

485485
***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).***
486486

@@ -491,7 +491,6 @@ Download the following library:
491491
The following code is based on the **Pervasive Displays** example included in the library called **EXT4_Matter_Weather**:
492492

493493
```arduino
494-
495494
#include <Matter.h>
496495
#include <MatterTemperature.h>
497496
#include <MatterHumidity.h>
@@ -825,7 +824,7 @@ Some of the code main functions will be briefly explained below:
825824

826825
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_.
827826

828-
![Code uploading image]()
827+
![Weather example code upload](assets/code-2.png)
829828

830829
### Commissioning the Matter Weather Station and Final Test
831830

@@ -835,7 +834,7 @@ Once the code is uploaded, the display will show the commissioning steps alongsi
835834

836835
With the Weather Station properly commissioned, now you can deploy it on an interesting place at home to monitor.
837836

838-
![Weather Station Deployment at home]()
837+
![Weather Station Deployment at home](assets/living-2.gif)
839838

840839
## Nano Matter Display Sensors and Actuators
841840

0 commit comments

Comments
 (0)