DISCO-STM32L475VG-IOT01A WiFi Sensor Thingspeak
Dependencies: LPS22HB LSM6DSL HTS221 LIS3MDL VL53L0X
Revision 6:9944c5308062, committed 2016-12-09
- Comitter:
- mbed_official
- Date:
- Fri Dec 09 11:15:04 2016 +0000
- Parent:
- 5:dbf6d07b4358
- Child:
- 7:b9ebd5dc07a5
- Commit message:
- Details on connecting ESP2866
.
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 Nov 23 13:00:04 2016 +0000 +++ b/README.md Fri Dec 09 11:15:04 2016 +0000 @@ -15,6 +15,14 @@ ESP2866 is a fallback option and will be used if the build is for unsupported platform. +#### 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. + +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. + ## Getting started 1. Import the example