WEMOS LOLIN32 Lite image

WEMOS LOLIN32 Lite

Development Board

Code name: LOLIN32_LITE

WEMOS LOLIN32 Lite is a development board based on the ESP32 microcontroller using XTENSA architecture.

This board features a maximum CPU frequency of 240 MHz and 4MB flash memory.

About WEMOS LOLIN32 Lite



The WEMOS LOLIN32 Lite squeezes Espressif’s dual-core ESP32-WROOM-32 module into a slim 57 × 25 mm board that still accepts the classic LOLIN/D1-mini shield ecosystem. It ships with 4 MB of flash, runs up to 240 MHz, and offers both Wi-Fi 802.11 b/g/n and Bluetooth 4.2 (BR/EDR + BLE) for rock-solid wireless connectivity. 📡

A low-cost CH340C USB-to-UART bridge handles programming and serial debugging via the Micro-USB port and supports auto-reset/boot so you can flash sketches without pushing buttons. :contentReference

Onboard power management is Li-Po ready: a TP4054 charger (≈ 500 mA) and a PH-2 battery connector (BAT) let you run projects untethered while the board trickle-charges whenever USB is present. ⚡️

Convenience extras include a RESET push-button, a BOOT (IO0) button for manual download-mode entry, and a bright blue on-board LED on GPIO 5 for quick status indication.

With 22 GPIOs (all PWM-capable), 12-bit ADCs, dual 8-bit DACs, 10 capacitive-touch pads, plus I²C, SPI, UART, SD-card, and RTC IO support, the LOLIN32 Lite punches far above its weight for battery-powered IoT nodes, wearables, or compact sensor gateways. ⚙️

Where to Buy WEMOS LOLIN32 Lite

Prices are subject to change. We earn from qualifying purchases as an Amazon Associate.

Technical Specifications

Complete technical specification details for WEMOS LOLIN32 Lite

USB

Type Micro-USB
Serial Chip CH340

Connectivity

WiFi 802.11 b/g/n (2.4 GHz)
Bluetooth 4.2
BLE 4.2

Microcontroller

Model esp32
Clock Speed 240 MHz
Flash Size 4MB
Architecture xtensa

Features & Pins

Digital IO 40
Analog Input 16
PWM 18
Interrupts 16

Quick Setup

Copy-paste configs for WEMOS LOLIN32 Lite - auto‑generated from this board's exact hardware specs.

ESP32 240 MHz 4MB DIO Xtensa

In Arduino IDE 2 select Lolin32 Lite from the esp32 by Espressif package. In PlatformIO use board = esp32dev. ESP32 · 240 MHz · 4MB · DIO.

Tools menu settings
Board (select in Arduino IDE) Lolin32 Lite
CPU Frequency 240 MHz
Flash Size 4MB
Flash Mode DIO
Upload Speed 921600
Architecture Xtensa

In Arduino IDE 2, open Boards Manager, search "esp32" by Espressif and install it. Then go to Tools → Board and select "Lolin32 Lite" for the WEMOS LOLIN32 Lite.

WEMOS LOLIN32 Lite Board Dimensions

Physical measurements for WEMOS LOLIN32 Lite

WEMOS LOLIN32 Lite dimensions - height, width
Width 25.4mm
Length 58mm
Pin Gap 2.54mm

WEMOS LOLIN32 Lite Pinout Diagram

Complete pin reference for WEMOS LOLIN32 Lite

WEMOS LOLIN32 Lite pinout diagram

The LOLIN32 Lite pinout fans out 26 ESP32 GPIOs on two rows, mirroring the original D1-mini shield headers for easy stacking.

Power rails: use USB 5V (or VIN) as input, the regulated 3V3 pin for logic-level peripherals, and the dedicated BAT pin for a single-cell Li-Po. Multiple GND pads provide solid returns.

Serial: U0_TX (GPIO1) and U0_RX (GPIO3) connect to the CH340C for programming/logging. Need more ports? U2_TX (GPIO17) and U2_RX (GPIO16) are free for GPS or RS-485 transceivers.

I²C defaults to SDA (GPIO21) and SCL (GPIO22), broken out on the shield D2/D1 lines-but any spare GPIO can be reassigned.

SPI: the primary VSPI bus (best for OLEDs, SD adapters, radios) maps to MOSI (GPIO23), MISO (GPIO19), SCK (GPIO18), and CS (GPIO5). A secondary HSPI bus lives on GPIO12-15 when you need a second device.

Analog & touch: Eight ADC1 channels (GPIO32-GPIO39) work even with Wi-Fi on. Extra ADC2 pads (GPIO0, 2, 4, 12-15, 25-27) share RF hardware. Dual 8-bit DAC outputs are on GPIO25 and GPIO26. Ten pads double as capacitive-touch inputs-great for touch keys or wake-up gestures.

Every GPIO can generate high-resolution PWM (up to ≈40 kHz). Remember the boot-strap pins-GPIO0, GPIO2, and GPIO15-must sit HIGH (with proper pull-ups) on reset for a normal boot.

With battery charging, robust power rails, and a shield-friendly layout, the LOLIN32 Lite pinout makes it effortless to go from breadboard prototype to compact, battery-powered product.

