This is a simple mbed client example demonstrating, registration of a device with mbed Device Connector and reading and writing values as well as deregistering on different Network Interfaces including Ethernet, WiFi, 6LoWPAN ND and Thread respectively.
Fork of mbed-os-example-client by
Diff: README.md
- Revision:
- 13:c44e318674db
- Parent:
- 12:7da135488950
- Child:
- 21:b88cdeb5b302
--- a/README.md Thu Aug 04 18:15:18 2016 +0100 +++ b/README.md Fri Aug 05 04:30:15 2016 +0100 @@ -182,6 +182,22 @@ } ``` +<span class="notes">**Note:** Some devices don't support the Grove Shield or use the primary UART for USB communication. On these devices, the `mbed_app.json` should be modified to use the serial pins connected to the ESP8266.</span> + +For example, the NUCLEO_F401RE requires a different serial connection: + +```json + "wifi-tx": { + "help": "TX pin for serial connection to external device", + "value": "PA_11" + }, + "wifi-rx": { + "help": "RX pin for serial connection to external device", + "value": "PA_12" + } +``` + + ### IP address setup This example uses IPv4 to communicate with the [mbed Device Connector Server](https://api.connector.mbed.com) except for 6LoWPAN ND and Thread. The example program should automatically get an IPv4 address from the router when connected over Ethernet.