Skip to content

[PXCT-712] Nano Matter community version product page #2532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hardware:
carriers:
- nano-screw-terminal-adapter
software:
- arduino-ide
- arduino-cli
- cloud-editor
- iot-cloud
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<EssentialsColumn title="First Steps">
<EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v2/tutorials/ide-v2-board-manager">
All you need to know to get started with your new Arduino board.
</EssentialElement>
<EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide">
Learn how to create your own custom hardware that is compatible with the Arduino Nano Family.
</EssentialElement>
</EssentialsColumn>

<EssentialsColumn title="Suggested Libraries">
<EssentialElement title="Silicon Labs Arduino Core" type="library" link="https://github.com/SiliconLabs/arduino">
The Silicon Labs Arduino Core enables hardware built with Silicon Labs systems to be used with the Arduino ecosystem.
</EssentialElement>
</EssentialsColumn>

<EssentialsColumn title="Arduino Basics">
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
</EssentialElement>
<EssentialElement title="Learn" type="resource" link="/learn/">
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
</EssentialElement>
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
</EssentialElement>
</EssentialsColumn>
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<FeatureDescription>

The Nano Matter Community Version 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.

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

</FeatureDescription>

<FeatureList>
<Feature title="Matter® Ready" image="core">
Create, connect, and communicate with Matter® compatible devices using Arduino as the software layer for rapid prototyping.
<FeatureWrapper>
<FeatureLink title="Matter Specification" url="https://csa-iot.org/all-solutions/matter/" download blank/>
</FeatureWrapper>
</Feature>

<Feature title="OpenThread" image="communication">
Nano Matter Community Version uses Thread for IoT mesh networking communication in a highly compact form factor.
<FeatureWrapper>
<FeatureLink title="OpenThread" url="https://openthread.io/" download blank/>
</FeatureWrapper>
</Feature>

<Feature title="MGM240SD22VNA 32-bit Arm® Cortex®-M33" image="mcu">
The Nano Matter Community Version integrates MGM240SD22VNA, boasting a 32-bit Arm® Cortex®-M33 processor optimized for complex calculations and signal processing in power-sensitive IoT applications.
<FeatureWrapper>
<FeatureLink title="Datasheet" url="https://www.silabs.com/documents/public/data-sheets/mgm240s-datasheet.pdf" download blank/>
</FeatureWrapper>
</Feature>

<Feature title="Bluetooth® connectivity" image="bluetooth">
Leverage dual-mode connectivity, integrating both IEEE 802.15.4 (Thread) for mesh networking and Bluetooth® Low Energy for short-range communication.
<FeatureWrapper>
<FeatureLink title="Bluetooth®" url="https://www.bluetooth.com/" download blank/>
</FeatureWrapper>
</Feature>

<Feature title="Debugging over USB" image="usb">
No external debugging device is needed. Connect the board to the computer over USB and have access to a SWD interface.
</Feature>

<Feature title="Low power consumption" image="power">
The Nano Matter Community Version has been designed as an ultra-low power board, being the perfect solution for IoT battery-powered applications.
</Feature>

<Feature title="Tiny footprint" image="nano-form-factor">
With a length of 45 mm and a width of 18 mm, the Nano Matter Community Version maintains a tiny footprint of the well-known Nano family, allowing easy upgrades for existing projects.
</Feature>

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


</FeatureList>
Loading
Loading