
LILYGO T-Mini E-Paper S3
Compact ESP32-S3FN4R2 board with SX1262 LoRa radio, 1.02-inch e-paper display (128x80), TF card slot, and 18350 battery support. Perfect for low-power LoRa sensor nodes with a visual readout.
$40.81
Hardware Specifications
Connectivity
Components
Dual-core Xtensa LX7 at 240MHz with 4MB flash and 2MB PSRAM in a single package
Long-range sub-GHz LoRa transceiver supporting 868MHz and 915MHz frequency bands
Driver IC for 1.02-inch e-paper display at 128x80 pixel resolution
Resources
Where to Buy
Overview
The LILYGO T-Mini E-Paper S3 combines an ESP32-S3FN4R2 microcontroller with a Semtech SX1262 LoRa radio and a 1.02-inch e-paper display in a compact form factor. The e-paper display uses the GDGDEWG102T4 driver at 128x80 pixel resolution, providing a high-contrast, sunlight-readable readout that consumes zero power when not refreshing — ideal for battery-operated field devices.
The SX1262 supports both 868MHz (EU) and 915MHz (US/AU) frequency bands depending on the variant ordered, enabling long-range LoRa communication over several kilometres in open terrain. When combined with the ESP32-S3's Wi-Fi and Bluetooth, the board can act as a LoRa-to-Wi-Fi gateway, a Meshtastic node, or a standalone sensor display with periodic LoRa uplinks.
Key features:
- ESP32-S3FN4R2 with 4MB flash and 2MB PSRAM in the package
- SX1262 LoRa transceiver (868MHz or 915MHz variant)
- 1.02-inch e-paper display, 128x80 pixels, GDGDEWG102T4 driver
- TF (microSD) card slot for data logging
- 18350 cylindrical battery connector (battery not included)
- USB-C for programming and charging
- Wi-Fi 802.11 b/g/n and Bluetooth 5 LE
The use of the ESP32-S3FN4R2 package — which integrates flash and PSRAM directly — keeps the BOM small and the board compact. The e-paper display retains its last image indefinitely without power, making it suitable for status boards that only update occasionally and need to remain readable during sleep intervals.
Firmware Compatibility
- Arduino: Supported via
arduino-esp32. UseESP32S3 Dev Module. The SX1262 is compatible with theRadioLibandLoRaArduino libraries. The e-paper display uses theGxEPD2library with the appropriate driver class for the GDGDEWG102T4 panel. - ESP-IDF: Native SPI driver for both the SX1262 and the e-paper display. The LilyGO GitHub repository provides ESP-IDF compatible examples.
- PlatformIO: Use the
espressif32platform withesp32-s3-devkitc-1board target. IncludeRadioLibandGxEPD2inlib_deps. - Meshtastic: The SX1262 radio is compatible with Meshtastic firmware. Flash the standard Meshtastic ESP32-S3 build and configure the SX1262 pins as documented in the GitHub repository.
Flashing Guide
- Connect the T-Mini E-Paper S3 to your computer via USB-C cable.
- The board will appear as a serial device.
- If the device does not enter download mode automatically, hold the BOOT button while pressing RESET, then release BOOT.
- For Arduino IDE: install the ESP32 board package (v2.x or later), select ESP32S3 Dev Module, set PSRAM to QSPI PSRAM (2MB), and Flash Size to 4MB.
- For ESP-IDF:
idf.py -p /dev/ttyUSB0 flash monitor - For esptool:
esptool.py --chip esp32s3 --port /dev/ttyUSB0 --baud 921600 write_flash -z 0x0 firmware.bin - After flashing, press RESET. The e-paper display will show the initial image after the first full refresh cycle.
- See the GitHub repository for pinout documentation, SX1262 configuration, and complete example sketches.
- Note: The 18350 battery is not included in the package and must be purchased separately if battery operation is needed.
Related Products
ESP32-S3This product page may contain errors. If you find any, please report them.