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/02.getting-started-matter-display/getting-started-matter-display.md
+22-11
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ difficulty: beginner
10
10
11
11
## Overview
12
12
13
-
The Nano Matter Display is a development kit for the Nano Matter that features an extension board from Pervasive Displays. It includes a 2.9 inches (384x168 resolution) E-ink monochrome high-definition display, a temperature and humidity sensor, a 3-axis accelerometer and an addressable RGB LED.
13
+
The [Nano Matter Display](https://www.pervasivedisplays.com/product/epdk-matter/) is a development kit for the Nano Matter that features an extension board from [Pervasive Displays](https://www.pervasivedisplays.com/). It includes a [2.9 inches (384x168 resolution) E-ink monochrome high-definition display](https://www.pervasivedisplays.com/product/2-9-e-ink-displays/), a temperature and humidity sensor, a 3-axis accelerometer and an addressable RGB LED.
14
14
15
15

16
16
@@ -36,28 +36,28 @@ The Nano Matter Display has been created to be used along the Arduino Nano Matte
36
36
-[Arduino IDE](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor)
37
37
-[Silicon Labs boards package](https://github.com/SiliconLabs/arduino) (to support the Nano Matter within the Arduino IDE)
38
38
39
-
### Pervasive Displays EXT4 Official Documentation
39
+
### Pervasive Displays EPDK-Matter Official Documentation
40
40
41
-
To learn more about the EXT4 Development Kit read the Pervasive Displays [documentation](https://docs.pervasivedisplays.com/epd-usage/development-kits/ext4).
41
+
To learn more about the EPDK-Matter Development Kit read the Pervasive Displays [documentation](https://docs.pervasivedisplays.com/epd-usage/development-kits/ext4).
The Nano Matter Display include the following features:
47
+
The [Nano Matter Display](https://www.pervasivedisplays.com/product/epdk-matter/) include the following features:
48
48
49
-
-**E-ink display:** a 2.9 inches (384x168) E-ink monochrome high-definition display with a wide temperature working range and fast update.
49
+
-**[E-ink display:](https://www.pervasivedisplays.com/product/2-9-e-ink-displays/)** a 2.9 inches (384x168) E-ink monochrome high-definition display with a wide temperature working range and fast update.
50
50
-**RGB LED:** a WS2813C addressable RGB LED for visual status feedback.
51
51
-**3-axis accelerometer:** a MEMS digital output motion sensor (LIS2DH12).
52
52
-**Temperature and humidity sensor:** a HDC2080 Low-Power humidity and temperature digital sensor.
53
-
-**Flexible power options:** can be powered by a pair of CR2032 3V batteries or through the USB connector of the Arduino Nano.
53
+
-**Flexible power options:** can be powered by a pair of CR2450 3V batteries or through the USB connector of the Arduino Nano.
54
54
55
55
## Nano Matter Display Kit Assembly
56
56
57
-
In the Nano Matter Display kit you will find the following parts:
57
+
In the [Nano Matter Display kit](https://www.pervasivedisplays.com/product/epdk-matter/) you will find the following parts:
-[Pervasive Displays EPD Extension Kit Gen 4 (EXT4)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-4-ext4/).
61
61
- Pervasive Displays EXT4-to-Nano adapter.
62
62
- Brass spacer standoffs (x4).
63
63
- M3 nuts for the standoffs (x4).
@@ -871,11 +871,11 @@ With the Weather Station properly commissioned, now you can deploy it on an inte
871
871
872
872
## Nano Matter Display Sensors and Actuators
873
873
874
-
In the following sections we are going to highlight some of the Nano Matter Display main features and learn how to use them.
874
+
In the following sections we are going to highlight some of the [Nano Matter Display](https://www.pervasivedisplays.com/product/epdk-matter/) main features and learn how to use them.
875
875
876
876
### E-Ink Display
877
877
878
-
The API basic functions to control the E-ink display are shown below.
878
+
The API basic functions to control the [E-ink display](https://www.pervasivedisplays.com/product/2-9-e-ink-displays/) are shown below.
879
879
880
880
- Define the screen object using the Pervasive Displays class and initialize it:
881
881
@@ -1285,6 +1285,17 @@ After uploading the example sketch you will be able to monitor the environment t
1285
1285
1286
1286

1287
1287
1288
+
## Where to Buy
1289
+
1290
+
You can buy the Nano Matter Display Kit directly from the [Pervasive Displays](https://www.pervasivedisplays.com/) official store referenced below:
-[EPD Extension Kit Gen 4 (EXT4)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-4-ext4/)
1298
+
1288
1299
## Conclusion
1289
1300
1290
1301
In this tutorial you learned how to use the Nano Matter Display expansion kit, leveraging all its features like the E-ink screen to display high-contrast graphics with a low power consumption on 2.9" 384x168 resolution. Features like the built-in RGB LED, the 3-axis accelerometer and the temperature and humidity sensor were explained.
0 commit comments