Skip to content

Commit c923e3d

Browse files
authored
Merge 470831f into 4fb7719
2 parents 4fb7719 + 470831f commit c923e3d

31 files changed

+381
-32
lines changed
Loading
Loading
Loading
Loading
Loading

content/hardware/03.nano/boards/nano-matter/datasheet/datasheet.md

+19-18
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
identifier: ABX00112
33
title: Arduino® Nano Matter
44
type: maker
5-
author: José Bagur
5+
author: José Bagur, Christopher Méndez
66
---
77

8-
![](assets/Nano_Matter_Top_View.png)
8+
![](assets/Nano-Matter_Top.png)
99

1010
# Description
1111

@@ -53,7 +53,7 @@ The main features are highlighted in the table shown below.
5353
| Connectivity | 802.15.4 Thread, Bluetooth® Low Energy 5.3, and Bluetooth® Mesh |
5454
| Security | Secure Vault® from Silicon Labs |
5555
| USB Connectivity | USB-C® port for power and data |
56-
| Power Supply | Various options for easily powering the board: USB-C® port and external power supply connected through the board's Nano-styled header connector pins (IN5V, VIN) |
56+
| Power Supply | Various options for easily powering the board: USB-C® port and external power supply connected through the board's Nano-styled header connector pins (5V, VIN) |
5757
| Analog Peripherals | 12-bit ADC (x20), up to 12-bit DAC (x4) |
5858
| Digital Peripherals | GPIO (x22 - All exposed I/O can be used as digital), UART (x2), I2C (x2), SPI (x2), PWM (x22) with a maximum of 5 simultaneously operational channels |
5959
| Debugging | JTAG/SWD debug port (accessible through the board's test pads) |
@@ -86,14 +86,13 @@ The table below provides a comprehensive guideline for the optimal use of the Na
8686
<div style="text-align:center;">
8787

8888
| **Parameter** | **Symbol** | **Min** | **Typ** | **Max** | **Unit** |
89-
|:--------------------------------:|:---------------:|:-------:|:-------:|:-------:|:--------:|
90-
| USB Supply Input Voltage | V<sub>USB</sub> | - | 5.0 | - | V |
91-
| Supply Input Voltage<sup>1</sup> | V<sub>IN</sub> | - | 5.0 | 5.5 | V |
89+
| :------------------------------: | :-------------: | :-----: | :-----: | :-----: | :------: |
90+
| Input voltage from USB connector | V<sub>USB</sub> | 4.8 | 5.0 | 5.5 | V |
91+
| Input voltage from VIN pad | V<sub>IN</sub> | 6 | 7.0 | 21 | V |
9292
| Operating Temperature | T<sub>OP</sub> | -40 | - | 85 | °C |
9393

9494
</div>
9595

96-
<sup>1</sup> Nano Matter powered through the IN5V pin (+5 VDC).
9796

9897
### Power Consumption
9998

@@ -106,10 +105,10 @@ The table below summarizes the power consumption of the Nano Matter in different
106105
| Typical Mode Current Consumption² | I<sub>NM</sub> | - | 16 | - | mA |
107106

108107

109-
<sup>2</sup> Nano Matter powered through the IN5V pin (+5 VDC), running a Matter color lightbulb example.
108+
<sup>2</sup> Nano Matter powered through the 5V pin (+5 VDC), running a Matter color lightbulb example.
110109

111110
<div style="background-color: #FFFFE0; border-left: 6px solid #FFD700; margin: 20px 0; padding: 15px;">
112-
To use the Nano Matter in <strong>low-power mode</strong>, the board must be powered through the <strong>pin IN5V</strong>.
111+
To use the Nano Matter in <strong>low-power mode</strong>, the board must be powered through the <strong>pin 3.3V</strong>.
113112
</div>
114113

115114

@@ -125,15 +124,15 @@ The core of the Nano Matter is the MGM240SD22VNA microcontroller from Silicon La
125124

126125
The Nano-styled header connectors pinout is shown in the figure below.
127126

128-
![](assets/Nano_Matter_Pinout.png)
127+
![](assets/Nano_Matter_Pinout_2.png)
129128

130129
<div style="page-break-after: always;"></div>
131130

132131
### Block Diagram
133132

134133
An overview of the high-level architecture of the Nano Matter is illustrated in the figure below.
135134

136-
![](assets/Nano_Matter_Block_Diagram.png)
135+
![](assets/Nano_Matter_Block_Diagram-v2.png)
137136

138137
<div style="page-break-after: always;"></div>
139138

@@ -144,11 +143,12 @@ An overview of the high-level architecture of the Nano Matter is illustrated in
144143
The Nano Matter can be powered through one of the following interfaces:
145144

146145
- **Onboard USB-C® port**: Provides a convenient way to power the board using standard USB-C® cables and adapters.
147-
- **External +5 VDC power supply**: This can be connected to the IN5V pin or the VIN pin of the Nano-styled header connector. For the VIN pin, ensure the VIN jumper is shorted to enable the power supply.
146+
- **VIN pad**: Applying 6 to 21 VDC to the VIN pin of the Nano-styled header connector.
147+
- **5V pad**: Applying +5 VDC to the 5V pin of the Nano-styled header connector.
148148

149149
A detailed figure below illustrates the power options available on the Nano Matter and the main system power architecture.
150150

151-
![](assets/Nano_Matter_Power_Tree.png)
151+
![](assets/Nano_Matter_Power_Tree_2.png)
152152

153153
<div style="background-color: #FFFFE0; border-left: 6px solid #FFD700; margin: 20px 0; padding: 15px;">
154154
<strong>Low-Power Tip:</strong> For power efficiency, safely cut the LED jumper and connect an external +3.3 VDC power supply to the board's 3V3 pin. This configuration does not power the board's USB bridge.
@@ -360,8 +360,9 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
360360

361361
## Document Revision History
362362

363-
| **Date** | **Revision** | **Changes** |
364-
|:----------:|:------------:|:-------------------------:|
365-
| 05/09/2024 | 3 | Cloud Editor updated from Web Editor |
366-
| 07/05/2024 | 2 | Board update |
367-
| 21/03/2024 | 1 | Community Preview Release |
363+
| **Date** | **Revision** | **Changes** |
364+
| :--------: | :----------: | :-----------------------------------------: |
365+
| 14/11/2024 | 4 | Board revision and power information update |
366+
| 05/09/2024 | 3 | Cloud Editor updated from Web Editor |
367+
| 07/05/2024 | 2 | Board update |
368+
| 21/03/2024 | 1 | Community Preview Release |
Binary file not shown.
Binary file not shown.
Binary file not shown.

content/hardware/_unlisted/boards/nano-matter/features.md renamed to content/hardware/03.nano/boards/nano-matter/features.md

-7
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,3 @@
5353

5454

5555
</FeatureList>
56-
57-
<FeatureDescription>
58-
<br></br>
59-
60-
**Legal notice**: This Community Preview Product is provided "as is" and we make no express or implied warranties whatsoever with respect to its functionality, operability, or use, including, without limitation, any implied warranties of merchantability, fitness for a particular purpose, or infringement. We expressly disclaim any liability whatsoever for any direct, indirect, consequential, incidental or special damages, including, without limitation, lost revenues, lost profits, losses resulting from business interruption or loss of data, regardless of the form of action or legal theory under which the liability may be asserted, even if advised of the possibility or likelihood of such damages.
61-
62-
</FeatureDescription>

0 commit comments

Comments
 (0)