1218

Dependencies:   mbed-os-example-wifi-DISCO_IOTBOARD_MQTT MQTT

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Jul 24 15:15:03 2017 +0100
Parent:
26:331514bbbb19
Child:
28:69cbfae28fc6
Commit message:
Update based on Amanda's feedback
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-wifi

Changed in this revision

README.md Show annotated file Show diff for this revision Revisions of this file
--- a/README.md	Wed Jul 19 11:15:03 2017 +0100
+++ b/README.md	Mon Jul 24 15:15:03 2017 +0100
@@ -20,11 +20,9 @@
 
 #### Connecting the ESP2866 ####
 
-ESP module needs to be connected to RX and TX UART pins (+ power and ground) on your target board. That can be achieved using Grove shield or connected directly using jumper wires, please note that not all Arduino form factor boards have UART compatible with the Grove shiled.
+To connect the ESP8266 module to your development board, look at the [ESP8266 Cookbook page](https://developer.mbed.org/users/4180_1/notebook/using-the-esp8266-with-the-mbed-lpc1768/). In general, this means hooking up the ESP8266 TX pin to `D0` and the ESP8266 RX pin to `D1` on your development board.
 
-For Grove shield TX has to be connected to D1 and RX to D0.
-
-Make sure that UART module you're connecting ESP to is different than the debug UART connected to your USB port.
+**Note on NUCLEO boards:** On the NUCLEO boards, pins `D0` and `D1` are used for serial communication with the computer. Use pins `D8` (to ESP8266 TX) and `D2` (to ESP8266 RX) instead.
 
 ##  Getting started