Skip to content

Commit 26776c6

Browse files
Nano matter community version pp
1 parent be862bd commit 26776c6

17 files changed

+875
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
hardware:
2+
carriers:
3+
- nano-screw-terminal-adapter
4+
software:
5+
- arduino-ide
6+
- arduino-cli
7+
- cloud-editor
8+
- iot-cloud

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

Lines changed: 367 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<EssentialsColumn title="First Steps">
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v2/tutorials/ide-v2-board-manager">
3+
All you need to know to get started with your new Arduino board.
4+
</EssentialElement>
5+
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
6+
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
7+
</EssentialElement>
8+
</EssentialsColumn>
9+
10+
<EssentialsColumn title="Suggested Libraries">
11+
<EssentialElement title="Silicon Labs Arduino Core" type="library" link="https://github.com/SiliconLabs/arduino">
12+
The Silicon Labs Arduino Core enables hardware built with Silicon Labs systems to be used with the Arduino ecosystem.
13+
</EssentialElement>
14+
</EssentialsColumn>
15+
16+
<EssentialsColumn title="Arduino Basics">
17+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
18+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
19+
</EssentialElement>
20+
<EssentialElement title="Learn" type="resource" link="/learn/">
21+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
22+
</EssentialElement>
23+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
24+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
25+
</EssentialElement>
26+
</EssentialsColumn>
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<FeatureDescription>
2+
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.
4+
5+
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.
6+
7+
</FeatureDescription>
8+
9+
<FeatureList>
10+
<Feature title="Matter® Ready" image="core">
11+
Create, connect, and communicate with Matter® compatible devices using Arduino as the software layer for rapid prototyping.
12+
<FeatureWrapper>
13+
<FeatureLink title="Matter Specification" url="https://csa-iot.org/all-solutions/matter/" download blank/>
14+
</FeatureWrapper>
15+
</Feature>
16+
17+
<Feature title="OpenThread" image="communication">
18+
Nano Matter uses Thread for IoT mesh networking communication in a highly compact form factor.
19+
<FeatureWrapper>
20+
<FeatureLink title="OpenThread" url="https://openthread.io/" download blank/>
21+
</FeatureWrapper>
22+
</Feature>
23+
24+
<Feature title="MGM240SD22VNA 32-bit Arm® Cortex®-M33" image="mcu">
25+
The Nano Matter integrates MGM240SD22VNA, boasting a 32-bit Arm® Cortex®-M33 processor optimized for complex calculations and signal processing in power-sensitive IoT applications.
26+
<FeatureWrapper>
27+
<FeatureLink title="Datasheet" url="https://www.silabs.com/documents/public/data-sheets/mgm240s-datasheet.pdf" download blank/>
28+
</FeatureWrapper>
29+
</Feature>
30+
31+
<Feature title="Bluetooth® connectivity" image="bluetooth">
32+
Leverage dual-mode connectivity, integrating both IEEE 802.15.4 (Thread) for mesh networking and Bluetooth® Low Energy for short-range communication.
33+
<FeatureWrapper>
34+
<FeatureLink title="Bluetooth®" url="https://www.bluetooth.com/" download blank/>
35+
</FeatureWrapper>
36+
</Feature>
37+
38+
<Feature title="Debugging over USB" image="usb">
39+
No external debugging device is needed. Connect the board to the computer over USB and have access to a SWD interface.
40+
</Feature>
41+
42+
<Feature title="Low power consumption" image="power">
43+
The Nano Matter has been designed as an ultra-low power board, being the perfect solution for IoT battery-powered applications.
44+
</Feature>
45+
46+
<Feature title="Tiny footprint" image="nano-form-factor">
47+
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.
48+
</Feature>
49+
50+
<Feature title="Secure Vault technology-enabled" image="crypto-chip">
51+
Protect your project with the industry-leading suite of security features from Silicon Labs escalating Internet of Things (IoT) threats.
52+
</Feature>
53+
54+
55+
</FeatureList>

0 commit comments

Comments
 (0)