ESP32 SIM808 GSM/GPRS + GPS Module

SIM808 GSM/GPRS + GPS Module image

SIM808

Protocol: UART

Overview

The SIM808 is a versatile GSM/GPRS module with integrated GPS functionality, providing quad-band connectivity for voice, SMS, data, and satellite navigation applications. Its compact design and multiple interfaces make it suitable for a wide range of communication and tracking projects.

About SIM808 GSM/GPRS + GPS Module

The SIM808 is a quad-band GSM/GPRS module with integrated GPS, making it ideal for vehicle tracking, wearable devices, and industrial automation. It supports voice, SMS, GPRS data, and satellite navigation, offering a complete communication solution for IoT applications.

Key Features

  • Quad-Band GSM (850/900/1800/1900MHz) – Ensures global cellular network support.
  • Integrated GPS – Enables real-time location tracking and navigation.
  • Versatile Communication – Supports voice calls, SMS, and GPRS data transfer.
  • Multiple Interfaces – Includes UART, USB, and GPIO for flexible connectivity.

🔗 Still deciding on a SIM module? Check the ESP32 SIM Modules Comparison Table for a breakdown of LTE, 3G, and GPRS options.

Where to Buy

SIM808 GSM/GPRS + GPS Module

Starting from

10.00$ 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 Quad-band 850/900/1800/1900MHz
Supply Voltage 3.4V to 4.4V
Power Consumption (Sleep Mode) 1.0mA
Dimensions 24mm x 24mm x 2.6mm
Operating Temperature -40°C to +85°C
GPRS Connectivity GPRS multi-slot class 12
GPS Sensitivity -165 dBm
Interfaces UART, USB, SIM, GPIO, GPS

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 SIM808 pinout includes:

  • VBAT: Power supply input (3.4V to 4.4V).
  • 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.
  • GPS_VCC: GPS power supply.
  • GPS_TX: GPS UART Transmit Data.
  • GPS_RX: GPS UART Receive Data.
  • 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 SIM808 with a microcontroller, follow these steps:
  • Connect VBAT to a stable power supply within the range of 3.4V to 4.4V.
  • Connect GND to the ground of the microcontroller.
  • Connect TXD to the RX pin of the microcontroller and RXD to the TX pin.
  • Connect PWRKEY to a GPIO pin on the microcontroller; to power on the module, pull this pin low for at least 1 second.
  • Optionally, connect NETLIGHT and STATUS pins to LEDs for network and status indications.
  • For GPS functionality, connect GPS_VCC to a 3.3V power supply, and GPS_TX and GPS_RX to the microcontroller's UART pins if separate from the GSM UART.
  • For SIM card connections, connect SIM_VDD, SIM_DATA, SIM_CLK, and SIM_RST to the corresponding pins on the SIM card holder.

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 SIM808 GSM/GPRS + GPS 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.