Overview

The LILYGO T-Embed CC1101 is one of those rare dev boards that packs a genuinely unusual combination of radios into a compact, ready-to-use package. Most ESP32 boards leave you wiring up external modules and sourcing your own enclosure — this wireless development kit ships with a transparent shell and an included LiPo battery, which is a small but meaningful convenience. What really sets it apart is pairing a sub-GHz CC1101 radio with Wi-Fi and BLE on a single board, plus a 1.9″ IPS display for on-device feedback. That said, this is not a beginner's toy. Solid ESP-IDF or Arduino experience is expected before you'll see quick results.

Features & Benefits

The ESP32-S3 dual-core LX7 processor gives this ESP32-S3 dev board enough headroom to handle concurrent RF tasks, display rendering, and network communication without issue. The CC1101 module supports 315, 433, 868, and 915 MHz bands, making it useful for interacting with a wide range of sensors and legacy wireless devices — though always verify your local regulations before transmitting. The 1.9″ IPS panel is genuinely sharp for its size. With 16 MB of flash and LPDDR4X RAM, there is room for substantial firmware and data logging. One critical caveat: adding the CC1101 expansion board disables the onboard microphone, a hardware-level constraint with no software workaround whatsoever.

Best For

This wireless development kit fits best in the hands of intermediate or advanced makers — people who already know their way around ESP-IDF or the Arduino framework and are not intimidated by hardware bring-up. It is well-suited for RF signal exploration, whether that means building a portable 433 MHz scanner, bridging legacy sensors to a Wi-Fi network, or experimenting with sub-GHz home automation setups. Security researchers and wireless communications students will also find it a capable, self-contained lab tool. If you are just starting out with microcontrollers, this board will likely frustrate before it inspires. A working knowledge of wireless protocols and SPI or UART debugging genuinely helps here.

User Feedback

Across its ratings, the T-Embed CC1101 holds a solid 4.2 stars, reflecting positive sentiment toward its build quality and display. Buyers consistently praise the physical construction and point to LILYGO's GitHub repository as a practical lifeline — community examples and schematics there outperform the included documentation by a wide margin. On the downside, reviewers flag a steep onboarding curve, especially those expecting a plug-and-play experience. The CC1101 and microphone hardware conflict catches buyers off guard; it is a trade-off LILYGO acknowledges but does not emphasize prominently enough at purchase. Battery life and enclosure durability draw few complaints, suggesting the physical package holds up well for its market tier.

Pros

  • Combines CC1101 sub-GHz radio, Wi-Fi, and BLE on a single compact board — no module stacking required.
  • The 1.9″ IPS display enables on-device data visualization straight out of the box.
  • Transparent enclosure and included LiPo battery mean you can start prototyping immediately.
  • 16 MB flash offers substantial room for complex firmware and local data logging.
  • The ESP32-S3 dual-core LX7 handles concurrent RF, display, and network tasks without strain.
  • LILYGO's GitHub repository provides schematics and community examples that experienced developers find genuinely useful.
  • Supports 315, 433, 868, and 915 MHz bands, covering a wide range of sensor and legacy device protocols.
  • Build quality is consistently praised — the board feels durable and well-assembled for its class.
  • LPDDR4X RAM delivers noticeably smoother multitasking compared to older ESP32 variants.

Cons

  • Enabling the CC1101 module permanently disables the onboard microphone — a hardware limitation with no workaround.
  • Out-of-box documentation is minimal; real setup requires heavy reliance on the GitHub repository.
  • No SD card slot limits long-duration data logging without a remote offload solution.
  • Battery life under sustained RF scanning and active Wi-Fi is short — expect to carry a power bank for extended field use.
  • Running all three radios concurrently can cause firmware instability without careful task scheduling.
  • The learning curve is steep enough to frustrate developers without prior ESP32 or RF hardware experience.
  • Community resources are shallow compared to mainstream platforms, leaving niche use cases poorly documented.
  • The CC1101 and microphone conflict is not prominently disclosed at the point of sale, catching buyers off guard.
  • RF transmission legality across frequency bands is entirely the buyer's responsibility — not addressed in any included materials.

Ratings

