LILYGO T3S3 E-Paper

Manual d'usuari de la placa de desenvolupament LoRa ESP32-S3 de LILYGO T3S3 E-Paper

Model: T3S3 E-Paper | Brand: LILYGO

1. Introducció

The LILYGO T3S3 E-Paper ESP32-S3 LoRa Development Board is a versatile and low-power wireless module designed for Internet of Things (IoT) applications. It integrates an ESP32-S3 microcontroller, LoRa connectivity (supporting SX1280, SX1262, or SX1276 transceivers for various frequency bands), and a 2.13-inch E-Paper display. This manual provides essential information for setting up, operating, and maintaining your development board.

LILYGO T3S3 E-Paper ESP32-S3 LoRa Development Board with E-Paper display

Figure 1: LILYGO T3S3 E-Paper ESP32-S3 LoRa Development Board

2. Característiques clau

  • Microcontrolador: ESP32S3FH4R2
  • Memòria: 4MB Flash, 2MB PSRAM
  • Connectivitat sense fils: Wi-Fi de 2.4 GHz, Bluetooth 5.0
  • LoRa Transceiver Options:
    • SX1280 (2.4 GHz)
    • SX1276 (868/915MHz)
    • SX1262 (868/915MHz)
  • Visualització: 2.13 inch E-Paper DEPG0213BN (Resolution: 250 x 122, Display size: 48.55 x 23.70mm)
  • Onboard Functions: Reset Button, Boot Button, TF Card Support, USB/3.7V Lipo battery power supply, Battery switch
  • Dimensions: 67 mm x 29 mm
  • Càrrega USB: 5V 500mA

3. Contingut del paquet

Si us plau, verifiqueu que tots els elements siguin presents al vostre paquet:

  • 1 x T3S3 E-paper module
  • 1 x Cable (likely for battery connection)
  • 2 x Pin headers
  • 1 x Antenna (short, typically for LoRa)
  • 1 x Antenna (flexible PCB, typically for Wi-Fi/Bluetooth or another LoRa band)
Components included in the package: T3S3 E-paper module, 1 cable, 2 pin headers, and 2 antennas

Figura 2: Contingut del paquet

LILYGO T3S3 E-Paper board and accessories neatly packaged in a clear plastic box

Figure 3: Product in Packaging

4. Especificacions tècniques

Detailed specifications of the T3-S3 E-Paper board, including MCU, Flash, PSRAM, wireless protocols, onboard functions, E-Paper display details, LoRa transceiver options, size, and USB charging.

Figure 4: T3-S3 E-Paper Specifications

ComponentDetall
MCUESP32S3FH4R2
Flash4 MB
PSRAM2 MB
Protocol sense fils2.4GHz Wi-Fi + Bluetooth 5.0
Onboard FunctionsReset + Boot Button, TF Card Support, USB/3.7V Lipo battery power supply, Battery switch
Visualització de paper electrònic2.13 inch DEPG0213BN (250 x 122 Resolution, 48.55 x 23.70mm Display Size)
LoRa Transceiver OptionsSX1280 (2.4 GHz), SX1276 (868/915MHz), SX1262 (868/915MHz)
Mida del tauler67 x 29 mm
Càrrega USB5V 500mA
Diagram illustrating the dimensions of the LILYGO T3S3 E-Paper board (L:67mm, W:29mm, H:15mm) and a typical antenna (L:50mm, H:8mm)

Figura 5: Dimensions del producte

5. Product Pin Diagram

The following diagram illustrates the pinout of the LILYGO T3S3 E-Paper board, detailing GPIO assignments, power connections, and interfaces for the E-Paper display, USB, and TF Card. Refer to this diagram for proper wiring and development.

Pinout diagram for the LILYGO T3-S3 E-Paper board, showing GPIO assignments, power pins (3.3V, 5V), USB, E-Paper connections, and TF Card interface.

Figure 6: LILYGO T3-S3 E-Paper Pinmap

6. Configuració inicial

  1. Desembalar: Traieu amb cura tots els components de l'embalatge.
  2. Connecteu l'antena: Connect the appropriate LoRa antenna to the U.FL connector on the board. Ensure the antenna matches the frequency band of your LoRa module (e.g., 868MHz/915MHz or 2.4GHz). An incorrect antenna can damage the LoRa transceiver.
  3. Connexió d'alimentació: Connect the board to your computer using a USB-C cable. Alternatively, connect a 3.7V Lipo battery to the dedicated battery connector, ensuring correct polarity.
  4. Entorn de programari: Install the necessary drivers for the ESP32-S3 if prompted by your operating system. Set up your preferred development environment, such as Arduino IDE with ESP32 board support or ESP-IDF.
  5. First Firmware Upload: Follow the instructions for your chosen development environment to upload a basic test sketch (e.g., a 'blink' example or an E-Paper display test) to ensure the board is functioning correctly.
LILYGO T3S3 E-Paper board with an attached antenna, showing its compact size

Figure 7: Board with Antenna Attached

