LILYGO T-Internet-COM

LILYGO® TTGO T-Internet-COM ESP32 Wifi Bluetooth Board Instruction Manual

Model: T-Internet-COM

1. Introduction

The LILYGO® TTGO T-Internet-COM is a versatile development board designed for Internet of Things (IoT) applications, featuring an ESP32 microcontroller with integrated Wi-Fi and Bluetooth capabilities. It also includes an Ethernet interface, a SIM card slot, a TF card slot, and a Type-C connector, making it suitable for a wide range of networking and data storage projects. This manual provides essential information for setting up, operating, and maintaining your T-Internet-COM board.

LILYGO TTGO T-Internet-COM ESP32 Wifi Bluetooth Board front and back view
Figure 1: Front and back view of the LILYGO® TTGO T-Internet-COM board.

2. Specifications

The LILYGO® TTGO T-Internet-COM board offers the following technical specifications:

Specifications of LILYGO TTGO T-Internet-COM
Figure 2: Detailed specifications of the T-Internet-COM board.
Feature Description
MCU ESP32-WROVER-E
Flash 16MB
PSRAM 8MB
Bus Interfaces UART, SPI, I2C, CAN, I2S, SDIO
Wireless Connectivity Wi-Fi: 802.11 b/g/n/, BLE V4.2
Onboard Buttons RST+BOOT
WS2812 RGB GPIO12
USB to TTL chip CH9102 (or CH340K depending on version)
Power Input DC 5~12V
Ethernet LAN8720 Single-Chip Ethernet Physical Layer Transceiver
Expansion T-PCIE MINI Adapter (supports LILYGO T-PCIE modules like SIM7600A, SIM7000A, etc.)
Card Slots SIM Card, TF Card
Dimensions (approx.) L: 5.6cm, W: 5.1cm, H: 1.5cm

3. Setup and Pinout

Before using your T-Internet-COM board, familiarize yourself with its components and pin assignments.

3.1 Component Overview

LILYGO TTGO T-Internet-COM board with dimensions
Figure 3: T-Internet-COM board with approximate dimensions (L: 5.6cm, W: 5.1cm, H: 1.5cm).
LILYGO TTGO T-Internet-COM board with SIM card and TF card slots
Figure 4: Back view showing SIM Card and TF Card slots.

3.2 Pinout Diagram

The following diagram illustrates the pin assignments for the T-Internet-COM board. This is crucial for connecting external components and programming the board.

LILYGO TTGO T-Internet-COM Pinout Diagram
Figure 5: T-Internet-COM Pinout Diagram. Key pins include:
  • SIM Card / TF Card: TF-MISO (IO02), TF-MOSI (IO15), TF-SCLK (IO14), TF-CS (IO13)
  • WS2812 RGB: RGB-PIN (IO12)
  • Power: GND, 3V3, DC 5~12V (via terminal block or Type-C)
  • Ethernet (LAN8720): ETH-ADDR (LOW), ETH-CRS (IO27), ETH-MDIO (IO18), ETH-MDC (IO23), ETH-POWER (IO04), ETH-RX0 (IO25), ETH-RX1 (IO26), ETH-TX0 (IO19), ETH-TX1 (IO22), ETH-TXEN (IO21), ETH-RST (IO05)
  • T-PCIE Adapter: PCIE-RST (IO32), PCIE-TX (IO33), PCIE-RX (IO35)
  • USB to TTL Chip: CH340K or CH9102
  • Buttons: BOT, RSET (Reset)

3.3 Initial Setup

  1. Power Supply: Connect a DC 5-12V power source to the terminal block or use the Type-C USB port for power and data.
  2. USB Connection: Connect the board to your computer using a Type-C USB cable. This will provide power and enable communication for programming.
  3. Driver Installation: Depending on your operating system, you may need to install drivers for the CH340K or CH9102 USB-to-TTL chip. These are typically available from the chip manufacturer's website or LILYGO's GitHub.
  4. Development Environment: Set up your preferred ESP32 development environment (e.g., Arduino IDE with ESP32 board support, ESP-IDF).
  5. SIM/TF Card Insertion (Optional): If using cellular or local storage, carefully insert the SIM card and/or TF card into their respective slots. Ensure correct orientation. Note that SIM/TF cards are not included by default.
  6. T-PCIE Module Installation (Optional): If using a T-PCIE module (e.g., for cellular connectivity), carefully insert it into the Mini PCIE adapter slot. Secure it with the provided M2.5x5mm screws. Note that T-PCIE modules are not included by default.
LILYGO TTGO T-Internet-COM board with T-PCIE module installed
Figure 6: T-Internet-COM board with an example T-PCIE module (SIM7600E) installed.

4. Operating Instructions

The T-Internet-COM board is designed for custom programming and integration into IoT projects. Operation primarily involves writing and uploading firmware.