The LILYGO T-Embed CC1101 earned an aggregate score built from verified buyer reviews worldwide, with our AI actively filtering out incentivized, bot-generated, and duplicate feedback to surface what real users actually experienced. Across more than a dozen performance categories, the scores reflect an honest picture — acknowledging where this ESP32-S3 dev board genuinely punches above its weight class and where it creates friction for certain buyers.

Build Quality
86%
The transparent shell feels more robust than the typical bare PCB you get from competing dev boards in this tier. Reviewers working on portable RF scanner builds noted the enclosure held up well to repeated handling, and the overall assembly feels deliberate rather than thrown together.
A small number of buyers reported minor flex in the enclosure when pressure is applied near the display corners. It is not a dealbreaker, but those planning to integrate the board into a rugged field tool may want to consider a secondary mounting solution.
RF Performance
81%
19%
The CC1101 sub-GHz radio performs reliably across the 433 and 868 MHz bands that most hobbyists actually use. Users building sensor bridge projects reported consistent reception at distances competitive with dedicated RF modules, without needing external amplification in typical indoor environments.
Range expectations need to be kept realistic — this is not a long-range LoRa solution. A handful of reviewers also flagged that multi-band switching requires more careful configuration than the documentation implies, and regional frequency restrictions are entirely the buyer's responsibility to manage.
Display Clarity
88%
The 1.9″ IPS panel is a genuine highlight. Users building real-time signal dashboards and RSSI visualizers praised its sharpness and viewing angles, especially compared to smaller OLED alternatives common on similar boards. It makes on-device debugging noticeably more comfortable.
The display size, while useful, is physically small — fine for status readouts and simple UIs, but limiting if you need to render anything detail-heavy. There are no reported driver stability issues, though initial display bring-up in custom firmware requires consulting the GitHub examples closely.
Documentation & Setup
58%
42%
LILYGO maintains an active GitHub repository with schematics, pinout references, and community-contributed examples that experienced developers found genuinely useful. For someone already comfortable with ESP-IDF or PlatformIO, the repo provides a solid enough foundation to get moving quickly.
The included printed documentation is thin and unlikely to carry most buyers far. Beginners hit a wall fast — example sketches are sparse, and the onboarding path for anything beyond the simplest test firmware demands real patience and prior ESP32 experience. This is one of the most consistent pain points in user feedback.
Wireless Connectivity
83%
Having Wi-Fi 802.11 b/g/n, BLE 5.0, and the CC1101 sub-GHz radio all on a single board removes the need for stacking extra modules in IoT gateway prototypes. Users bridging 433 MHz sensor data to MQTT over Wi-Fi found the combination particularly practical and space-efficient.
Running all three radios concurrently demands careful power and task management — some users reported instability when pushing heavy BLE and Wi-Fi workloads alongside RF scanning without deliberate scheduling in firmware. This is more a firmware design challenge than a hardware fault, but it catches people off guard.
Processing Power
84%
The dual-core LX7 architecture handles concurrent tasks — display rendering, RF decoding, and network communication — without the sluggishness that plagued earlier ESP32 generations. Developers prototyping multi-protocol IoT nodes appreciated not having to optimize aggressively just to maintain stable operation.
For the specific use cases this board targets, the CPU is rarely the bottleneck. Buyers expecting raw compute gains over standard ESP32-S3 modules may find the difference incremental rather than dramatic in practice.
Memory & Storage
79%
21%
16 MB of flash is genuinely generous for this form factor and supports complex firmware builds with room left over for local data logging. The LPDDR4X RAM keeps multitasking smoother than the base ESP32, which experienced users noticed when running feature-rich applications.
There is no SD card slot, which limits on-device storage expansion for longer-running data collection projects. Users who needed to log RF captures over hours or days had to implement their own remote data offloading solutions via Wi-Fi.
Battery & Power Management
71%
29%
The included LiPo battery means you can start testing portable use cases straight out of the box — no separate sourcing required. For short bench sessions and quick field tests, most buyers found the runtime sufficient without constantly reaching for USB power.
Battery life under sustained RF scanning and active Wi-Fi is not exceptional. Several reviewers doing longer field sessions flagged that they needed to bring a power bank for anything exceeding a couple of hours of continuous operation, which somewhat limits the truly wireless use case.
Ease of Use
47%
53%
For developers already experienced with ESP32 toolchains and RF hardware, the learning curve flattens quickly. Those who came in with prior ESP-IDF or PlatformIO knowledge reported a reasonably smooth path from unboxing to a working proof-of-concept firmware.
This is not a board you hand to someone new to embedded development and expect results. The combination of hardware quirks, thin included docs, and RF-specific complexity creates a steep wall for intermediate users. Multiple reviewers explicitly cautioned against purchasing without prior ESP32 experience.
Microphone Functionality
34%
66%
When the CC1101 expansion is not in use, the onboard microphone is technically available and functional for audio input experiments within ESP-IDF projects.
The moment you enable the CC1101 module — which is the primary reason most people buy this board — the microphone is permanently disabled at the hardware level. This is not configurable in software. Buyers expecting both audio and RF capability in the same build will be disappointed, and the limitation is not prominently disclosed at the point of sale.
Value for Money
73%
27%
Factoring in the display, enclosure, included battery, and tri-radio capability, the all-in cost is reasonable compared to assembling equivalent functionality from separate modules. For the target audience of experienced RF hobbyists, the convenience consolidation alone justifies the price point.
Buyers who underestimate the required expertise and end up with a board sitting idle will feel the pinch more acutely. At this price, the documentation gap feels more pronounced — experienced buyers tolerate it, but it does nudge the value score downward for the broader buying pool.
Community & Support
67%
33%
LILYGO has an established presence in the maker community, and the GitHub repository for this wireless development kit benefits from contributions beyond the official team. Sellers have also been reasonably responsive to product questions according to buyer reports.
Community resources are nowhere near the depth of something like a Raspberry Pi or mainstream Arduino board. Niche use cases often require forum digging or original problem-solving with little prior art to reference, which adds time to any serious development project.
Portability & Form Factor
77%
23%
The compact footprint and self-contained enclosure make this ESP32-S3 dev board genuinely portable compared to breadboard-based setups. Makers building handheld RF tools found it a natural fit for field use without needing to fabricate a custom housing.
At 4.6 oz it is not ultralight, and the package dimensions mean it does not slip unobtrusively into a jacket pocket. For wearable or ultra-compact embedded builds, the size may require some creative mounting to fit within tight project constraints.
Out-of-Box Experience
52%
48%
The hardware arrives assembled and ready to power on, with the battery already included. Physically, the unboxing experience is clean and the transparent enclosure gives a clear immediate view of the board internals, which experienced makers appreciate.
Beyond powering on, the out-of-box experience stalls quickly. There is no pre-loaded demo firmware that showcases the CC1101 radio or display in an immediately satisfying way, and the path from power-on to a working custom project requires substantial independent setup.

