ESP32 SIM7080G LPWA Module

SIM7080G LPWA Module image

SIM7080G

Protocol: UART

Overview

The SIM7080G is a versatile LPWA module that provides reliable communication capabilities for various IoT applications. Its compact design, low power consumption, and multiple interfaces make it an ideal choice for projects requiring cellular and GNSS functionalities.

About SIM7080G LPWA Module

The SIM7080G is a Multi-Band LTE CAT-M and NB-IoT module designed for low-power, low-latency IoT applications. Its SMT form factor and extensive interface options make it highly flexible for embedded systems and industrial IoT.

Key Features

  • Supports LTE CAT-M & NB-IoT – Optimized for low-power, low-throughput communication.
  • Flexible Interfaces – Includes UART, GPIO, PCM, SPI, I²C, and more.
  • Designed for IoT Applications – Ideal for smart metering, asset tracking, and industrial automation.
  • Low Latency & Reliable Connectivity – Works in varied radio propagation conditions.

🔗 Need help choosing a SIM module? Check the ESP32 SIM Modules Comparison Table for a breakdown of LTE, 3G, and GPRS options. 🚀

Where to Buy

SIM7080G LPWA Module

Starting from

26.91$ per unit

Amazon com
Amazon.com Ships worldwide
View Price
Amazon de
Amazon.de Ships to EU
View Price
Aliexpress
AliExpress Best value
View Price

Prices are subject to change. We earn from qualifying purchases as an Amazon Associate.

Technical Specifications

Frequency Bands LTE-FDD B1/B2/B3/B4/B5/B8/B12/B13/B14/B18/B19/B20/B25/B26/B27/B28/B66/B71/B85
Data Rates LTE CAT M1: 589 Kbps (DL), 1119 Kbps (UL); LTE CAT NB2: 136 Kbps (DL), 150 Kbps (UL)
Operating Voltage 2.7V to 4.8V
Operating Temperature -40°C to +85°C
Dimensions 17.6mm x 15.7mm x 2.4mm

Pinout Configuration

The VCC pin is used to supply power to the sensor, and it typically requires 3.3V or 5V (refer to the datasheet for specific voltage requirements). The GND pin is the ground connection and must be connected to the ground of your ESP32.

The SIM7080G pinout includes:

  • VBAT: Power supply input (2.7V to 4.8V).
  • GND: Ground connection.
  • TXD: UART Transmit Data (connects to microcontroller RX).
  • RXD: UART Receive Data (connects to microcontroller TX).
  • PWRKEY: Power on/off control (active low).
  • NETLIGHT: Network status indication.
  • STATUS: Module operating status indication.
  • ANT_MAIN: Main antenna connection for LTE.
  • ANT_GPS: Antenna connection for GNSS.
  • SIM_VDD: SIM card power supply.
  • SIM_DATA: SIM card data I/O.
  • SIM_CLK: SIM card clock.
  • SIM_RST: SIM card reset.

Wiring with ESP32

To interface the SIM7080G with a microcontroller, follow these steps:
  • Connect VBAT to a stable power supply within the range of 2.7V to 4.8V.
  • Connect GND to the system ground.
  • Connect TXD to the microcontroller's RX pin.
  • Connect RXD to the microcontroller's TX pin.
  • Control the PWRKEY pin to power the module on or off (active low).
  • Connect the ANT_MAIN to a suitable LTE antenna for network connectivity.
  • Optionally, connect the ANT_GPS to a GNSS antenna for location services.
  • Connect the SIM card interface pins (SIM_VDD, SIM_DATA, SIM_CLK, SIM_RST) to a SIM card holder as per the hardware design guidelines.

Troubleshooting Guide

Common Issues

❌ Module Fails to Power On

📱 SIM Card Not Recognized

📶 Poor Network Signal or Connectivity Issues

💬 AT Commands Not Responding

🌍 GPS Functionality Not Working

Debugging Tips

🔍 Serial Monitor

⚡ Voltage Checks

Code Examples

Arduino Example

C++
🔧

ESP-IDF Example

C++
🏠

ESPHome Example

YAML
🛠️

PlatformIO Example

C++
🐍

MicroPython Example

Python

Conclusion

The ESP32 SIM7080G LPWA Module is a powerful SIM sensor that offers excellent performance and reliability. With support for multiple development platforms including Arduino, ESP-IDF, ESPHome, PlatformIO, and MicroPython, it's a versatile choice for your IoT projects.

For optimal performance, ensure proper wiring and follow the recommended configuration for your chosen development platform.

Always verify power supply requirements and pin connections before powering up your project to avoid potential damage.