Skip to content

Commit caaf712

Browse files
committed
Core section moved
1 parent cdc3dda commit caaf712

File tree

1 file changed

+20
-10
lines changed
  • content/hardware/03.nano/boards/nano-matter/tutorials/user-manual

1 file changed

+20
-10
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/user-manual/content.md

+20-10
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ This user manual will guide you through a practical journey covering the most in
3434

3535
- [Arduino IDE 1.8.10+](https://www.arduino.cc/en/software), [Arduino IDE 2.0+](https://www.arduino.cc/en/software), or [Arduino Cloud Editor](https://create.arduino.cc/editor)
3636

37+
### Board Core and Libraries
38+
39+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
40+
41+
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
42+
43+
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
44+
45+
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install.png)
46+
3747
## Product Overview
3848

3949
The Nano Matter merges the well-known Arduino way of making complex technology more accessible with the powerful MGM240S from Silicon Labs, to bring Matter closer to the maker world, in one of the smallest form factors in the market.
@@ -52,16 +62,6 @@ Here is an overview of the board's main components, as shown in the image above:
5262
- **Microcontroller**: at the heart of the Nano Matter is the MGM240S, a high-performance wireless module from Silicon Labs. The MGM240S is built around a 32-bit Arm® Cortex®-M33 processor running at 78 MHz.
5363
- **Wireless connectivity**: the Nano Matter microcontroller also features multi-protocol connectivity to enable Matter IoT protocol and Bluetooth® Low Energy. This allows the Nano Matter to be integrated with smart home systems and communicate wirelessly with other devices.
5464

55-
### Board Core and Libraries
56-
57-
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
58-
59-
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
60-
61-
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
62-
63-
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install.png)
64-
6565
### Pinout
6666

6767
![Nano Matter Simple pinout](assets/simple-pinout.png)
@@ -116,6 +116,16 @@ For low-power consumption applications, the following hacks are recommended:
116116

117117
***To power the board through the VIN pin you need to close the jumper pads with solder. The maximum voltage supported is +5 VDC.***
118118

119+
### Install Board Core and Libraries
120+
121+
The **Silicon Labs** core contains the libraries and examples you need to work with the board's components, such as its Matter, Bluetooth® Low Energy, and I/Os. To install the Nano Matter core, navigate to **File > Preferences** and in the **Additional boards manager URLs**, add the following:
122+
123+
`https://siliconlabs.github.io/arduino/package_arduinosilabs_index.json`
124+
125+
Now navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `Nano Matter` and install the latest `Silicon Labs` core version.
126+
127+
![Installing the Silicon Labs core in the Arduino IDE](assets/bsp-install.png)
128+
119129
### Hello World Example
120130

121131
Let's program the Nano Matter with the classic `hello world` example typical of the Arduino ecosystem: the `Blink` sketch. We will use this example to verify that the board is correctly connected to the Arduino IDE and that the Silicon Labs core and the board itself are working as expected.

0 commit comments

Comments
 (0)