Skip to content

Commit 21add35

Browse files
committed
Nano Matter name update
1 parent 3014401 commit 21add35

File tree

1 file changed

+9
-9
lines changed
  • content/hardware/03.nano/boards/nano-matter/tutorials/open-thread-border-router

1 file changed

+9
-9
lines changed

content/hardware/03.nano/boards/nano-matter/tutorials/open-thread-border-router/content.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The **Arduino Nano Matter** serves as the **RCP**, connected to the **Arduino Na
3939
This tutorial main objective is to guide you through the build and configuration of an OpenThread Border Router that will allow you to deploy a Matter network over Thread to integrate Matter devices to your Smart Home system.
4040

4141
- Create an OTBR using Arduino products.
42-
- Leverage the Arduino Nano Matter as a Radio Co-Processor.
43-
- Use the Arduino Nano ESP32 as a Matter Controller.
42+
- Leverage the Nano Matter as a Radio Co-Processor.
43+
- Use the Nano ESP32 as a Matter Controller.
4444
- Integrate a smart outlet based on the Nano Matter to your network.
4545

4646
## Hardware and Software Requirements
@@ -60,9 +60,9 @@ This tutorial main objective is to guide you through the build and configuration
6060

6161
## Setting up the OTBR
6262

63-
### The RCP: Arduino Nano Matter
63+
### The RCP: Nano Matter
6464

65-
This section outlines the steps to build the RCP firmware for the Arduino Nano Matter.
65+
This section outlines the steps to build the RCP firmware for the Nano Matter.
6666

6767
![Nano Matter Configuration](assets/matter-banner.png)
6868

@@ -124,7 +124,7 @@ The default pinout is **PA8 > TX** and **PA9 > RX**, but we need to change it to
124124

125125
- In your project directory navigate to the `/GNU ARM v12.2.1 - Default/` folder, right click on it and open a **Command Line**.
126126

127-
Use the following command to flash the firmware to the Arduino Nano Matter, make sure to modify the `<username>` and `<project name>` with yours:
127+
Use the following command to flash the firmware to the Nano Matter, make sure to modify the `<username>` and `<project name>` with yours:
128128

129129
```bash
130130
/Users/<your-username>/AppData/Local/Arduino15/packages/SiliconLabs/tools/openocd/0.12.0-arduino1-static/bin/openocd -d2 -s /Users/<your-username>/AppData/Local/Arduino15/packages/SiliconLabs/tools/openocd/0.12.0-arduino1-static/share/openocd/scripts/ -f interface/cmsis-dap.cfg -f target/efm32s2_g23.cfg -c "init; reset_config srst_nogate; reset halt; program {<project-name>.hex}; reset; exit"
@@ -134,7 +134,7 @@ Use the following command to flash the firmware to the Arduino Nano Matter, make
134134

135135
***The __Openocd__ tool directory may vary according to your OS, modify the command above respectively.***
136136

137-
### The Matter Controller: Arduino Nano ESP32
137+
### The Matter Controller: Nano ESP32
138138

139139
This section outlines the steps to build the Matter Controller firmware for the Arduino Nano ESP32.
140140

@@ -296,15 +296,15 @@ This section provides an example of commissioning and communication over Matter
296296

297297
### Setup
298298

299-
- **OTBR**: Arduino Nano ESP32 + Arduino Nano Matter
299+
- **OTBR**: Nano ESP32 + Nano Matter
300300
- **CHIP Tool**: running on a Linux PC (with Bluetooth capabilities)
301-
- **End-device**: Arduino Nano Matter or other boards compatible with the Silabs Arduino core
301+
- **End-device**: Nano Matter or other boards compatible with the Silabs Arduino core
302302

303303
![Solution architecture](assets/final-arch.png)
304304

305305
### End-Device Configuration
306306

307-
As the *end-device* we are going to use an Arduino Nano Matter configured as **Smart Outlet**.
307+
As the *end-device* we are going to use a Nano Matter configured as **Smart Outlet**.
308308

309309
- Make sure you have the Silicon Labs boards package installed in the Arduino IDE 2.
310310

0 commit comments

Comments
 (0)