Skip to main content

Hardware Assembly

Pin Connections

ESP32-C3 Super Mini Wiring

The ESP32-C3 requires 8 connections to the e-paper display:

E-Paper PinFunctionESP32-C3 PinGPIOWire Color Suggestion
BUSYBusy SignalA22Yellow
CSChip SelectA33Orange
SCKSPI ClockSCK4Green
SDI (MOSI)SPI DataMOSI6Blue
RESResetSDA8Purple
DCData/CommandSCL9Gray
VCC (3.3V)Power3.3V-Red
GNDGroundGND-Black

you can add 3 buttons for changing display modes manually

ESP32-C3 Super Mini          E-Paper Hat (DESPI-C02)
┌─────────────────┐ ┌─────────────────────────────┐
│ │ │ │
│ 3.3V ●─────┼─────────┼─● VCC (3.3V) │
│ GND ●─────┼─────────┼─● GND │
│ │ │ │
│ GPIO 2 ●─────┼─────────┼─● BUSY │
│ GPIO 3 ●─────┼─────────┼─● CS │
│ GPIO 4 ●─────┼─────────┼─● SCK │
│ GPIO 6 ●─────┼─────────┼─● SDI (MOSI) │
│ GPIO 8 ●─────┼─────────┼─● RES │
│ GPIO 9 ●─────┼─────────┼─● DC │
│ │ │ │
└─────────────────┘ └─────────────────────────────┘

TRMNL 7.5" (OG) DIY Kit Wiring (out of box)

The ESP32-S3 requires 8 connections to the e-paper display:

E-Paper PinFunctionESP32-S3 PinGPIO
BUSYBusy SignalGPIO 44
CSChip SelectGPIO 4444
SCKSPI ClockGPIO 77
SDI (MOSI)SPI DataGPIO 99
RESResetGPIO 3838
DCData/CommandGPIO 1010
VCC (3.3V)Power3.3V-
GNDGroundGND-
Button FunctionESP32-S3 GPIOConnection
Half & Half ModeGPIO 2Button → GND
Weather Only ModeGPIO 3Button → GND
Departure Only ModeGPIO 5Button → GND

💡 Tip: Use momentary push buttons (normally open)

Battery Connection

  1. Identify battery connector

    • Most ESP32 boards have a JST connector for LiPo batteries
    • Check polarity: Red (+), Black (-)
  2. Connect battery

    • ⚠️ IMPORTANT: Verify polarity before connecting!
    • Wrong polarity can damage the board
    • Match red to red, black to black
  3. Test with multimeter first

    • Check battery voltage: should be 3.7-4.2V
    • Verify polarity matches board connector

Safety Notes

⚠️ Important Safety Information:

  • LiPo Battery Safety:

    • Never short circuit battery terminals
    • Don't puncture or damage battery
    • Charge at appropriate rate (1C max)
    • Monitor temperature during charging
    • Store at 50-60% charge if not using
  • Soldering Safety:

    • Use in well-ventilated area
    • Don't touch hot iron tip
    • Use proper ventilation/fume extraction
    • Wash hands after handling solder
  • Electrical Safety:

    • Disconnect power before making connections
    • Verify polarity before connecting battery
    • Don't exceed voltage ratings (3.3V for display)