Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ESP-12E has a ESP8266 core processor, with a module of 4MB of flash memory. Also it has 22 pins and a on board printed antenna. It also has a built-in LED which is directly connected to the UART TX line. You can use the TX pin as GPIO1 to control the LED, but only if you don't use UART.

Pins

PinDescription
RSTExternal Reset - Low=RESET, High=NORMAL
ADCAnalog DIgital Converter - Max Voltage = 1V
ENChip Enable - Low=DISABLED, High=NORMAL
GPIO16GPIO16
GPIO14GPIO14, CLK(SPI)
GPIO12GPIO12, MISO(SPI)
GPIO13GPIO13, MOSI(SPI)
VCC3.3V
TX0TX0, GPIO1
RX0RX0, GPIO3
GPIO5GPIO5
GPIO4GPIO4
GPIO0GPIO0, HIGH on boot
GPIO2GPIO2, HIGH on boot
GPIO15GPIO15, LOW on boot
GNDGround

ESP8266 Bootloader Modes

The bootloader can go into a number of modes depending on the state of GPIOs 0, 2 and 15. The two useful modes are the UART download mode (for flashing new firmware) and the flash startup mode (which boots from flash).

...

BoardInfoLayout

ESP8266 Thing Dev

https://www.sparkfun.com/products/13711

PROS: External antenna connection.

Serial Driver: CP2102

Cost: $15 US

Schematic:

https://cdn.sparkfun.com/datasheets/Wireless/WiFi/ESP8266-Thing-Dev-v10.pdf

WeMos D1 Mini

https://wiki.wemos.cc/products:d1:d1_mini

PROS: Shields available, ADC has voltage divider to support 3.3v input.

Serial Driver: CH34x

Cost: $3.25 US

Schematic:

https://wiki.wemos.cc/_media/products:d1:sch_d1_mini_v3.0.0.pdf

Node MCU Lolin

https://frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/

PROS: Exposes extra pins.

Serial Driver:

Cost: $3.30 US

Schematic: ??


Pins

PinDescription
VCC3.3V
GNDGround
GPIO






















References

...