TTGO T7 V1.3 Mini32

Compact ESP32 dev board with auto-reset and USB - ideal for space-saving Wi-Fi/BLE applications.

Micro-USB
TTGO T7 V1.3 Mini32 board
ESP32
MCU
240MHz
clock
4MB
flash
520KB
SRAM
32· 12 ADC
GPIO
BLE 4.2+ WiFi
radio
On this page

Pinout

40 pins
View:
TTGO T7 V1.3 Mini32 pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
1-RSTcontrol-Reset (chip enable, active low)
236VPGPIO36strappingadcADC1_CH0, input only
32626GPIO26safeadc · dacDAC2, ADC2_CH9
41818GPIO18safespiVSPI SCK
51919GPIO19safespiVSPI MISO
62323GPIO23safespiVSPI MOSI
755GPIO5strappingspiVSPI CS
8-3V33.3Vpower-3.3V regulated output
913TCKGPIO13strapping-JTAG TCK (MTCK)
1010SD3GPIO10strapping-Flash pin - do not use
11-GNDground-Ground
12-NCsafe-Not connected
1339VNGPIO39strappingadcADC1_CH3, input only
143535GPIO35strappingadcADC1_CH7, input only
153333GPIO33safeadc · touchADC1_CH5, Touch8
163434GPIO34strappingadcADC1_CH6, input only
1714TMSGPIO14strapping-JTAG TMS (MTMS)
18-NCsafe-Not connected
199SD2GPIO9strapping-Flash pin - do not use
2011CMDGPIO11strapping-Flash pin - do not use
211TX0GPIO1uartuartUART0 TX (USB serial)
223RX0GPIO3uartuartUART0 RX (USB serial)
232222GPIO22LED_BUILTINsafei2cDefault I2C SCL; onboard LED (LED_BUILTIN)
242121GPIO21safei2cDefault I2C SDA
251717GPIO17strapping-General-purpose IO
261616GPIO16strapping-General-purpose IO
27-GNDground-Ground
28-5Vpower-5V from USB, input to onboard regulator
2915TDOGPIO15strapping-JTAG TDO (MTDO)
307SD0GPIO7strapping-Flash pin - do not use
31-GNDground-Ground
322727GPIO27safeadc · touchADC2_CH7, Touch7
332525GPIO25safeadc · dacDAC1, ADC2_CH8
343232GPIO32safeadc · touchADC1_CH4, Touch9
3512TDIGPIO12strapping-JTAG TDI (MTDI)
3644GPIO4strappingadc · touchADC2_CH0, Touch0
3700GPIO0strappingadc · touchADC2_CH1, Touch1, Boot button
3822GPIO2strappingadc · touchADC2_CH2, Touch2
398SD1GPIO8strapping-Flash pin - do not use
406CLKGPIO6strapping-Flash pin - do not use

Start with these

10 pins with no boot or system involvement
26GPIO2618GPIO1819GPIO1923GPIO2333GPIO3322GPIO2221GPIO2127GPIO2725GPIO2532GPIO32

Freely assignable - no strapping, flash, USB or JTAG duties. Ideal first picks for buttons, sensors and LEDs.

Fine - with a little care

