Skip to content

Commit 3a0580e

Browse files
committed
references to store added
1 parent ab4ec7b commit 3a0580e

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

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

+22-11
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ difficulty: beginner
1010

1111
## Overview
1212

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.
1414

1515
![Nano Matter Display](assets/living-2.gif)
1616

@@ -36,28 +36,28 @@ The Nano Matter Display has been created to be used along the Arduino Nano Matte
3636
- [Arduino IDE](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor)
3737
- [Silicon Labs boards package](https://github.com/SiliconLabs/arduino) (to support the Nano Matter within the Arduino IDE)
3838

39-
### Pervasive Displays EXT4 Official Documentation
39+
### Pervasive Displays EPDK-Matter Official Documentation
4040

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).
4242

4343
## Nano Matter Display Main Features
4444

4545
![Nano Matter Hardware Overview](assets/features-c2.jpg)
4646

47-
The Nano Matter Display include the following features:
47+
The [Nano Matter Display](https://www.pervasivedisplays.com/product/epdk-matter/) include the following features:
4848

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.
5050
- **RGB LED:** a WS2813C addressable RGB LED for visual status feedback.
5151
- **3-axis accelerometer:** a MEMS digital output motion sensor (LIS2DH12).
5252
- **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.
5454

5555
## Nano Matter Display Kit Assembly
5656

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:
5858

59-
- E-ink display (2.9" 384x168).
60-
- Pervasive Displays EPD extension board (Gen 4).
59+
- [E-ink display (2.9" 384x168)](https://www.pervasivedisplays.com/product/2-9-e-ink-displays/).
60+
- [Pervasive Displays EPD Extension Kit Gen 4 (EXT4)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-4-ext4/).
6161
- Pervasive Displays EXT4-to-Nano adapter.
6262
- Brass spacer standoffs (x4).
6363
- M3 nuts for the standoffs (x4).
@@ -871,11 +871,11 @@ With the Weather Station properly commissioned, now you can deploy it on an inte
871871

872872
## Nano Matter Display Sensors and Actuators
873873

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.
875875

876876
### E-Ink Display
877877

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.
879879

880880
- Define the screen object using the Pervasive Displays class and initialize it:
881881

@@ -1285,6 +1285,17 @@ After uploading the example sketch you will be able to monitor the environment t
12851285

12861286
![Temperature and Humidity](assets/weather-c.jpg)
12871287

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:
1291+
1292+
- [Nano Matter Display Kit](https://www.pervasivedisplays.com/product/epdk-matter/)
1293+
1294+
You can also buy some kit main components separately.
1295+
1296+
- [2.9" E-ink display](https://www.pervasivedisplays.com/product/2-9-e-ink-displays/)
1297+
- [EPD Extension Kit Gen 4 (EXT4)](https://www.pervasivedisplays.com/product/epd-extension-kit-gen-4-ext4/)
1298+
12881299
## Conclusion
12891300

12901301
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

Comments
 (0)