Safe Pins to Use

These pins are safe for general GPIO usage without boot or system conflicts

IO18
IO19
IO22
IO23
IO25
IO26
IO27
IO32
IO33

Why Are These Pins Safe?

No boot sequence involvement
No flash/PSRAM connections
No USB or JTAG conflicts
Freely assignable without issues

Pins to Avoid or Use with Caution

Reserved for critical functions. Misuse may cause boot failures, programming issues, or system conflicts.

Strapping Pins

Boot behavior & flash voltage

JTAG Debugging

Low-level debugging interface

USB Pins

USB Serial/JTAG communication

Flash/SPI Pins

Memory & PSRAM connections

UART Serial

Debugging & firmware uploads

PINLabelWhy AvoidType
IO0GPIO0Must be HIGH during boot for normal startup; if held LOW on reset, forces flash programming mode.🛠️ Strapping
IO2GPIO2If driven HIGH on reset (while IO0 is LOW), selects an unsupported SDIO boot mode, causing boot failure.🛠️ Strapping
IO4GPIO4Sampled at reset for boot config; should not be driven at boot (affects boot mode timing).🛠️ Strapping
IO5GPIO5Must be HIGH during boot; if pulled LOW at reset, alters SDIO slave timing and may prevent normal boot.🛠️ Strapping
IO12MTDI (GPIO12)Keep LOW during boot (internal PD); pulling HIGH at reset selects 1.8V flash mode, causing flash brownout if 3.3V flash is used.🛠️ Strapping

Useful Links

Datasheets and resources for WEMOS LOLIN32 Lite

WEMOS LOLIN32 Lite Custom Pin Mapping

Pin configuration and GPIO mapping for WEMOS LOLIN32 Lite

40
Digital I/O Pins
16
Interrupt Pins
16
Analog Inputs
18
PWM Pins
PinFunctionESP PinI/O TypeDescription
15V5VPOWER INPUT5V power input for the board
2GNDGNDPOWER GROUNTGround connection
33V33.3VPOWER OUTPUT3.3V power output
5IO0GPIO0BIDIRECTIONALGPIO, ADC
6IO2GPIO2BIDIRECTIONALGPIO, ADC
7IO4GPIO4BIDIRECTIONALGPIO, ADC
8IO5GPIO5BIDIRECTIONALGPIO
9IO12GPIO12BIDIRECTIONALGPIO, ADC
10IO13GPIO13BIDIRECTIONALGPIO, ADC
11IO14GPIO14BIDIRECTIONALGPIO, ADC
12IO15GPIO15BIDIRECTIONALGPIO
13IO16GPIO16BIDIRECTIONALGPIO
14IO17GPIO17BIDIRECTIONALGPIO
15IO18GPIO18BIDIRECTIONALGPIO
16IO19GPIO19BIDIRECTIONALGPIO
17IO22GPIO22BIDIRECTIONALGPIO
18IO23GPIO23BIDIRECTIONALGPIO
19IO25GPIO25BIDIRECTIONALGPIO, ADC
20IO26GPIO26BIDIRECTIONALGPIO, ADC
21IO27GPIO27BIDIRECTIONALGPIO, ADC
22IO32GPIO32BIDIRECTIONALGPIO, ADC
23IO33GPIO33BIDIRECTIONALGPIO, ADC
24IO34GPIO34BIDIRECTIONALGPIO, ADC
25IO35GPIO35BIDIRECTIONALGPIO, ADC
26IO36GPIO36BIDIRECTIONALGPIO, ADC
27IO39GPIO39BIDIRECTIONALGPIO, ADC
Legend
Function Pin role
GPIO ESP32 pin
I/O Direction
# Pin number

Pin Mappings

Complete pinout and GPIO mapping for WEMOS LOLIN32 Lite

40
Digital I/O Pins
16
Interrupt Pins
16
Analog Inputs
18
PWM Pins
PinAnalogTouchPWMOther
0A11T1
1PWMTX
2A12T2PWM
3PWMRX
4A10T0PWM
5PWMSS
12A15T5PWM
13A14T4PWM
14A16T6PWM
15A13T3PWM
18PWMSCK
19PWMSDA MISO
22PWMLED_BUILTIN
23PWMSCL MOSI
25A18PWMDAC1
26A19PWMDAC2
27A17T7PWM
32A4T9PWM
33A5T8PWM
34A6
35A7
36A0
39A3
Legend
A0 Analog input
T0 Touch sensor
PWM PWM capable
RX/TX Serial pins
LED Built-in LED
# Pin number

Default Tools & Configuration

Build and upload settings for WEMOS LOLIN32 Lite

SettingValue
Bootloader toolesptool_py
Uploader toolesptool_py
Network uploader toolesp_ota
Bootloader address0x1000
Flash modedio
Boot modedio
Maximum upload size
1280 KB (1310720 bytes)
Maximum data size
320 KB (327680 bytes)
Configuration Summary

The WEMOS LOLIN32 Lite uses esptool_py for uploads , esp_ota for OTA updates, and esptool_py bootloader at 0x1000.

Flash mode: dio | Boot mode: dio

Max sketch size: 1280 KB | Max data size: 320 KB