LOLIN(WEMOS) D1 mini (clone)

Popular clone of the D1 Mini ESP8266 board - budget-friendly and great for hobbyist Wi-Fi projects.

Micro-USB
LOLIN(WEMOS) D1 mini (clone) board
34.2 × 25.6 mm
ESP8266
MCU
160MHz
clock
4MB
flash
~80KB
SRAM
17· 1 ADC
GPIO
Wi-Fi
radio
On this page

Pinout

View:
LOLIN(WEMOS) D1 mini (clone) pinout diagram

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Uses a CH340 bridge - install the CH340 driver if no port appears. Not detected? Hold BOOT while plugging in.
2
Match & flash
Set the Tools options shown, then click Upload.
3
Verify it runs
The onboard LED on GPIO2 blinks - swap the pin if your board's LED differs.
Set these in Tools · leave everything else at default
Arduino IDE 2.x — Tools Copy
Board: "Generic ESP8266 Module"
Flash Size: "4MB (32Mb)"
CPU Frequency: "160 MHz"
Upload Speed: "921600"
▸ every other Tools option — leave at default
Board: Generic ESP8266 Module
Flash Size: 4MB (32Mb)
CPU Frequency: 160 MHz
Upload Speed: 921600
Find it: Tools ▸ Board ▸ ESP8266 Boards ▸ Generic ESP8266 Module
blink.ino Copy
// blink the onboard LED
void setup() {
  pinMode(2, OUTPUT);
}
void loop() {
  digitalWrite(2, HIGH); delay(500);
  digitalWrite(2, LOW);  delay(500);
}

Specifications

ESP8266 · 34.2 × 25.6 mm
Compute
MCU
ESP8266
Clock
160 MHz
SRAM · Flash
~80 KB · 4 MB
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
-
Antenna
PCB
I/O
GPIO · ADC
17 · 1
UART · I²C · SPI
2 · 1 · 2
PWM
-
Power
USB
Micro-USB
Serial
CH340
Boot address
0x0000
Flashing
Upload · OTA
esptool · esp_ota
Flash · Boot mode
- · -
Sketch · Data
- · 80 KB
25.6 mm34.2 mm
34.2 × 25.6 mm · pin pitch 2.54 mm
The LOLIN(WEMOS) D1 mini (clone) uses esptool for firmware uploads, esp_ota for over-the-air (OTA) updates.

About this board

The WeMos D1 mini clone (also written as D1 mini clone or LOLIN D1 mini clone) is a budget ESP8266 (ESP-8266EX) development board in the compact D1-mini form factor. Clones typically use a CH340 USB-to-serial chip with 4 MB of flash and expose around 11 digital IO plus 1 analog input, and work with standard D1 mini shields. Since these are third-party copies, the USB chip and build quality can vary between sellers, making it a cheap option for hobbyist Wi-Fi projects. In this guide, you'll find the WeMos D1 mini pinout, datasheet, technical specs, and setup instructions.

Resources

Similar boards