Suitable for:

The LILYGO T-Embed CC1101 is a strong match for makers and developers who already have real experience with ESP32 toolchains and want to explore sub-GHz RF communication without assembling a stack of separate modules. If you are building a portable 433 MHz signal scanner, prototyping an IoT gateway that bridges legacy wireless sensors to a Wi-Fi network, or experimenting with home automation on less-congested frequency bands, this wireless development kit delivers a rare combination of hardware in a single, enclosure-ready package. Security researchers and wireless communications students will appreciate having CC1101, BLE, and Wi-Fi all accessible from one board for lab and field experiments. The built-in 1.9″ IPS display is a genuine practical asset for anyone who wants live feedback — RSSI readouts, decoded payloads, or status dashboards — without wiring up an external panel. Developers comfortable with ESP-IDF or PlatformIO, and willing to lean on LILYGO's GitHub repository as their primary documentation source, will find the onboarding friction manageable and the hardware capable.

Not suitable for:

The LILYGO T-Embed CC1101 is a poor fit for anyone new to embedded development or ESP32 programming — the documentation packaged with the board is thin, and the GitHub examples, while useful, assume a baseline of firmware experience that beginners simply will not have. If you need onboard audio capture as part of your project, walk away: enabling the CC1101 module permanently disables the microphone at the hardware level, and no firmware workaround exists. Buyers expecting a polished, plug-and-play RF tool with point-and-click software will be disappointed — this is a development board, not a finished product. If your primary use case involves transmitting on sub-GHz frequencies, be aware that doing so legally requires understanding your regional regulations; the hardware enables it, but compliance is entirely your responsibility. Finally, anyone who needs extended off-grid battery life for multi-hour field deployments should know that sustained RF scanning and active Wi-Fi will drain the included LiPo faster than the form factor might suggest.

