Skip to content

Commit 9428a65

Browse files
committed
YouTube videos added
1 parent 3dc05a5 commit 9428a65

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed
35.7 KB
Loading

content/hardware/03.nano/boards/nano-matter/tutorials/matter-fan/content.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This tutorial will teach you how to create a Matter fan for keeping you cool.
2727

2828
Thanks to the seamless compatibility of the Nano Matter with almost any Matter network we can easily integrate our fan with Amazon Alexa, Google Assistant, Apple Home, Home Assistant and even custom assistants.
2929

30+
We have prepared a short demo in video format in case you are a visual learner.
31+
32+
<iframe width="100%" height="480" src="https://www.youtube.com/embed/AiFm4T9EfnA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
33+
3034
## Hardware and Software Requirements
3135
### Hardware Requirements
3236

@@ -43,6 +47,12 @@ Thanks to the seamless compatibility of the Nano Matter with almost any Matter n
4347
- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor)
4448
- [Google Home App](https://home.google.com/get-app/)
4549

50+
### Download the Project Code
51+
52+
[![ ](assets/download.png)](assets/matter_fan.zip)
53+
54+
Download the complete project code [here](assets/matter_fan.zip).
55+
4656
### Board Core and Libraries
4757

4858
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
35.7 KB
Loading

content/hardware/03.nano/boards/nano-matter/tutorials/matter-relay-lightbulb/content.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This tutorial will teach you how to create a Matter smart relay to control an AC
2727

2828
Thanks to the seamless compatibility of the Nano Matter with almost any Matter network we can easily integrate our smart relay with Amazon Alexa, Google Assistant, Apple Home, Home Assistant and even custom assistants.
2929

30+
We have prepared a short demo in video format in case you are a visual learner.
31+
32+
<iframe width="100%" height="480" src="https://www.youtube.com/embed/8w-XDghqdEw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
33+
3034
## Hardware and Software Requirements
3135
### Hardware Requirements
3236

@@ -45,6 +49,12 @@ Thanks to the seamless compatibility of the Nano Matter with almost any Matter n
4549
- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor)
4650
- [Google Home App](https://home.google.com/get-app/)
4751

52+
### Download the Project Code
53+
54+
[![ ](assets/download.png)](assets/matter_smart_relay.zip)
55+
56+
Download the complete project code [here](assets/matter_smart_relay.zip).
57+
4858
### Board Core and Libraries
4959

5060
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
35.7 KB
Loading

content/hardware/03.nano/boards/nano-matter/tutorials/matter-rgb-light/content.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This tutorial will teach you how to create a Matter RGB Lightbulb to light up an
2727

2828
Thanks to the seamless compatibility of the Nano Matter with almost any Matter network we can easily integrate our RGB light with Amazon Alexa, Google Assistant, Apple Home, Home Assistant and even custom assistants.
2929

30+
We have prepared a short demo in video format in case you are a visual learner.
31+
32+
<iframe width="100%" height="480" src="https://www.youtube.com/embed/OsZ8-_djK9c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
33+
3034
## Hardware and Software Requirements
3135
### Hardware Requirements
3236

@@ -43,6 +47,12 @@ Thanks to the seamless compatibility of the Nano Matter with almost any Matter n
4347
- [Amazon Alexa](https://www.amazon.com/Alexa-App/b?ie=UTF8&node=18354642011)
4448
- [Seeed_RGB_LED_Matrix](https://github.com/Seeed-Studio/Seeed_RGB_LED_Matrix) library to control the RGB LED matrix. You can install it as .ZIP using the Arduino IDE.
4549

50+
### Download the Project Code
51+
52+
[![ ](assets/download.png)](assets/matter_rgb_light.zip)
53+
54+
Download the complete project code [here](assets/matter_rgb_light.zip).
55+
4656
### Board Core and Libraries
4757

4858
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
35.7 KB
Loading

content/hardware/03.nano/boards/nano-matter/tutorials/matter-temp-sensor/content.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ This tutorial will teach you how to create a Matter sensor to monitor your room
2626

2727
Thanks to the seamless compatibility of the Nano Matter with almost any Matter network we can easily integrate our sensor with Amazon Alexa, Google Assistant, Apple Home, Home Assistant and even custom assistants.
2828

29+
We have prepared a short demo in video format in case you are a visual learner.
30+
31+
<iframe width="100%" height="480" src="https://www.youtube.com/embed/kYcF_HjyLeg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
32+
2933
## Hardware and Software Requirements
3034
### Hardware Requirements
3135

@@ -44,6 +48,12 @@ Thanks to the seamless compatibility of the Nano Matter with almost any Matter n
4448
- [U8g2](https://github.com/olikraus/u8g2) library to control the OLED display. You can install it from the Arduino IDE library manager.
4549
- [DHT](https://github.com/mcmchris/DHT-sensor-library/tree/patch-1) library. Download from this [branch](https://github.com/mcmchris/DHT-sensor-library/tree/patch-1) so it supports the Nano Matter.
4650

51+
### Download the Project Code
52+
53+
[![ ](assets/download.png)](assets/matter_temperature_sensor.zip)
54+
55+
Download the complete project code [here](assets/matter_temperature_sensor.zip).
56+
4757
### Board Core and Libraries
4858

4959
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:

0 commit comments

Comments
 (0)