1. Introducció
This manual provides detailed instructions for the LILYGO ESP32-S3 T-SIM7080G-S3 Development Board. This board integrates an ESP32-S3 microcontroller with a SIM7080G module, offering Cat-M, NB-IoT, and GPS capabilities. It is designed for developers working on IoT projects requiring cellular connectivity and location services.
2. Característiques del producte
- MCU: ESP32-S3
- Mòdul cel·lular: SIM7080G (supports Cat-M & NB-IoT)
- Memòria flaix: 16 MB
- PSRAM: 8 MB
- Velocitat del rellotge: 240 Mhz
- Interfícies perifèriques: I2C, SPI, UART, SDIO, I2S, CAN
- Connectivitat sense fils: Wi-Fi (IEEE 802.11 b/g/n-compliant), Bluetooth LE (Bluetooth 5, Bluetooth mesh)
- GPS integrat: For location tracking
3. Contingut del paquet
Verifiqueu que tots els elements siguin presents al vostre paquet:

Image: The LILYGO T-SIM7080G-S3 development board shown with its accompanying accessories, including an LTE antenna, GPS antenna, power cable, and two pin headers.
- 1 x LILYGO T-SIM7080G-S3 Development Board
- 1 x Antena LTE
- 1 x Antena GPS
- 1 x cable d'alimentació
- 2 x Pin Headers
4. Juntaview
The LILYGO T-SIM7080G-S3 board features various components and interfaces. Familiarize yourself with the layout for proper usage.

Imatge: Una imatge detallada de dalt a baix view of the LILYGO T-SIM7080G-S3 development board, highlighting the ESP32-S3 module, SIM7080G module, various connectors, and pin labels.

Image: The underside of the LILYGO T-SIM7080G-S3 development board, showing the integrated 18650 battery holder and additional pin labels.
4.1 Diagrama de pins
Refer to the pinout diagram for detailed information on each pin's function.

Image: A comprehensive pinout diagram for the LILYGO T-SIM7080G-S3 board, illustrating the GPIO assignments, power connections, and module-specific pins for the ESP32-S3 and SIM7080G.
5. Instruccions de configuració
5.1 Connexions de maquinari
- Insereix la targeta SIM: Carefully insert a Nano SIM card into the designated SIM card slot on the board. Ensure correct orientation.
- Inseriu la targeta TF (opcional): If using, insert a TF (MicroSD) card into the TF card slot.
- Connecteu les antenes: Connect the LTE antenna to the main cellular antenna connector and the GPS antenna to the GPS connector. Ensure a secure connection.
- Font d'alimentació: The board can be powered via the USB-C port or by inserting an 18650 battery into the battery holder on the back. The solar input range is 4.4V-6V.
- Connexió USB: Connect the board to your computer using a USB-C cable for programming and serial communication.
5.2 Configuració del programari
- Instal·leu els controladors: Ensure necessary USB-to-serial drivers are installed for your operating system (Windows, Linux, macOS).
- Entorn de desenvolupament: Set up your preferred ESP32-S3 development environment (e.g., Arduino IDE with ESP32 board support, ESP-IDF).
- Biblioteques: Install relevant libraries for the SIM7080G module and GPS functionality.
- Firmware: Descarrega example code and firmware from the official LILYGO GitHub repository: github.com/Xinyuan-LilyGO/LilyGo-T-SIM7080G.
6. Instruccions de funcionament
6.1 Engegada/apagada
Use the integrated ON/OFF switch to control the board's power. When connected via USB, the board may draw power even if the switch is off, depending on the specific circuit design.
6.2 Programming the ESP32-S3
Connect the board to your computer via USB-C. Use your chosen development environment to upload your code. The board typically enters programming mode automatically, or you may need to press the BOOT button while resetting, depending on your setup and firmware.
6.3 Using Cellular (Cat-M/NB-IoT)
The SIM7080G module requires AT commands for communication. Refer to the SIM7080G documentation and LILYGO's examples for sending commands to initialize the module, connect to the network, and send/receive data. Ensure your SIM card is activated for Cat-M or NB-IoT services.
6.4 Using GPS
The integrated GPS functionality of the SIM7080G module can be accessed via AT commands. Ensure the GPS antenna is connected and has a clear view of the sky for optimal signal reception. Parse NMEA sentences from the module to extract location data.
7. Especificacions
Detailed technical specifications for the LILYGO T-SIM7080G-S3 Development Board:

Image: A table summarizing the key specifications of the LILYGO T-SIM7080G-S3, including MCU, cellular module, memory, clock speed, wireless connectivity, peripheral interfaces, and SIM7080G details.
| Característica | Detall |
|---|---|
| MCU | ESP32-S3 |
| CAT-M & NB-IoT Module | SIM7080G |
| Memòria Flash | 16 MB |
| PSRAM | 8 MB |
| Velocitat del rellotge | 240 Mhz |
| Connectivitat sense fil | Wi-Fi: IEEE 802.11 b/g/n-compliant; Bluetooth LE: Bluetooth 5, Bluetooth mesh |
| Interfícies perifèriques | I2C, SPI, UART, SDIO, I2S, CAN |
| Suport del sistema operatiu | Linux (for development), Android (RIL support) |
| USB Driver Support | Microsoft Windows 7/8/10, Linux, Android |
| Subministrament Voltage | 3.4V ~ 4.2V (via battery), 5V (via USB) |
| Suport de la targeta SIM | 1.8V/3.0V |
| Dimensions del producte (LxWxH) | 4.33 x 1.26 x 0.79 polzades (111 x 32 x 20 mm) |
8. Solució De Problemes
- Placa no reconeguda per l'ordinador:
Ensure you have installed the correct USB-to-serial drivers for the ESP32-S3. Try a different USB-C cable, as some cables are charge-only. Verify the cable is securely connected. - Failed to Upload Code:
Check that the correct board and COM port are selected in your IDE. Ensure the board is in programming mode (sometimes requires holding the BOOT button while pressing RST). Verify power supply. - No Cellular Network Connection:
Confirm your SIM card is active and has a data plan for Cat-M or NB-IoT. Ensure the LTE antenna is properly connected. Check network coverage in your area. Verify AT commands for network registration are correct. - GPS Not Acquiring Fix:
Ensure the GPS antenna is connected and has an unobstructed view of the sky. GPS acquisition can take several minutes, especially on first use or after a long period of inactivity. - Problemes d'alimentació:
If using battery, ensure it is charged and correctly inserted. If using USB, ensure the power source provides sufficient current.
9. Manteniment
- Emmagatzematge: Store the development board in a dry, anti-static environment when not in use.
- Neteja: Use a soft, dry brush or compressed air to remove dust. Avoid liquids.
- Manipulació: Handle the board by its edges to avoid touching sensitive components, especially when powered.
- Actualitzacions de firmware: Regularly check the official LILYGO GitHub repository for firmware updates and examples to ensure optimal performance and access to new features.
10. Suport i Recursos
For further assistance, technical documentation, and community support, please refer to the following resources:
- Official GitHub Repository: github.com/Xinyuan-LilyGO/LilyGo-T-SIM7080G
- Fabricant Weblloc: Refer to the LILYGO official website for product information and updates.





