Skip to content

Commit cea9974

Browse files
committed
Images added
1 parent df9500e commit cea9974

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
2.73 MB
Loading
2.02 MB
Loading

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ CONFIG_OPENTHREAD_COMMISSIONER=y
199199
CONFIG_OPENTHREAD_JOINER=y
200200
```
201201

202-
- Navigate to `esp-thread-br/examples/basic_thread_border_router/main/esp_ot_config.h`.
202+
- Navigate to `esp-thread-br/examples/basic_thread_border_router/main/esp_ot_config.h`
203203

204204
- Modify the Serial port baud rate to `115200`, the result should look like this:
205205

@@ -228,6 +228,15 @@ idf.py -p /dev/ttyACM0 flash monitor
228228

229229
***Do not run the `idf.py set-target esp32s3` command again to avoid overriding the customized configurations.***
230230

231+
### OTBR Assembly
232+
233+
After configuring and flashing the Nano Matter and Nano ESP32 separately, it is time to connect them together. As their communicate through a serial connection you can stack them using breakout headers or using jumper wires as follows:
234+
235+
![Nano ESP32 + Nano Matter wiring](assets/connection.png)
236+
![Nano ESP32 + Nano Matter stacking](assets/connection-2.png)
237+
238+
***It doesn't matter which board is on top.***
239+
231240
### CHIP Tool
232241

233242
**CHIP Tool** is a command-line tool used for *commissioning*, *controlling*, and *managing* **Matter** devices within a Matter network.

0 commit comments

Comments
 (0)