LILYGO T-Embed CC1101 Plus

LILYGO T-Embed CC1101 Plus ESP32-S3 Development Board

Instruction Manual

1. Safety Information

Please read this manual carefully before using the LILYGO T-Embed CC1101 Plus. This device is an electronic development board and should be handled with care. Improper use may result in damage to the device or personal injury.

2. Package Contents

The LILYGO T-Embed CC1101 Plus package includes the following items:

LILYGO T-Embed CC1101 Plus package contents

Figure 2.1: LILYGO T-Embed CC1101 Plus package contents, including the device and user manual.

3. Product Overview

The LILYGO T-Embed CC1101 Plus is a versatile development board featuring an ESP32-S3 microcontroller, a 1.9-inch IPS TFT LCD, and various wireless communication modules. Its compact design includes a transparent shell and a magnetic attraction design for easy assembly.

Key Features:

LILYGO T-Embed CC1101 Plus key features and components

Figure 3.1: Overview of the LILYGO T-Embed CC1101 Plus, highlighting key features like the ESP32-S3 MCU, wireless connectivity, transceivers, display, and power supply.

LILYGO T-Embed CC1101 Plus pinout diagram

Figure 3.2: Detailed pinout diagram for the LILYGO T-Embed CC1101 Plus, showing connections for LCD, LORA, SD Card, Microphone, RGB LED, Encoder, PN532, and USB Type-C.

4. Setup

4.1 Initial Setup and Assembly

The LILYGO T-Embed CC1101 Plus comes with a transparent shell that uses a magnetic attraction design for easy assembly and disassembly. The device includes a built-in 1300mAh Li-Po battery.

LILYGO T-Embed CC1101 Plus with transparent shell disassembled

Figure 4.1: The LILYGO T-Embed CC1101 Plus with its transparent shell disassembled, showing the internal components and battery.

4.2 Powering On/Off

To power on the device, locate the power button on the board inside the shell. This may require removing the back cover. Once powered on, the device will boot up and display the user interface.

4.3 Basic Operation

The device features a round encoder with a button for navigation and interaction with the 1.9-inch IPS TFT LCD. Rotate the encoder to scroll through menus and press the button to select options.

Video 4.1: This video demonstrates the basic operation of the LILYGO T-Embed CC1101 Plus, including navigating the user interface, adjusting RGB LEDs, and using various functions like Sub-1G, NFC, Infrared, Music playback, and Microphone FFT.

5. Operating Instructions

5.1 User Interface Navigation

Use the rotary encoder to navigate through the menus and select options. The 1.9-inch IPS TFT LCD provides visual feedback for all operations.

5.2 Wireless Connectivity

The device supports 2.4 GHz Wi-Fi and BLE 5. Access the 'Wireless' menu to configure Wi-Fi networks or manage Bluetooth connections.

5.3 NFC Functionality

The integrated PN532 NFC module allows for near-field communication. Access the 'NFC' menu to interact with NFC tags or devices.

5.4 Sub-1 GHz RF Transceiver (CC1101)

The CC1101 module enables Sub-1 GHz radio frequency communication. This can be used for various applications within its supported frequency bands (300-348 MHz, 387-464 MHz, 779-928 MHz).

5.5 Infrared (IR) Transceiver

The device includes IR TX and RX capabilities, allowing for infrared communication. This can be used for remote control applications or data transfer.

5.6 Music Playback

The device supports music playback. Ensure music files are in MP3 format and have English names for proper functionality.

5.7 Microphone FFT

The built-in microphone can be used for Fast Fourier Transform (FFT) analysis, allowing for visualization of audio waveforms.

6. Firmware Installation

The LILYGO T-Embed CC1101 Plus is an open-source development board. Firmware can be installed or updated using various development environments. The source code and 3D models are available on the official GitHub repository: github.com/Xinyuan-LilyGO/T-Embed-CC1101.

6.1 PlatformIO Installation/Burn