sampled at boot or shared with debug/serial
PinLabelWhat to knowRole
VPGPIO36 (SENSOR_VP)Cannot be used as output; only suitable for input (e.g., analog read).Other
5GPIO5Must be HIGH during boot; if pulled LOW at reset, alters SDIO slave timing and may prevent normal boot.Strapping
TCKMTCK (GPIO13)Used for JTAG debugging (TCK); avoid using as GPIO if JTAG is needed.Other
VNGPIO39 (SENSOR_VN)Cannot be used as output; only suitable for input.Other
35GPIO35Cannot be used as output; only suitable for input.Other
34GPIO34Cannot be used as output (no drive capability); only suitable for analog/digital input.Other
TMSMTMS (GPIO14)Used for JTAG debugging (TMS); driving it as GPIO may interfere with JTAG or produce spurious signals at boot.Other
TDOMTDO (GPIO15)Keep HIGH during boot (internal PU); if LOW on reset, bootloader log is silenced and boot mode may change.Strapping
TDIMTDI (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
4GPIO4Sampled at reset for boot config; should not be driven at boot (affects boot mode timing).Strapping
0GPIO0Must be HIGH during boot for normal startup; if held LOW on reset, forces flash programming mode.Strapping
2GPIO2If driven HIGH on reset (while IO0 is LOW), selects an unsupported SDIO boot mode, causing boot failure.Strapping

Only if you know the tricks

wired to flash or USB - expect a fight
PinLabelWhat to knowRole
SD3GPIO10 (Flash SD3)Used by internal flash/PSRAM; typically not exposed on modules, avoid using as GPIO.Flash
SD2GPIO9 (Flash SD2)Used by internal flash/PSRAM; typically not exposed on modules, avoid using as GPIO.Flash
CMDGPIO11 (Flash CMD)Used by internal flash (chip select/command); not available for general use.Flash
TX0U0TXD (GPIO1)Connected to on-board USB-UART for uploading and logs; drives serial output at boot, so using as GPIO can disrupt programming or console.USB
RX0U0RXD (GPIO3)Used for receiving data from USB-UART (programming); also pulled HIGH at boot for console communication, so using as GPIO can disrupt uploads.USB
17GPIO17Connected to internal PSRAM on PSRAM-enabled modules; not usable as GPIO on those modules.Flash
16GPIO16Connected to internal PSRAM on PSRAM-enabled modules; not usable as GPIO on those modules.Flash
SD0GPIO7 (Flash SD0)Used for internal flash/PSRAM data; not available for general GPIO.Flash
SD1GPIO8 (Flash SD1)Used for internal flash/PSRAM data; not available for general GPIO.Flash
CLKGPIO6 (Flash SCK)Used for internal flash/PSRAM communication; not available for general GPIO.Flash
These are recommendations, not hard rules - with the right pull-ups, timing and boot-state awareness most pins can be made to work. When in doubt, start green.
Pinout notes The TTGO T7 V1.3 Mini32 breaks out 40 pins in total: 32 GPIO for your project, with 3V3 , GND and 5V handling power. On the analog side there are 12…

The TTGO T7 V1.3 Mini32 breaks out 40 pins in total: 32 GPIO for your project, with 3V3, GND and 5V handling power.

On the analog side there are 12 ADC-capable pins for sensors and battery monitoring, 6 capacitive-touch inputs and 2 true DAC outputs.

If you want zero surprises, 26, 18, 19, 23 and 6 more are free of any such role - the safest first picks. 12 of the exposed pins carry boot-time or system duties on the ESP32 (VP, 5, TCK and 9 more).

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Serial chip: CH340C. Not detected? Hold BOOT while plugging in.
2
Flash with your tool
Arduino IDE, PlatformIO, ESPHome or esptool - copy the settings on the right.
3
Verify it runs
The blink example uses GPIO26 - swap for your board's LED pin if different.
Tools → Board settings Copy
Board:            Ttgo T7 V13 Mini32
Flash Size:       4MB · DIO
Upload Speed:     921600

// blink
pinMode(26, OUTPUT);
digitalWrite(26, LOW);   // on (often inverted)
platformio.ini Copy
[env:ttgo-t7-v13-mini32]
platform = espressif32
board = esp32dev
framework = arduino
monitor_speed = 115200
upload_speed = 921600
device.yaml Copy
esp32:
  board: esp32dev
  variant: ttgo-t7-v13-mini32
  framework:
    type: esp-idf

# blink - GPIO26
output:
  - platform: gpio
    pin: 26
    id: led_out
light:
  - platform: binary
    name: "LED"
    output: led_out
shell Copy
esptool.py --chip esp32 --port /dev/ttyACM0 \
  write_flash 0x0 firmware.bin
Build details: sketch space 1310720 B · data 327680 B · DIO

Specifications

ESP32
Compute
MCU
ESP32
Clock
240 MHz
SRAM · Flash
520 KB · 4MB
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
4.2 LE
Antenna
PCB
I/O
GPIO · ADC
32 · 12
UART · I²C · SPI
3 · 2 · 4
PWM
16 channels
Power
USB
Micro-USB
Serial
CH340C
Boot address
0x1000
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · DIO
Sketch · Data
1.25 MB · 320 KB
The TTGO T7 V1.3 Mini32 uses esptool_py for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is DIO with DIO boot mode. The maximum sketch size is 1.25 MB with 320 KB available for data.

About this board

At its core is the ESP32 - a dual-core Xtensa with both Bluetooth Classic and BLE.

Expect to pay about $5.49 - less than the ~$20 most ESP32 boards go for.

32 GPIO are broken out - more than most ESP32 boards, so the pin budget is rarely the constraint.

Onboard you'll find battery charging (TP4054) via JST 1.25mm and Reset/Boot buttons.

  • Onboard ON/OFF power slide switch
  • u.FL/IPEX socket for an external antenna (ships with onboard PCB antenna; move the SMT jumper to switch)

Where to buy

prices are typical street prices
TTGO T7 V1.3 Mini32
TTGO T7 V1.3 Mini32
$5.49per unit, typical

Resources

Similar boards