4.1 Programming the ESP32

  1. Connect: Ensure the board is connected to your computer via the Type-C USB port.
  2. Select Board: In your IDE (e.g., Arduino IDE), select the appropriate ESP32 board (e.g., "ESP32 Dev Module" or similar, depending on your setup).
  3. Select Port: Choose the serial port corresponding to the CH340K/CH9102 chip.
  4. Upload Code: Write or load your ESP32 code (sketch) and click the upload button. The IDE will compile and upload the firmware to the board.
  5. Monitor Serial Output: Use the serial monitor in your IDE to view debug messages and interact with your program.

4.2 Network Connectivity

  • Wi-Fi: Utilize the ESP32's built-in Wi-Fi capabilities to connect to local networks or create an access point.
  • Bluetooth: Leverage BLE V4.2 for short-range communication with other Bluetooth-enabled devices.
  • Ethernet: Connect an Ethernet cable to the RJ45 port for wired network access. The LAN8720 transceiver handles the physical layer.
  • Cellular (with T-PCIE module): If a compatible T-PCIE cellular module is installed, use the appropriate libraries and AT commands to establish cellular data connections.

4.3 Data Storage

The TF card slot allows for local data storage, which can be useful for logging sensor data, storing configuration files, or serving web content.

5. Maintenance

To ensure the longevity and reliable operation of your T-Internet-COM board, follow these maintenance guidelines:

  • Keep Clean: Regularly clean the board with a soft, dry brush to remove dust and debris. Avoid using liquids.
  • Proper Storage: Store the board in an anti-static bag when not in use, especially if it will be stored for extended periods.
  • Handle with Care: Avoid touching the electronic components directly to prevent electrostatic discharge (ESD) damage.
  • Power Off Before Changes: Always disconnect power before inserting or removing SIM cards, TF cards, or T-PCIE modules.
  • Firmware Updates: Keep your ESP32 firmware and libraries updated to benefit from bug fixes and new features.

6. Troubleshooting

Here are some common issues and their potential solutions:

  • Board not recognized by computer:
    • Ensure the Type-C USB cable is fully connected and functional.
    • Install the correct drivers for the CH340K/CH9102 USB-to-TTL chip.
    • Try a different USB port or computer.
  • Failed to upload firmware:
    • Verify that the correct ESP32 board and serial port are selected in your IDE.
    • Hold down the "BOOT" button while pressing and releasing "RST", then release "BOOT" to enter bootloader mode for uploading.
    • Check for compilation errors in your code.
  • Wi-Fi/Ethernet not connecting:
    • Double-check network credentials (SSID, password) for Wi-Fi.
    • Ensure the Ethernet cable is properly connected and the network is active.
    • Verify that your code correctly initializes and configures the network interfaces.
  • T-PCIE module not detected:
    • Ensure the T-PCIE module is correctly seated in its slot and secured.
    • Verify that your firmware includes the necessary libraries and code to communicate with the specific T-PCIE module.
    • Check the module's power supply and connections.

7. User Tips

  • Community Resources: LILYGO provides a GitHub repository (https://github.com/Xinyuan-LilyGO/T-Internet-COM) with examples and documentation. This is an excellent resource for code samples and further technical details.
  • Power Considerations: When using power-intensive modules (like cellular T-PCIE modules), ensure your power supply can provide sufficient current.
  • Experimentation: The ESP32 ecosystem is vast. Explore different libraries and examples to unlock the full potential of your T-Internet-COM board for various IoT applications.

8. Support and Warranty

For technical support, documentation, and community resources, please refer to the official LILYGO GitHub page and their official store. LILYGO is known for providing open-source resources to assist developers.

If you encounter issues with the product upon receipt, such as unclear orders, damaged packages, or product defects, please contact the seller directly for assistance. They are committed to providing satisfactory solutions.

This product is intended for development and prototyping. Standard warranty terms apply as per the seller's policy at the time of purchase. Please retain your purchase records for any warranty claims.

Related Documents - T-Internet-COM

Preview LILYGO T-Deck ESP32-S3 User Guide for Arduino Development
Comprehensive user guide for the LILYGO T-Deck development board, detailing setup of the Arduino IDE, ESP32-S3 configuration, Wi-Fi and LoRa functionality, and SSC command reference for IoT applications.
Preview LILYGO T-Display User Guide
A user guide for the LILYGO T-Display development board, covering setup, Arduino integration, and basic commands for ESP32 module development.
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-HMI User Guide: ESP32-S3 Development Board Setup and Programming
This user guide from LILYGO provides comprehensive instructions for setting up the T-HMI development board, integrating with the Arduino IDE, and developing applications for the ESP32-S3 module. Learn about hardware features, software installation, and command reference.
Preview LILYGO T-WATCH-V3 User Guide
A comprehensive user guide for the LILYGO T-WATCH-V3 development board, detailing setup, software development, and SSC command reference for ESP32 applications.
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.