File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/tutorials/using_apis/mesh Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ Then you may optionally choose to select the non-routing mode for those networks
76
76
77
77
##### Configuration parameters for 6LoWPAN-ND and Thread
78
78
79
- All 6LoWPAN and Thread configuration options are described below.
79
+ All 6LoWPAN and Thread configuration options are described below.
80
+ Make sure that all your devices use the same network configuration (both nodes and border router)
80
81
81
82
```
82
83
@@ -93,7 +94,7 @@ All 6LoWPAN and Thread configuration options are described below.
93
94
| `thread-pskd` | string [6-255 chars] | Human-scaled commissioning credentials. |
94
95
| `thread-use-static-link-config` | boolean | True: Use the below link config, False: Use commissioning, ignore the below link config. |
95
96
| `thread-device-type` | enum from `mesh_device_type_t` | Supported device operating modes:<br> `MESH_DEVICE_TYPE_THREAD_ROUTER`<br> `MESH_DEVICE_TYPE_THREAD_SLEEPY_END_DEVICE`<br> `MESH_DEVICE_TYPE_THREAD_MINIMAL_END_DEVICE` |
96
- | `thread-config-channel-mask` | number [0-0x07fff800] | Channel mask, 0x07fff800 scans all channels . |
97
+ | `thread-config-channel-mask` | number [0-0x07fff800] | Channel mask, 0x07fff800 is used for Thread networks (2.4GHz) . |
97
98
| `thread-config-channel-page` | number [0]| Channel page, 0 for 2,4 GHz radio. |
98
99
| `thread-config-channel` | number [11-26] | RF channel to use. |
99
100
| `thread-config-panid` | number [0-0xFFFF] | Network identifier. |
You can’t perform that action at this time.
0 commit comments