PlatformIO is a professional development environment for embedded systems. To install and burn firmware using PlatformIO:

  1. Install Python from python.org.
  2. Install Git from git-scm.com.
  3. Install Visual Studio Code from code.visualstudio.com.
  4. Open VS Code, go to Extensions, search for "PlatformIO IDE" and install it.
  5. Download the T-Embed source code from GitHub.
  6. Open the downloaded project in PlatformIO.
  7. Build and upload the firmware to your device.

6.2 Arduino Installation/Burn

Arduino IDE is a popular environment for ESP32 development. To install and burn firmware using Arduino IDE:

  1. Download Arduino IDE from arduino.cc/en/software.
  2. Follow the instructions to add ESP32 board support to the Arduino IDE. This typically involves adding a board manager URL in preferences and installing the ESP32 boards package.
  3. Download the T-Embed source code from GitHub.
  4. Open the Arduino sketch (.ino) file from the downloaded source code in Arduino IDE.
  5. Select the correct board (ESP32-S3 Dev Module) and COM port.
  6. Upload the firmware to your device.

6.3 Micropython Installation/Burn

Micropython allows you to program the ESP32-S3 using Python. To install and burn Micropython firmware:

  1. Download Thonny IDE from thonny.org.
  2. Download the ESP32-S3 Micropython firmware (.bin file) from micropython.org.
  3. Use the ESP32 Download Tool from espressif.com to flash the Micropython firmware onto your device.
  4. Connect your device to Thonny IDE and upload your Python scripts.

6.4 ESP-IDF Installation/Burn

ESP-IDF is Espressif's IoT Development Framework. To install and burn firmware using ESP-IDF:

  1. Follow the official ESP-IDF Getting Started Guide for your operating system: docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html.
  2. This involves installing prerequisites (Git, Python), getting ESP-IDF, and setting up the environment variables.
  3. Download the T-Embed source code from GitHub.
  4. Navigate to the project directory in your terminal.
  5. Run `idf.py build` to compile the project.
  6. Run `idf.py flash` to flash the firmware to your device.
  7. Run `idf.py monitor` to view serial output.

7. Specifications

ComponentDetail
MCUESP32-S3 Dual-core LX7 microprocessor
Wireless Connectivity2.4 GHz Wi-Fi, BLE 5
TransceiversCC1101, PN532, nRF24L01
Display1.9 inch ST7789V IPS TFT LCD
RAMLPDDR4
Operating SystemLinux
Item Weight4.9 ounces
ColorTransparent Shell

8. Troubleshooting

9. Warranty and Support

LILYGO provides product service and support. If you have any questions or suggestions about the product, please feel free to contact us. We will answer your question as soon as possible.

For further assistance, please refer to the official LILYGO website or contact customer support.

Related Documents - T-Embed CC1101 Plus

Preview LILYGO T-Embed User Guide
A comprehensive user guide for the LILYGO T-Embed development board, covering setup, Arduino IDE integration, and Wi-Fi command reference.
Preview LILYGO T-BEAM-S3 User Guide: Setup and Development
This user guide provides comprehensive instructions for setting up the LILYGO T-BEAM-S3 development board. Learn how to configure the software environment using Arduino IDE, connect the board, and utilize its Wi-Fi, BLE, GPS, and LoRa capabilities for IoT projects.
Preview LILYGO T-Display-S3 User Guide
A user guide for the LILYGO T-Display-S3 development board, covering setup, Arduino IDE usage, and basic Wi-Fi commands.
Preview LILYGO T-Dongle-S3 User Guide: Getting Started with ESP32-S3 Development
A comprehensive user guide for the LILYGO T-Dongle-S3 development board. Learn how to set up your Arduino development environment, program the ESP32-S3 module, and explore Wi-Fi and Bluetooth features.
Preview LILYGO T-WATCH S3 User Guide: Setup and Development with Arduino
Learn to develop IoT applications with the LILYGO T-WATCH S3. This guide covers setting up the Arduino IDE, programming the ESP32-S3, and using SSC commands, provided by Xinyuan.
Preview LILYGO T-QT Pro User Guide
A comprehensive user guide for the LILYGO T-QT Pro development board, detailing setup, configuration, and usage with Arduino and ESP32-S3 module.