TTGO T1 image

TTGO T1

Development Board

Code name: TTGO_T1

TTGO T1 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 TTGO T1

Classic ESP32 TTGO board with LiPo support and headers - great for basic wireless development and IoT builds.

Where to Buy TTGO T1

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

Technical Specifications

Complete technical specification details for TTGO T1

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 16
Interrupts 16

Quick Setup

Copy-paste configs for TTGO T1 - auto‑generated from this board's exact hardware specs.

ESP32 240 MHz 4MB DIO Xtensa

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

Tools menu settings
Board (select in Arduino IDE) Ttgo T1
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 "Ttgo T1" for the TTGO T1.

TTGO T1 Pinout Diagram

Complete pin reference for TTGO T1

TTGO T1 pinout diagram

Safe Pins to Use

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

OLED RST
OLED SDA
OLED SCL
SDCard CS
SDCard MOSI
SDCard MISO
SDCard SCLK
LORA MOSI
LORA MISO
LORA SCLK
LORA CS
LORA RST
LORA DIO0
DS3231 SDA
DS3231 SCL

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

Useful Links

Datasheets and resources for TTGO T1

TTGO T1 Custom Pin Mapping

Pin configuration and GPIO mapping for TTGO T1

40
Digital I/O Pins
16
Interrupt Pins
16
Analog Inputs
16
PWM Pins
PinFunctionESP PinI/O TypeDescription
1OLED RSTGPIO16outputOLED Reset
2OLED SDAGPIO21bidirectionalI2C Data Line
3OLED SCLGPIO22bidirectionalI2C Clock Line
4SDCard CSGPIO13outputSPI Chip Select for SD Card
5SDCard MOSIGPIO15bidirectionalSPI Master Out Slave In for SD Card
6SDCard MISOGPIO2bidirectionalSPI Master In Slave Out for SD Card
7SDCard SCLKGPIO14bidirectionalSPI Clock Line for SD Card
8LORA MOSIGPIO27bidirectionalSPI Master Out Slave In for LoRa
9LORA MISOGPIO19bidirectionalSPI Master In Slave Out for LoRa
10LORA SCLKGPIO5bidirectionalSPI Clock Line for LoRa
11LORA CSGPIO18outputSPI Chip Select for LoRa
12LORA RSTGPIO23outputLoRa Reset
13LORA DIO0GPIO26inputLoRa Interrupt Pin
14DS3231 SDAGPIO21bidirectionalI2C Data Line for DS3231 RTC
15DS3231 SCLGPIO22bidirectionalI2C Clock Line for DS3231 RTC
Legend
Function Pin role
GPIO ESP32 pin
I/O Direction
# Pin number

Pin Mappings

Complete pinout and GPIO mapping for TTGO T1

40
Digital I/O Pins
16
Interrupt Pins
16
Analog Inputs
16
PWM Pins
PinAnalogTouchPWMOther
0A11T1
1PWMTX
2A12T2PWMMISO
3PWMRX
4A10T0PWM
12A15T5PWM
13A14T4PWMSS
14A16T6PWMSCK
15A13T3PWMMOSI
21PWMSDA
22PWMLED_BUILTIN
23PWMSCL
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 TTGO T1

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 TTGO T1 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