Skip to content

Commit d5123a7

Browse files
committed
Library Installation
1 parent c0c1364 commit d5123a7

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed
2.29 MB
Loading
1.63 MB
Loading
831 KB
Loading

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

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These features are meant to be leveraged with the Arduino Nano Matter to extend
2222

2323
## Required Hardware and Software
2424

25-
![Nano Matter Display Hardware]()
25+
![Nano Matter Display Hardware](assets/hardware.jpg)
2626

2727
### Hardware Requirements
2828

@@ -39,7 +39,7 @@ These features are meant to be leveraged with the Arduino Nano Matter to extend
3939

4040
### Nano Matter Display Main Features
4141

42-
![Nano Matter Hardware Overview]()
42+
![Nano Matter Hardware Overview](assets/features-c2.jpg)
4343

4444
The Nano Matter Display include the following features:
4545

@@ -61,12 +61,24 @@ In the Nano Matter Display kit you will find the following parts:
6161
- Plastic washers (x4).
6262
- Acrylic sheet to protect the display (x1).
6363

64+
Follow the next animation for the assembly steps:
6465

66+
![Nano Matter Display Assembly](assets/assembly-animation.gif)
6567

6668
### Configuring the Development Environment
6769

70+
To start using the Nano Matter Display we first need to install some basic dependencies for the Arduino IDE.
71+
6872
#### Library Installation
6973

74+
Download the following libraries:
75+
76+
- `PDLS_EXT4_Basic_Matter.h`: enables support for Pervasive Displays extension board to control the E-ink display and every other features. Download it from this [repository](https://github.com/rei-vilo/PDLS_EXT4_Basic_Matter).
77+
78+
- `qrcode.h`: allows you to create QR codes to then be displayed on the E-ink display. You can install it from the Library Manager on the Arduino IDE or from its [repository](https://github.com/ricmoo/qrcode/).
79+
80+
***Follow these guides to learn more about library installation process ([Library Manager](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library/), [.zip install](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/))***
81+
7082
## Matter Weather Station
7183

7284
### Upload the Example Sketch

0 commit comments

Comments
 (0)