Skip to content

Commit ab111ce

Browse files
committed
Important changes regarding tittle and datasheet warnings and tables
1 parent 574812a commit ab111ce

17 files changed

+524
-0
lines changed
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+
- web-editor
8+
- iot-cloud
Loading
Loading
Loading
Loading
Loading
Loading

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

+367
Large diffs are not rendered by default.
Binary file not shown.
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>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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>
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>

content/hardware/03.nano/boards/nano-matter/image.svg

+2
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Nano Matter Community Preview
3+
url_shop: https://arduino.to/nano-matter
4+
primary_button_url: /tutorials/nano-matter/user-manual/
5+
primary_button_title: User Manual
6+
sku: [ABX00112]
7+
core: arduino:mbed_nano
8+
---
9+
10+
**[Community Preview]**
11+
12+
The Arduino Nano Matter combines Arduino's user-friendly approach with the powerful MGM240S technology from Silicon Labs. This enables Makers and Professionals to work with **[Matter®](https://csa-iot.org/all-solutions/matter/)**, the popular standard for IoT devices, taking advantage of the Nano's low-power and compact design.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here you will find the technical specifications for the Arduino® Nano Matter.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Board:
2+
Name: Arduino® Nano Matter
3+
SKU: ABX00112
4+
Microprocessor: MGM240SD22VNA 32-bit Arm® Cortex®-M33 with DSP instruction and FPU
5+
Clock speed: 78 MHz
6+
USB connector: USB-C®
7+
Pins:
8+
Digital I/O Pins: 14
9+
Analog input pins: 8
10+
PWM pins: 5
11+
UART pins: 4
12+
I2C pins: 2
13+
SPI pins: 4
14+
Connectivity:
15+
Matter: Matter-ready Smart Home Connectivity
16+
LR-WPANs: IEEE 802.15.4 w/ Thread
17+
Bluetooth®: Bluetooth® 5.3 & Bluetooth® Mesh
18+
Additional Compatible Protocols: OpenThread
19+
Connectivity Band Frequency: On-board 2.4 GHz
20+
Secure element: Secure Vault
21+
Analog-to-digital converter (ADC):
22+
Channels: 8
23+
Resolution: 16 bits
24+
Digital-to-analog converter (DAC):
25+
Channels: 1
26+
Resolution: 12 bits
27+
Pulse Width Modulation (PWM):
28+
Channels: 5
29+
Maximum simultaneously operational channel: 5
30+
External Interrupts: Available within all Digital pins
31+
Communication:
32+
UART: 1
33+
I2C: 1
34+
SPI: 1
35+
Power:
36+
Circuit operating voltage: 3.3 V
37+
Input voltage (VIN): 5 V
38+
Source Current per I/O Pin: 40 mA
39+
Sink Current per I/O Pin: 28 mA
40+
Memory:
41+
RAM: 256 kB
42+
Flash: 1536 kB
43+
Dimensions:
44+
Width: 18 mm
45+
Length: 45 mm
46+
Environmental temperature: -40 °C to + 85 °C

0 commit comments

Comments
 (0)