Skip to content

Commit 226301f

Browse files
committed
instructions start
1 parent 71d4a36 commit 226301f

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

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

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,46 @@ tags: [Matter, E-Ink, Display]
99

1010
## Overview
1111

12-
The Nano Matter Display is an evaluation kit for the Nano Matter that features an extension board from Pervasive Displays. It includes a 2.9 inches (384x168) E-ink monochrome high-definition display, a temperature and humidity sensor, a three axes accelerometer and an addressable RGB LED.
12+
The Nano Matter Display is an evaluation kit for the Nano Matter that features an extension board from Pervasive Displays. It includes a 2.9 inches (384x168) E-ink monochrome high-definition display, a temperature and humidity sensor, a 3-axis accelerometer and an addressable RGB LED.
13+
14+
![thumbnail]()
1315

1416
These features are meant to be leveraged with the Arduino Nano Matter to extend the board capabilities and allow the user to create interesting and useful applications around the E-ink display.
1517

1618
## Goals
1719

18-
- Learn how to use the Nano Matter Display and all it's features
20+
- Learn how to use the Nano Matter Display and all its features
1921
- Learn how to develop a Matter application using the Nano Matter Display
2022

2123
## Required Hardware and Software
2224

25+
![Nano Matter Display Hardware]()
26+
2327
### Hardware Requirements
2428

29+
- [Arduino Nano Matter](https://store.arduino.cc/products/nano-matter) (x1)
30+
- Nano Matter Display extension board (x1)
31+
- [USB Type-C® Cable](https://store.arduino.cc/products/usb-cable2in1-type-c) (x1)
32+
2533
### Software Requirements
2634

35+
- [Arduino IDE 2](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor)
36+
- [Silicon Labs boards package](https://github.com/SiliconLabs/arduino) (to support the Nano Matter within the Arduino IDE)
37+
2738
## Instructions
2839

2940
### Nano Matter Display Main Features
3041

42+
![Nano Matter Hardware Overview]()
43+
44+
The Nano Matter Display include the following features:
45+
46+
- **E-ink display:** a 2.9 inches (384x168) E-ink monochrome high-definition display with a wide temperature working range and fast update.
47+
- **RGB LED:** a WS2813C addressable RGB LED for visual status feedback.
48+
- **3-axis accelerometer:** a MEMS digital output motion sensor (LIS2DH12).
49+
- **Temperature and humidity sensor:** a HDC2080 Low-Power humidity and temperature digital sensor.
50+
- **Flexible power options:** can be powered by a pair of CR2032 3V batteries or through the USB connector of the Arduino Nano.
51+
3152
### Nano Matter Display Kit Assembly
3253

3354
### Configuring the Development Environment

0 commit comments

Comments
 (0)