Specifications

  • MCU: Powered by the Espressif ESP32-S3 dual-core LX7 microprocessor, delivering ample compute headroom for concurrent RF, networking, and display tasks.
  • Sub-GHz Radio: Onboard CC1101 module supports 315, 433, 868, and 915 MHz frequency bands for communication with sensors, remote controls, and legacy wireless devices.
  • Wi-Fi: Supports IEEE 802.11 b/g/n wireless networking for integration with local networks and cloud-based IoT platforms.
  • Bluetooth: Bluetooth Low Energy 5.0 enables short-range wireless communication with smartphones, BLE sensors, and peripheral devices.
  • Display: Built-in 1.9″ IPS TFT LCD provides sharp, wide-angle color output suitable for real-time data readouts and simple on-device user interfaces.
  • Flash Storage: 16 MB of onboard flash memory accommodates complex firmware builds, over-the-air update partitions, and local data logging buffers.
  • RAM: LPDDR4X RAM supports smoother multitasking and more responsive firmware performance compared to standard PSRAM found on earlier ESP32 variants.
  • Battery: One lithium polymer battery is included in the package, enabling portable and untethered operation without requiring a separate power source.
  • Enclosure: Ships in a transparent shell enclosure that protects the PCB during handling while keeping the board's internal layout visible.
  • Weight: Complete unit weighs 4.6 oz, making it portable enough for handheld and field-use applications without significant bulk.
  • Dimensions: Package measures 11.02 x 6.65 x 2.01 inches, reflecting the boxed dimensions including enclosure and battery.
  • OS Support: Compatible with Linux-based development environments, supporting standard ESP-IDF and Arduino framework toolchains on Linux hosts.
  • Processor Brand: The ESP32-S3 SoC is designed and manufactured by Espressif Systems, a well-established vendor in the embedded and IoT silicon space.
  • Microphone Note: The onboard microphone is hardware-disabled when the CC1101 expansion module is active; this is a fixed hardware constraint and cannot be resolved in firmware.
  • Availability: First made available for purchase in October 2024, making it a relatively recent addition to LILYGO's T-Embed product line.
  • Included Items: Package includes the development board in its enclosure, a lithium polymer battery, and a user manual covering basic hardware information.
  • Manufacturer: Designed and manufactured by LILYGO (Shenzhen Xinyuan Electronic Technology Co., Ltd.), a prolific maker of ESP32-based development boards.
  • GitHub Resource: Official firmware examples, schematics, and pinout references are maintained at LILYGO's public GitHub repository under the T-Embed-CC1101 project.

Related Reviews

