Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-demo-client-ethernet by
Diff: README.md
- Revision:
- 13:c44e318674db
- Parent:
- 12:7da135488950
- Child:
- 27:bfc98bf1eaae
--- 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.