Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

Commit 33757b2

Browse files
committed
Merge branch 'master' into config-parameters
2 parents 273adba + e4e717e commit 33757b2

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed
296 KB
Binary file not shown.

GW_Binary/gateway6LoWPANStatic.bin

296 KB
Binary file not shown.

GW_Binary/gatewayThreadDynamic.bin

373 KB
Binary file not shown.

GW_Binary/gatewayThreadStatic.bin

373 KB
Binary file not shown.

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,20 @@ To register the application to the Connector service, you need to create and set
6363

6464
#### mbed gateway
6565

66-
To connect the example application in 6LoWPAN ND or Thread mode to Connector, you need to set up an mbed 6LoWPAN gateway router. Clone the [mbed-client-example-6lowpan](https://github.com/ARMmbed/mbed-client-example-6lowpan) repository and follow the [gateway configuration](https://github.com/ARMmbed/mbed-client-example-6lowpan#gateway-configuration) instructions. Use the dynamic binary in both cases for IPv6 autoconfiguration.
66+
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:
67+
68+
1. Use an Ethernet cable to connect the mbed 6LoWPAN gateway router to the internet.
69+
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.
70+
3. The firmware for the gateway is located in the `GW_Binary` folder in the root of this example. Select the binary matching your application bootstrap mode:
71+
72+
* For the **6LoWPAN ND** bootstrap, use `gateway6LoWPANDynamic.bin`.
73+
* For the **Thread** bootstrap, use `gatewayThreadDynamic.bin`.
74+
75+
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.
76+
77+
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.
78+
79+
You can view debug traces from the gateway with a serial port monitor. The gateway uses baud rate 460800. The gateway IPv6 address is correctly configured when the following trace is visible: `Eth bootstrap ready, IP=XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX:XXXX`.
6780

6881
#### Channel settings
6982

0 commit comments

Comments
 (0)