Skip to main content
ESPBoards
Yes
No
N/A

LilyGo T3S3 V1.0 Development Board Pinout and Technical Specifications

Code name: LILYGO_T3S3_V1_0

Manufacturer: LilyGo

LilyGo T3S3 V1.0 development board is based on esp32s3 microcontroller and uses xtensa architecture. This development board has a maximum CPU frequency of 240 MHz and a flash size of 16MB.


πŸ”— Quick Links

LilyGo T3S3 V1.0 imageLilyGo T3S3 V1.0 imageLilyGo T3S3 V1.0 imageLilyGo T3S3 V1.0 image

πŸ“ LilyGo T3S3 V1.0 Description

πŸš€ The LilyGo T3S3 V1.0 is an ESP32-S3-based development board designed for high-performance applications. With integrated WiFi and Bluetooth 5, it offers seamless wireless connectivity for IoT projects. ⚑

πŸ“‘ Featuring a compact design, the T3S3 V1.0 is equipped with 8MB PSRAM and 16MB Flash, ensuring sufficient storage and processing power for complex tasks.

πŸ’Ύ The board includes multiple GPIOs, ADC, PWM, I2C, and SPI support, making it suitable for a wide range of embedded applications.

πŸ“Š LilyGo T3S3 V1.0 Specs

Below you can find the specifications of LilyGo T3S3 V1.0, such as features, connectivity options, and LilyGo T3S3 V1.0 technical specs.

✨ Features

  • 48 digital IO pins
  • 46 external interrupt pins
  • 20 analog input pins
  • 27 PWM pins

πŸ–₯ Display

  • Type: OLED
  • Size: 0.96"
  • Resolution: 128x64

πŸ–₯️ Display

  • Type: OLED
  • Size: 0.96"
  • Resolution: 128x64

πŸ›°οΈ Connectivity

  • WiFi: 802.11 b/g/n (2.4 GHz)
  • Bluetooth: 5.0
  • BLE: 5.0

πŸ“ Technical specs

Microcontrolleresp32s3
Clock Speed240 MHz
Flash size16MB
PSRAM Size8MB
Architecturextensa

πŸ”Œ LilyGo T3S3 V1.0 Pinout

⚠️ Pins to Avoid or Use with Caution

Some pins are reserved for critical functions like bootstrapping, JTAG debugging, USB communication, and flash memory operations. Misusing these pins may lead to boot failures, programming issues, USB conflicts, or disruptions in flash storage. Below is a list of pins to avoid or use with caution, categorized for clarity:

PINLabelReasonFunction
IO3GPIO3Sampled at reset to select JTAG interface (USB Serial/JTAG controller vs. external pins). Improper use can disable external JTAG or alter debug interface.πŸ› οΈ Strapping
IO10FSPICS0Used to select the external flash chip. It is required for flash access and cannot be repurposed without losing flash connectivity⚑ Flash
IO11FSPIDUsed as a data line for flash (and in-package PSRAM). It should not be used as GPIO when the flash/PSRAM is in use.⚑ Flash
IO12FSPICLKDrives the flash (and PSRAM) clock. This critical signal must be reserved for memory and not used as general GPIO.⚑ Flash
IO13FSPIQUsed as a data line for flash/PSRAM transfers. Not available for other uses when flash/PSRAM is connected.⚑ Flash
IO19USB_D-By default connected to the on-chip USB Serial/JTAG controller. Using it as general GPIO without reconfiguring IO MUX will interfere with USB functionality.πŸ”Œ USB

πŸ“Œ Key Takeaway:

βœ… Pins Safe to use

For general GPIO usage, these are the safest and most flexible choices πŸš€:
  • πŸ”Ή IO1
  • πŸ”Ή IO2
  • πŸ”Ή IO16
  • πŸ”Ή IO17
  • πŸ”Ή IO18

Unlike restricted pins, these GPIOs are not tied to essential system functions like πŸ› οΈ bootstrapping, πŸ”Œ USB communication, πŸ”— JTAG debugging, or ⚑ SPI flash memory, making them the best choices for custom applications and general use.

Why Are These Pins Safe?
  • Not involved in bootstrapping β†’ These GPIOs do not affect the device’s boot mode or system startup.
  • Not linked to flash memory or PSRAM β†’ They won’t interfere with storage or memory access.
  • Not dedicated to USB or JTAG β†’ They remain free for general use without affecting debugging or programming.
  • No special hardware connections β†’ Unlike some pins that are internally wired to system functions, these remain freely assignable.

πŸ—ΊοΈ LilyGo T3S3 V1.0 External Pins Mapping Functions

Below you can find the LilyGo T3S3 V1.0 pinout. This development board provides 48 digital IO pins, out of which 46 can be used as an external interrupt pins , 20 as analog input pins and 27 pins have Pulse-Width Modulation (PWM) .

PinFunctionESP PinInput/OutputDescription
13V33.3VPOWER OUTPUT3.3V power output
2GNDGNDPOWER GROUNDGround connection
35V5VPOWER INPUT5V power input
4IO1GPIO1BIDIRECTIONALGPIO, ADC, I2C
5IO2GPIO2BIDIRECTIONALGPIO, ADC
6IO3GPIO3BIDIRECTIONALGPIO, ADC
7IO10SPI_CSBIDIRECTIONALGPIO, SPI Chip Select
8IO11SPI_DBIDIRECTIONALGPIO, SPI Data
9IO12SPI_CLKBIDIRECTIONALGPIO, SPI Clock
10IO13SPI_QBIDIRECTIONALGPIO, SPI Q
11IO16I2C_SCLBIDIRECTIONALGPIO, I2C Clock
12IO17I2C_SDABIDIRECTIONALGPIO, I2C Data
13IO18UART_TXBIDIRECTIONALGPIO, UART TX
14IO19UART_RXBIDIRECTIONALGPIO, UART RX
Function - Pin Function
ESP Pin - Pin on ESP32
Input/Output - Input or Output Pin
Description - Pin Description

πŸ› οΈ Default Tools

Bootloader toolesptool_py
Uploader toolesptool_py
Network uploader toolesp_ota
Bootloader address0x0
Flash modedio
Boot modeqio
PSRAM typeopi
Maximum upload size
3072 Kb
(3145728 B)
Maximum data size
320 Kb
(327680 B)

The LilyGo T3S3 V1.0 development board by default uses esptool_py uploader tool, esp_ota network uploader tool for Over-the-air (OTA) uploads and esptool_py bootloader tool. The bootloader starts at address "0x0". Flash mode and boot mode for LilyGo T3S3 V1.0 development board by default is dio and qio respectively. The board uses opi PSRAM type. When using Arduino IDE, the maximum sketch upload size is 3072 Kb (3145728 B) and maximum data size for variables is 320 Kb (327680 B).