Skip to content

T-Camera-S3 get it now

Overview

LILYGO T-Camera-S3 is a compact camera development board based on the ESP32-S3FN16R8 (dual-core LX7 @ 240 MHz). It integrates a 2MP OV2640 camera module, a 0.96-inch SSD1306 OLED display (128 × 64), an AS312 PIR motion sensor, a microphone, and a battery management circuit. With built-in Wi-Fi 802.11 b/g/n and Bluetooth 5.0, the board is well-suited for TinyML computer vision, smart doorbell, motion detection, and edge AI prototyping applications.

Quick Start

Example Support

ExamplePlatformIO/ArduinoESP-IDFDescription
LilyGo-Camera-SeriesCamera, OLED, PIR, microphone examples

PlatformIO

  1. Install Visual Studio Code and Python
  2. Search for and install the PlatformIO IDE extension in VS Code
  3. Open the LilyGo-Camera-Series project folder
  4. Open platformio.ini and select the T-Camera-S3 environment
  5. Click to compile, connect via USB-C, click to upload

Arduino

  1. Install Arduino IDE
  2. Install Arduino ESP32
  3. In ToolsBoard, configure:
Arduino IDE SettingValue
BoardESP32S3 Dev Module
PortYour port
USB CDC On BootEnable
CPU Frequency240 MHz (WiFi)
Flash ModeQIO 80 MHz
Flash Size16MB (128Mb)
PSRAMOPI PSRAM
Partition Scheme16M Flash (3MB APP/9.9MB FATFS)
Upload ModeUART0/Hardware CDC
Upload Speed921600
  1. Click Upload

Development Platforms

  1. ESP-IDF
  2. Arduino IDE

Key Features

  • ESP32-S3FN16R8 dual-core LX7 @ 240 MHz, Wi-Fi + Bluetooth 5.0
  • 2MP OV2640 camera module (up to 1600 × 1200)
  • 0.96-inch SSD1306 OLED display (128 × 64, I2C)
  • AS312 PIR motion sensor
  • Built-in microphone
  • JST battery connector with charging circuit
  • Compact form factor with enclosure option
  • USB Type-C for power and programming

Specifications

ParameterValue
SOCESP32-S3FN16R8, dual-core LX7 @ 240 MHz
Flash16 MB
PSRAM8 MB (OPI)
WirelessWi-Fi 802.11 b/g/n, Bluetooth 5.0 LE
CameraOV2640, 2MP, up to 1600 × 1200
Display0.96-inch SSD1306 OLED, 128 × 64
PIR SensorAS312
USB1 × Type-C
BatteryJST connector, Li-Po supported

T-Camera-S3 Specifications

Pin Diagram

T-Camera-S3 Pinout

Camera (OV2640)

OV2640XCLKSIODSIOCVSYNCHREFPCLKD0D1D2D3D4D5D6D7
ESP32-S3GPIO38GPIO5GPIO4GPIO8GPIO18GPIO12GPIO9GPIO10GPIO11GPIO13GPIO21GPIO47GPIO48GPIO14

OLED Display (SSD1306)

SSD1306SDASCL
ESP32-S3GPIO5GPIO4

PIR Sensor

AS312OUT
ESP32-S3GPIO21

Dimensions

Schematic

Datasheet

Software Libraries

Dependent Libraries

FAQ

Version History

VersionRelease DateUpdate Description
T-Camera-S3 V1.02022-12Initial version