WEMOS Lite D1 Data Sheets and Information - johnosbb/Automation GitHub Wiki

Default IP: 192.158.4.1

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

  • Pin Function ESP-8266 Pin

  • TX TXD TXD

  • RX RXD RXD

  • A0 Analog input, max 3.3V input A0

  • D0 IO GPIO16

  • D1 IO, SCL GPIO5

  • D2 IO, SDA GPIO4

  • D3 IO, 10k Pull-up GPIO0

  • D4 IO, 10k Pull-up, BUILTIN_LED GPIO2

  • D5 IO, SCK GPIO14

  • D6 IO, MISO GPIO12

  • D7 IO, MOSI GPIO13

  • D8 IO, 10k Pull-down, SS GPIO15

  • G Ground GND

  • 5V 5V -

  • 3V3 3.3V 3.3V

  • RST Reset RST

  • Pinouts

/***

Pin Function ESP-8266 Pin aRest Reference
D4 IO 10k Pull-up, BUILTIN_LED GPIO2 {{ArduinoIPAddress}}/digital/2/1
D0 IO No pull-up resistor, but pull-down instead,Should be connected to RST to wake up GPIO16 {{ArduinoIPAddress}}/digital/16/1

Programming the Wemos with a FTDI Programmer (see here)

  • 1 ----> GND -----> black ---->
  • 2 ----> CTS ----->
  • 3 ----> 5V/3.3V ---> red
  • 4 ----> TXO ----> blue
  • 5 ----> RXI ----> white
  • 6 ----> DTR

A driver is available here.


Programming Mode

  • Power the module (3.3 Volts)
  • Connect the RESET pin to the GND
  • Connect the GPIO-0 pin to the GND
  • Disconnect the Reset pin from the GND
  • Disconnect the GPIO-0 pin from the GND
  • Upload your sketch
⚠️ **GitHub.com Fallback** ⚠️