Skip to content

Commit 4bdb82d

Browse files
committed
Grammar small improvements
1 parent 0568842 commit 4bdb82d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ If you want to program your Nano Matter offline, install the Arduino Desktop IDE
172172

173173
### Getting Started - Arduino Cloud Editor
174174

175-
All Arduino devices work out of the box on the Arduino CLoud Editor **[2]** by installing a simple plugin. The Arduino Cloud Editor is hosted online. Therefore, it will always be up-to-date with all the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device.
175+
All Arduino devices work out of the box on the Arduino Cloud Editor **[2]** by installing a simple plugin. The Arduino Cloud Editor is hosted online. Therefore, it will always be up-to-date with all the latest features and support for all boards and devices. Follow **[3]** to start coding on the browser and upload your sketches onto your device.
176176

177177
### Getting Started - Arduino Cloud
178178

content/hardware/03.nano/boards/nano-matter/tutorials/matter-rgb-light/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Once you uploaded the example code to the Nano Matter, open the Serial Monitor a
253253

254254
After the reset you will find on the serial port the URL that generates the QR for the Matter device commissioning.
255255

256-
### Adding the Device (Commissioning)
256+
### Adding the Device (Commissioning)
257257

258258
Copy and paste the QR code URL on your favorite web browser and a unique QR code will be generated for your board.
259259

content/hardware/03.nano/boards/nano-matter/tutorials/matter-temp-sensor/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ We have prepared a short demo in video format in case you are a visual learner.
4646
- [Arduino IDE 2.0+](https://www.arduino.cc/en/software) or [Arduino Cloud Editor](https://create.arduino.cc/editor)
4747
- [Google Home App](https://home.google.com/get-app/)
4848
- [U8g2](https://github.com/olikraus/u8g2) library to control the OLED display. You can install it from the Arduino IDE library manager.
49-
- [DHT](https://github.com/mcmchris/DHT-sensor-library/tree/patch-1) library. Download from this [branch](https://github.com/mcmchris/DHT-sensor-library/tree/patch-1) so it supports the Nano Matter.
49+
- [DHT](https://github.com/mcmchris/DHT-sensor-library/tree/patch-1) library. Download from this [branch](https://github.com/mcmchris/DHT-sensor-library/tree/patch-1) so it supports the Nano Matter.
5050

5151
### Download the Project Code
5252

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ It enables 802.15.4 (Thread®) and Bluetooth® Low Energy connectivity, to inter
5353
### Board Architecture Overview
5454

5555
The Nano Matter features a compact and efficient architecture powered by the MGM240S (32-bit Arm® Cortex®-M33) from Silicon Labs, a high-performance wireless module
56-
optimized for the needs of battery and line-powered IoT devices for 2.4 GHz mesh networks.
56+
optimized for the needs of battery and line-powered IoT devices for 2.4 GHz mesh networks.
5757

5858
![Nano Matter's main components](assets/architecture-2.png)
5959

6060
Here is an overview of the board's main components, as shown in the image above:
6161

62-
- **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.
63-
- **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.
62+
- **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.
63+
- **Wireless connectivity**: the Nano Matter microcontroller also features multiprotocol 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.
6464

6565
### Pinout
6666

@@ -102,9 +102,9 @@ You can easily solder the Nano Matter in your custom PCB, since the board does n
102102

103103
The Nano Matter can be powered by:
104104

105-
- A USB-C® cable (not included).
105+
- A USB-C® cable (not included).
106106
- An external **5 V power supply** connected to `5V` pin (please, refer to the [board pinout section](#pinout) of the user manual).
107-
- An external **6 - 21 V power supply** connected to `VIN` pin (please, refer to the [board pinout section](#pinout) of the user manual).
107+
- An external **6-21 V power supply** connected to `VIN` pin (please, refer to the [board pinout section](#pinout) of the user manual).
108108

109109
![Nano Matter externally powered](assets/ext-power-2.png)
110110

0 commit comments

Comments
 (0)