7. Instruccions de funcionament

  • Encès/apagat: Use the onboard battery switch to control power when operating on battery. When powered via USB, the board will typically power on automatically.
  • E-Paper Display: The 2.13-inch E-Paper display is designed for low-power, high-contrast visual output. It retains its image without power, making it ideal for static information. Refer to the specific display library documentation for programming instructions (e.g., GxEPD2 library for Arduino).
  • LoRa Communication: The integrated LoRa transceiver enables long-range, low-power wireless communication. Ensure your software is configured for the correct frequency band (2.4GHz, 868MHz, or 915MHz) and LoRa parameters (spreading factor, bandwidth, coding rate).
  • TF Card Usage: Insert a microSD card into the TF card slot for data logging or storing display images. Ensure your firmware includes the necessary SD card libraries and file system support.
  • Botons de reinici i arrencada: The Reset button restarts the ESP32-S3. The Boot button is typically used in conjunction with the Reset button to enter bootloader mode for firmware uploading.

8. Manteniment

  • Emmagatzematge: Guardeu la placa en un entorn sec i antiestàtic quan no la feu servir.
  • Manipulació: Handle the board by its edges to avoid touching sensitive components and to prevent electrostatic discharge.
  • Neteja: If necessary, gently clean the board with a soft, dry brush or a lint-free cloth. Avoid using liquids or harsh chemicals.
  • Cura de l'antena: Ensure the antenna is securely connected but do not overtighten. Avoid bending or stressing the antenna cable.

9. Solució De Problemes

  • La placa no s'encén:
    • Check USB-C cable connection and ensure it's a data-capable cable.
    • If using a battery, ensure it's charged and the battery switch is in the 'ON' position.
  • Error de càrrega de firmware:
    • Verify correct board selection and COM port in your IDE.
    • Ensure necessary drivers are installed.
    • Try holding the 'Boot' button while pressing and releasing 'Reset', then release 'Boot' to enter bootloader mode before uploading.
  • E-Paper Display Not Updating/Blank:
    • Check the E-Paper display's flexible flat cable (FFC) connection to the board.
    • Verify your code correctly initializes and sends data to the E-Paper display.
    • E-Paper displays require specific refresh cycles; ensure your code handles this correctly.
  • Problemes de comunicació de LoRa:
    • Confirm the correct antenna is attached for your LoRa module's frequency.
    • Ensure both sender and receiver are configured for the same frequency, spreading factor, and other LoRa parameters.
    • Check for obstructions or excessive distance between LoRa devices.

10. Consells d'usuari

  • Meshtastic Compatibility: The LILYGO T3S3 E-Paper board is compatible with Meshtastic firmware, allowing it to be used for off-grid mesh networking applications. Ensure you select the correct board target when compiling Meshtastic firmware.
  • Gestió d'energia: Utilize the onboard battery switch and the low-power capabilities of the ESP32-S3 and E-Paper display to optimize battery life for portable applications.
  • Recursos comunitaris: LILYGO often provides open-source examples and documentation on their GitHub page. Explore these resources for project ideas and technical support.

11. Garantia i Suport

For technical support, warranty claims, or any questions regarding your LILYGO T3S3 E-Paper development board, please contact the official LILYGO support channels or the seller from whom you purchased the product. Refer to the product packaging or the seller's weblloc web per obtenir informació de contacte específica.

Documents relacionats - T3S3 E-Paper

Preview Guia de l'usuari de LILYGO T3-S3
Guia d'usuari per a la placa de desenvolupament LILYGO T3-S3, que cobreix la configuració de l'IDE d'Arduino, la configuració, les proves i la referència d'ordres Wi-Fi per al mòdul ESP32-S3.
Preview Guia d'usuari de LILYGO T-Deck ESP32-S3 per al desenvolupament d'Arduino
Guia d'usuari completa per a la placa de desenvolupament LILYGO T-Deck, que detalla la configuració de l'IDE d'Arduino, la configuració d'ESP32-S3, la funcionalitat Wi-Fi i LoRa i la referència d'ordres SSC per a aplicacions IoT.
Preview Guia de l'usuari de LILYGO Mini E-Paper-S3
Guia d'usuari completa per a la placa de desenvolupament LILYGO Mini E-Paper-S3. Cobreix la configuració, la integració amb l'IDE d'Arduino, el desenvolupament de firmware i la referència d'ordres Wi-Fi per a aplicacions IoT.
Preview Guia de l'usuari de LILYGO T-BEAM-S3: Configuració i desenvolupament
Aquesta guia d'usuari proporciona instruccions completes per configurar la placa de desenvolupament LILYGO T-BEAM-S3. Apreneu a configurar l'entorn de programari amb l'IDE d'Arduino, connectar la placa i utilitzar les seves capacitats Wi-Fi, BLE, GPS i LoRa per a projectes d'IoT.
Preview Guia de l'usuari de LILYGO T-Echo: Configuració i desenvolupament amb Arduino
Una guia d'usuari completa per a la placa de desenvolupament LILYGO T-Echo, que detalla la configuració, la integració amb l'IDE d'Arduino i el desenvolupament bàsic per a aplicacions IoT. Cobreix tot el maquinari.view, instal·lació de programari, configuració i càrrega d'esbossos.
Preview Guia de l'usuari de LILYGO T-Display-S3
Una guia d'usuari per a la placa de desenvolupament LILYGO T-Display-S3, que cobreix la configuració, l'ús de l'IDE d'Arduino i les ordres bàsiques de Wi-Fi.