Skip to content

Commit b7903a4

Browse files
[PXCT-79] Nano Matter Official Launch (#2311)
* User Manual update * images update * unused assets deleted * first gif updated * Alexa gif added * Matter Gif updated * final gif updated * ArduinoBLE Added * decommission note * Temperature Sensor Tutorial * First Tutorial finished * typo * Tuto 2 initiated * codes added * V2 hardware * tutorial 2 advance * latest pinout update * Almost finished v2 * v2 ready * Initial commit * [PXCT-288][PXCT-251] Nano Matter Official - Content for launch - Product page + Technical documentation (#2290) * datasheet update * Product page updated (official) * low power note updated * Outline assets added * local datasheet added * local datasheet deleted * Block Diagram updated * Datasheet updated with latest power tree * Power tree date fixed * pinout updated * author update * interactive pinout update * Tutorials ready * YouTube videos added * YouTube videos added 2 * Julian feedback addressed * matter fan gif added * smart relay animation added * rgb light animation added * temp sensor animation added * Julian feedback applied all 4 tutorials * rephrase * Punctuation improvements Punctuation improvements * Update content/hardware/03.nano/boards/nano-matter/datasheet/datasheet.md Small update to have more context in the history of the datasheet * Grammar small improvements --------- Co-authored-by: Christopher Méndez <[email protected]>
1 parent 34af765 commit b7903a4

File tree

128 files changed

+1532
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+1532
-84
lines changed
Loading
Loading
Loading
Loading
Loading

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

+21-20
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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

12-
<p style="text-align: justify;">Expand your home automation and building management projects with the Arduino Nano Matter. This board integrates the high-performance MGM240S microcontroller from Silicon Labs and directly brings the advanced Matter standard for Internet of Things (IoT) connectivity to hobbyists and professionals. The Nano Matter's compact and sturdy build, measuring 18 mm x 45 mm, is perfect for projects that demand energy efficiency and diverse connectivity options, such as Bluetooth® Low Energy and OpenThread. Embrace the simplicity and versatility of the Nano Matter to effortlessly interface with any Matter® compatible devices and leverage the Arduino ecosystem's wide range of peripherals and inputs/outputs to enhance your device connectivity and project capabilities.</p>
12+
<p style="text-align: justify;">Expand your home automation and building management projects with the Arduino Nano Matter. This board integrates the high-performance MGM240S microcontroller from Silicon Labs and directly brings the advanced Matter standard for Internet of Things (IoT) connectivity to hobbyists and professionals. The Nano Matter's compact and sturdy build, measuring 18 mm x 45 mm, is perfect for projects that demand energy efficiency and diverse connectivity options, such as Bluetooth® Low Energy and OpenThread. Embrace the simplicity and versatility of the Nano Matter to effortlessly interface with any Matter® compatible devices and leverage the Arduino ecosystem's wide range of peripherals and inputs/outputs to enhance your device connectivity and project capabilities. </p>
1313

1414
# Target Areas
1515

@@ -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.
@@ -172,7 +172,7 @@ If you want to program your Nano Matter offline, install the Arduino Desktop IDE
172172

173173
### Getting Started - Arduino Cloud Editor
174174

175-
All Arduino devices work out of the box on the Arduino CLoud Editor **[2]** by installing a simple plugin. The Arduino Cloud Editor is hosted online. Therefore, it will always be up-to-date with all the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device.
175+
All Arduino devices work out of the box on the Arduino Cloud Editor **[2]** by installing a simple plugin. The Arduino Cloud Editor is hosted online. Therefore, it will always be up-to-date with all the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device.
176176

177177
### Getting Started - Arduino Cloud
178178

@@ -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 | Official launch 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

+2-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<FeatureDescription>
22

3-
The Nano Matter uses Silicon Labs's powerful [MGM240S](https://www.silabs.com/documents/public/data-sheets/mgm240s-datasheet.pdf) chip, making the popular IoT connectivity standard, Matter®, more accessible in Maker and Professional applications. Its versatile connectivity options, including Bluetooth® Low Energy and Openthread, make it ideal for projects requiring low-power efficiency and broad connectivity.
3+
The Nano Matter uses Silicon Labs's powerful [MGM240S](https://www.silabs.com/documents/public/data-sheets/mgm240s-datasheet.pdf) chip; making the popular IoT connectivity standard Matter® more accessible in Maker and Professional applications. Its versatile connectivity options, including Bluetooth® Low Energy and Openthread, make it ideal for projects requiring low-power efficiency and broad connectivity.
44

55
Thanks to the Nano Matter and its small form factor, you can easily prototype new Matter devices, expanding your home automation and professional IoT implementations to the next level.
66

@@ -47,16 +47,9 @@
4747
With a length of 45 mm and a width of 18 mm, the Nano Matter maintains a tiny footprint of the well-known Nano family, allowing easy upgrades for existing projects.
4848
</Feature>
4949

50-
<Feature title="Secure Vault technology enabled" image="crypto-chip">
50+
<Feature title="Secure Vault technology-enabled" image="crypto-chip">
5151
Protect your project with the industry-leading suite of security features from Silicon Labs escalating Internet of Things (IoT) threats.
5252
</Feature>
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)