Skip to content

Commit 2f3b48f

Browse files
committed
Initial commit
1 parent 63ac1c8 commit 2f3b48f

File tree

10 files changed

+163
-0
lines changed

10 files changed

+163
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- web-editor
5+
- iot-cloud
Binary file not shown.
Binary file not shown.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
<EssentialElement title="WiFiNINA" type="library" link="https://www.arduino.cc/en/Reference/WiFiNINA">
15+
The WiFiNINA library is designed to use the NINA-W102 module, which allows your Arduino to connect to the Internet, either as a server accepting incoming connections or a client making outgoing ones.
16+
</EssentialElement>
17+
<EssentialElement title="ArduinoBLE" type="library" link="https://www.arduino.cc/en/Reference/ArduinoBLE">
18+
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
19+
</EssentialElement>
20+
</EssentialsColumn>
21+
22+
<EssentialsColumn title="Arduino Basics">
23+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
24+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
25+
</EssentialElement>
26+
<EssentialElement title="Learn" type="resource" link="/learn/">
27+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
28+
</EssentialElement>
29+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
30+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
31+
</EssentialElement>
32+
</EssentialsColumn>
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<FeatureDescription>
2+
3+
The Nano Matter combines Arduino's ease of use with 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 for various applications, including domotics and building automation. Its versatile connectivity options, including Bluetooth® Low Energy and Openthread®, make it ideal for projects requiring low-power efficiency and broad connectivity.
4+
5+
Using Nano's small form factor, Arduino makes it simpler for Makers to use Silicon Lab's technology, making working with Matter-compatible devices more straightforward than ever through its ample peripherals and I/Os, opening up new possibilities in smart technology for makers and professionals. With the Nano Matter:
6+
7+
- Create, connect, and communicate with Matter-compatible devices with a user-friendly coding interface.
8+
- Upgrade Arduino Nano projects to smart home applications using multiple connectivity options like 802.15.4 Thread® and Bluetooth® Low Energy in a compact form factor.
9+
- Experiment with multiple communication protocols, including [Zigbee®](https://csa-iot.org/all-solutions/zigbee/) and [OpenThread®](https://openthread.io/), making it an ideal prototyping tool for scalable professional applications.
10+
- Protect your projects against digital threats thanks to enhanced security with the embedded Secure Vault® technology.
11+
- Benefit from always-on data processing capabilities thanks to low power consumption, ensuring your projects are efficient and responsive.
12+
- Start debugging quickly using the debugging over the USB feature, simplifying the troubleshooting process for a smoother development experience.
13+
14+
</FeatureDescription>
15+
16+
<FeatureList>
17+
<Feature title="Matter Ready" image="core">
18+
The Nano Matter is ready to interact with Matter-compatible devices with a user-friendly software layer for quick prototyping.
19+
<FeatureWrapper>
20+
<FeatureLink title="Matter Specification" url="https://csa-iot.org/all-solutions/matter/" download blank/>
21+
</FeatureWrapper>
22+
</Feature>
23+
24+
<Feature title="IoT Ready" image="cellular">
25+
The Nano Matter is IoT Ready, equipped with connectivity features to integrate with the Internet of Things, offering smart, interoperable, and secure interaction with other connected devices and systems.
26+
</Feature>
27+
28+
<Feature title="MGM240SD22VNA 32-bit ARM Cortex®-M33" image="mcu">
29+
The Nano Matter integrates MGM240SD22VNA, boasting a 32-bit ARM Cortex®-M33 processor enhanced with DSP instructions and an FPU, optimizing it for complex calculations and signal processing in power-sensitive IoT applications.
30+
<FeatureWrapper>
31+
<FeatureLink title="Datasheet" url="https://www.silabs.com/documents/public/data-sheets/mgm240s-datasheet.pdf" download blank/>
32+
</FeatureWrapper>
33+
</Feature>
34+
35+
<Feature title="Tiny footprint" image="nano-form-factor">
36+
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.
37+
</Feature>
38+
39+
<Feature title="Low power consumption" image="power">
40+
The Arduino Nano Matter has been designed as an ultra-low power board, being the perfect solution for IoT battery-powered applications.
41+
</Feature>
42+
43+
<Feature title="Secure Vault® technology enabled" image="crypto-chip">
44+
Protect your project with the industry-leading suite of state-of-the-art security features that address escalating Internet of Things (IoT) threats from Silicon Labs.
45+
</Feature>
46+
47+
<Feature title="Debugging over USB" image="usb">
48+
No external debugging probe needed. Connect the board to the computer over USB and have access to a SWD interface.
49+
</Feature>
50+
51+
<Feature title="Multiprotocol connectivity" image="communication">
52+
Leverage dual-mode connectivity, integrating both IEEE 802.15.4 (Thread®) for mesh networking and Bluetooth® Low Energy for short-range communication in a highly compact form factor.
53+
</Feature>
54+
</FeatureList>

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

Lines changed: 9 additions & 0 deletions
Loading
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Nano Matter
3+
url_shop: https://store.arduino.cc/pages/nano-matter
4+
sku: [ABX00112]
5+
core: arduino:mbed_nano
6+
---
7+
8+
**Community Preview**
9+
10+
The Arduino Nano Matter brings Arduino's user-friendly approach with the powerful MGM240S technology from Silicon Labs, making it easier for Makers to work with **Matter**, a popular standard for connecting IoT devices, in a very compact design.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Here you will find the technical specifications for the Arduino® Nano Matter.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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: Zigbee® & OpenThread®
19+
Connectivity Band Frequency: On-board 2.4 GHz
20+
Secure element: Secure Vault® High
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+
SDA: A4
35+
SCL: A5
36+
SPI: 1
37+
COPI: D11
38+
CIPO: D12
39+
SCK: D13
40+
Chip Select (CS): Any GPIO
41+
Power:
42+
Circuit operating voltage: 3.3 V
43+
Input voltage (VIN): 5 V
44+
Source Current per I/O Pin: 40 mA
45+
Sink Current per I/O Pin: 28 mA
46+
Memory:
47+
RAM: 256 kB
48+
Flash: 1536 kB
49+
Dimensions:
50+
Width: 18 mm
51+
Length: 45 mm
52+
Environmental temperature: -40 °C to + 85 °C (-40 °F to 185 °F)

0 commit comments

Comments
 (0)