@@ -11,15 +11,15 @@ guides to get started.
11
11
12
12
---
13
13
14
- - [ OpenThread Border Router DevKit Board] ( #openthread-border-router-board )
14
+ - [ OpenThread Border Router DevKit Board] ( #openthread-border-router-devkit- board )
15
15
- [ OpenThread RCP] ( #openthread-rcp )
16
16
- [ OpenThread CLI] ( #openthread-cli )
17
17
- [ Setup Thread Network] ( #setup-thread-network )
18
18
- [ Commissioning Thread End Devices] ( #commissioning-thread-end-devices )
19
19
20
20
---
21
21
22
- ### Thread Border Router Board
22
+ ### OpenThread Border Router Devkit Board
23
23
24
24
The ESP Thread border router board provides an integrated module of an ESP32-S3 and an ESP32-H2.
25
25
@@ -63,7 +63,7 @@ Detached
63
63
Done
64
64
```
65
65
66
- ### Setup/Join Thread Network
66
+ ### Setup Thread Network
67
67
68
68
You can send SetActiveDatasetRequest command to the Thread BR after commissioning it as a
69
69
Matter-Over-Wi-Fi device to setup the Thread network or join an existing Thread network.
@@ -72,11 +72,12 @@ Matter-Over-Wi-Fi device to setup the Thread network or join an existing Thread
72
72
./chip-tool pairing ble-wifi 1 <ssid> <password> 20202021 3840
73
73
./chip-tool generalcommissioning arm-fail-safe 180 1 1 0
74
74
./chip-tool threadborderroutermanagement set-active-dataset-request hex:<dataset-tlvs> 1 1 1
75
+ ./chip-tool generalcommissioning commissioning-complete 1 0
75
76
```
76
77
77
78
The Thread BR with enable the Thread network interface and start Thread network after it receives
78
79
SetActiveDatasetRequest command. And after the Thread BR sets up or join a Thread network, it will
79
- send the success response and disarm the fail safe timer .
80
+ send the success response.
80
81
81
82
### Commissioning Thread End Devices
82
83
0 commit comments