You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
1.[Set up an IP address](#ip-address-setup). This step is optional.
64
-
1.[Change the socket type](#changing-socket-type). This step is optional.
64
+
1.[Change the socket type](#changing-the-socket-type). This step is optional.
65
65
66
66
### Connection type
67
67
@@ -132,7 +132,7 @@ Alternatively, you can remove the link layer security from the `k64f-border-rout
132
132
133
133
#### mbed gateway
134
134
135
-
To connect the example application in 6LoWPAN ND or Thread mode to Connector, you need to set up an mbed 6LoWPAN gateway router as follows:
135
+
To connect the example application in 6LoWPAN ND or Thread mode to mbed Device Connector, you need to set up an mbed 6LoWPAN gateway router as follows:
136
136
137
137
1. Use an Ethernet cable to connect the mbed 6LoWPAN gateway router to the internet.
138
138
2. Use a micro-USB cable to connect the mbed 6LoWPAN gateway router to your computer. The computer will list the router as removable storage.
@@ -141,7 +141,7 @@ To connect the example application in 6LoWPAN ND or Thread mode to Connector, yo
141
141
* For the **6LoWPAN ND** bootstrap, use `gateway6LoWPANDynamic.bin`.
142
142
* For the **Thread** bootstrap, use `gatewayThreadDynamic.bin`.
143
143
144
-
The dynamic binaries use IPv6 autoconfiguration and enable the client to connect to the Connector service. The static binaries create a site-local IPv6 network and packets cannot be routed outside.
144
+
The dynamic binaries use IPv6 autoconfiguration and enable the client to connect to the mbed Device Connector service. The static binaries create a site-local IPv6 network and packets cannot be routed outside.
145
145
146
146
4. Copy the gateway binary file to the mbed 6LoWPAN gateway router to flash the device. The device reboots automatically after flashing. If that does not happen, press the **Reset** button on the board.
147
147
@@ -186,7 +186,7 @@ For running the example application using Ethernet, you need:
186
186
- An Ethernet cable.
187
187
- An Ethernet connection to the internet.
188
188
189
-
### Wi-Fi settings
189
+
### WiFi settings
190
190
191
191
The example application uses ESP8266 WiFi Interface for managing the wireless connectivity. To run this application using WiFi, you need:
192
192
@@ -231,7 +231,6 @@ For example, NUCLEO_F401RE requires a different serial connection:
231
231
}
232
232
```
233
233
234
-
235
234
### IP address setup
236
235
237
236
This example uses IPv4 to communicate with the [mbed Device Connector Server](https://api.connector.mbed.com) except for 6LoWPAN ND and Thread. However, you can easily change it to IPv6 by changing the `mbed_app.json` you make:
@@ -250,9 +249,9 @@ The example program should automatically get an IP address from the router when
250
249
251
250
If your network does not have DHCP enabled, you have to manually assign a static IP address to the board. We recommend having DHCP enabled to make everything run smoothly.
252
251
253
-
### Changing socket type
252
+
### Changing the socket type
254
253
255
-
Your device can connect to mbed Device Connector via UDP or TCP binding mode. The default and only allowed value is UDP for Thread and 6LowPan. TCP is the default for other connections. The binding mode cannot be changed in 6LoWPAN ND or Thread mode.
254
+
Your device can connect to mbed Device Connector via UDP or TCP binding mode. The default and only allowed value is UDP for Thread and 6LoWPAN. TCP is the default for other connections. The binding mode cannot be changed in 6LoWPAN ND or Thread mode.
256
255
257
256
To change the binding mode:
258
257
@@ -313,7 +312,7 @@ To build the example using mbed CLI:
313
312
314
313
Import this repository in the Online IDE and continue from step 3 onwards.
315
314
316
-
### Compilation problems?
315
+
### Compilation problems
317
316
318
317
If you encounter a problem like this when compiling the application:
0 commit comments