LILYGO T-Echo 915MHz
LILYGO T-Echo 915MHz
73%
88%
LoRa Range & Signal Quality
83%
Meshtastic Compatibility
91%
Hardware Integration & Component Density
79%
E-Ink Display Quality
62%
Battery Life (Real-World)
More
LILYGO T-Beam Meshtastic 915MHz
LILYGO T-Beam Meshtastic 915MHz
77%
83%
Out-of-Box Readiness
79%
LoRa Range Performance
71%
GPS Accuracy & Reliability
66%
Firmware Setup & Flashing
81%
Build Quality & Hardware Integration
More
LILYGO T-Deck Plus ESP32-S3 915MHz
LILYGO T-Deck Plus ESP32-S3 915MHz
75%
88%
Build Quality
83%
LoRa Radio Performance
81%
GPS Accuracy
74%
Keyboard Usability
79%
Display Clarity
More
AT&T Turbo Hotspot 3
AT&T Turbo Hotspot 3
81%
94%
Portability & Size
90%
Battery Life
85%
Wi-Fi Speed & Stability
88%
Ease of Use
83%
Value for Money
More
UNI-T UT383 Light Meter
UNI-T UT383 Light Meter
85%
88%
Ease of Use
91%
Accuracy of Measurements
89%
Portability/Size
82%
Battery Life
85%
Display/Visuals
More
T is for Tame Toddler Hair Kit
T is for Tame Toddler Hair Kit
88%
88%
Effectiveness for Frizz Control
91%
Ease of Use
90%
Ingredient Quality
93%
Gentleness on Skin
85%
Lightweight Hold
More
Eaglend EH01-T Wired Headset
Eaglend EH01-T Wired Headset
73%
83%
Microphone Clarity
78%
Comfort & Fit
57%
Build Quality
71%
Sound Quality
74%
USB-C Connectivity
More
Vortex Recon R/T 15x50 Monocular
Vortex Recon R/T 15x50 Monocular
83%
91%
Magnification Performance
88%
Durability & Build Quality
82%
Ease of Use
90%
Image Clarity & Brightness
84%
Portability & Weight
More
UNI-T UTP1306 DC Power Supply
UNI-T UTP1306 DC Power Supply
86%
88%
Performance
90%
Build Quality
80%
Usability
92%
Accuracy & Precision
87%
Safety Features
More
Kidskin T-Blast Facial Cleanser 150mL
Kidskin T-Blast Facial Cleanser 150mL
87%
88%
Effectiveness for Acne Treatment
91%
Gentleness on Sensitive Skin
85%
Oil Control
75%
Scent/Fragrance
87%
Texture & Feel
More

FAQ

Honestly, not really. The LILYGO T-Embed CC1101 assumes you already have some hands-on experience with ESP-IDF or the Arduino framework for ESP32. If you have never flashed a microcontroller or worked with SPI peripherals, expect a frustrating experience. Start with a simpler ESP32 board first and come back to this one once you have the basics down.

No, and this is a hard limitation worth knowing before you buy. When the CC1101 expansion module is active, the onboard microphone is disabled at the hardware level — it is a PCB design constraint that cannot be worked around in software. If your project needs both audio input and sub-GHz RF, this board will not support that combination.

The CC1101 module covers 315, 433, 868, and 915 MHz, which between them account for a wide range of hobbyist sensors, remote controls, and home automation devices. That said, which bands you can legally transmit on depends entirely on your country's RF regulations — receiving is generally unrestricted, but transmitting requires knowing your local rules.

Your best resource is LILYGO's official GitHub repository for this board — search for T-Embed-CC1101 on GitHub. The included printed manual is fairly basic, so the repo is where you will find usable example sketches, full schematics, and pinout references. The community has also contributed examples there that go beyond the official ones.

Both are supported. You can use the Arduino IDE with the ESP32 board package installed, or develop in ESP-IDF if you prefer a lower-level approach. PlatformIO is also a popular option among the community. Most of the GitHub examples are written for Arduino-style sketches, which makes that the path of least resistance for getting started.

It depends heavily on what you are running. For light usage — occasional RF reception and display updates — you can expect a few hours of wireless operation. Under sustained RF scanning with active Wi-Fi, battery life drops noticeably, and you may find yourself reaching for a USB power bank for extended field sessions. Power management in your firmware makes a significant difference.

The CC1101 chip is a transceiver, meaning it can both transmit and receive. However, transmitting RF signals is regulated by law in most countries, and operating on certain frequencies or power levels without authorization can be illegal. Always check your local radio frequency regulations before transmitting on any band.

There is no meaningful out-of-box demo firmware that showcases the RF or display features. The board powers on, but getting it to do anything useful requires flashing your own firmware. This is standard practice for development boards, but worth knowing if you were expecting an instant interactive demo.

There is no SD card slot on this board. For projects that require storing larger amounts of data locally — like long RF capture sessions — you will need to implement remote offloading over Wi-Fi or find another workaround. The 16 MB of onboard flash handles firmware and short-term buffering fine, but it is not a substitute for removable storage.

The main differentiator here is the combination of a built-in color IPS display, an enclosure, and an included battery alongside the CC1101 radio — most comparable boards ship as bare PCBs and require you to source those components separately. The tradeoff is a higher price point and a more opinionated form factor. If you want raw flexibility, a bare module may suit you better; if you want a portable, self-contained dev platform, this wireless development kit has a clear edge.