LilyGo T-Embed CC1101

An ESP32-S3 development board with integrated CC1101 RF module, suitable for sub-1GHz wireless communication projects.

USB-C Native USB
LilyGo T-Embed CC1101 board
97.5 × 39 mm
ESP32-S3
MCU
240MHz
clock
16MB
flash
512KB
SRAM
4· 2 ADC
GPIO
BLE 5.0+ WiFi
radio
On this page

Pinout

8 pins
View:
LilyGo T-Embed CC1101 pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
18SDAIO8safeadc · touch · i2cI2C/QWIIC extension connector SDA; shared with onboard PN532, BQ27220 and BQ25896
218SCLIO18safeadc · i2cI2C/QWIIC extension connector SCL; shared with onboard PN532, BQ27220 and BQ25896
3-3V3power-3.3V output on the I2C/QWIIC extension connector
4-GNDground-Ground on the I2C/QWIIC extension connector
543TXDU0TXDstrappinguartUART extension connector TX (U0TXD); reused as nRF24 CE in the extend example
644RXDU0RXDstrappinguartUART extension connector RX (U0RXD); reused as nRF24 CS in the extend example
7-3V3power-3.3V output on the UART extension connector
8-GNDground-Ground on the UART extension connector

Start with these

2 pins with no boot or system involvement
SDAIO8SCLIO18

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
TXDU0TXD (GPIO43)Used for bootloader output and UART console logs. If repurposed, you will lose the default serial output (and programming via UART0).Other
RXDU0RXD (GPIO44)Used for bootloader input (download mode via serial). If repurposed, you cannot use the default UART0 download mode for programming the chip.Other
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 LilyGo T-Embed CC1101 pinout brings out 8 pins - 4 usable GPIO alongside the 3V3 and GND power rails. Peripheral wiring is straightforward: I²C is mapped…

The LilyGo T-Embed CC1101 pinout brings out 8 pins - 4 usable GPIO alongside the 3V3 and GND power rails.

Peripheral wiring is straightforward: I²C is mapped to SDA on GPIO8 and SCL on GPIO18.

Beyond plain digital I/O you get 2 ADC-capable pins for sensors and battery monitoring and 1 capacitive-touch inputs.

2 of the exposed pins carry boot-time or system duties on the ESP32-S3 (TXD and RXD) - check the guidance above before wiring anything to them. SDA and SCL are free of any such role - the safest first picks.

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Native USB - no driver, no serial chip. 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 GPIO8 - swap for your board's LED pin if different.
Tools → Board settings Copy
Board:            Lilygo T Embed Cc1101
USB CDC On Boot:  Enabled
Flash Size:       16MB · DIO
Upload Speed:     921600

// blink
pinMode(8, OUTPUT);
digitalWrite(8, LOW);   // on (often inverted)
platformio.ini Copy
[env:lilygo_t_embed_cc1101]
platform = espressif32
board = esp32-s3-devkitc-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
device.yaml Copy
esp32:
  board: esp32-s3-devkitc-1
  variant: lilygo_t_embed_cc1101
  framework:
    type: esp-idf

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

Specifications

ESP32-S3 · 97.5 × 39 mm
Compute
MCU
ESP32-S3
Clock
240 MHz
SRAM · Flash
512 KB · 16MB · 8MB (OPI) PSRAM
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
5.0 LE
Antenna
PCB
I/O
GPIO · ADC
4 · 2
UART · I²C · SPI
3 · 2 · 4
PWM
8 channels
Power
USB
USB-C
Serial
Native (CDC)
Boot address
0x0
Display
Screen
IPS LCD · 1.9" · 170x320
Driver
ST7789V
Touch
No
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · QIO
Sketch · Data
3 MB · 320 KB
39 mm97.5 mm
97.5 × 39 mm
The LilyGo T-Embed CC1101 uses esptool_py for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is DIO with QIO boot mode. The maximum sketch size is 3 MB with 320 KB available for data.

About this board

Inside sits the ESP32-S3 - a dual-core Xtensa with vector extensions suited to AI workloads.

At $45.99 it's on the expensive side for an ESP32-S3 board - most land around $30.

Only 4 GPIO are broken out, where most ESP32-S3 boards manage about 21 - worth checking the pinout covers what you need.

Around the module: 8MB (OPI) PSRAM, an IPS LCD 1.9" 170x320 display, a microSD slot, a microphone, a speaker, an addressable RGB LED (GPIO14), an IR transceiver, a battery fuel gauge (BQ27220), an NFC/RFID reader (PN532), a rotary encoder, battery charging (BQ25896) via JST-GH 1.25mm and Reset/Boot buttons.

It flashes over native USB - no serial-converter driver needed, which isn't a given among ESP32-S3 boards.


The LilyGo T-Embed CC1101 is an advanced development board featuring an ESP32-S3 microcontroller with integrated WiFi and Bluetooth 5 capabilities. It includes the CC1101 RF transceiver, enabling sub-1GHz wireless communication, ideal for IoT applications requiring long-range and low-power connectivity.

  • CC1101 sub-1GHz RF transceiver (315/433/868/915 MHz)
  • 8x addressable WS2812 RGB LEDs on GPIO14
  • 1300mAh Li-Po battery included

Where to buy

prices are typical street prices
LilyGo T-Embed CC1101
LilyGo T-Embed CC1101
$45.99per unit, typical

Resources

Similar boards