ESP32 SIM868 GSM/GPRS + GNSS Module

SIM868 GSM/GPRS + GNSS Module image

SIM868

Protocol: UART

Overview

The SIM868 is a versatile GSM/GPRS module with integrated GNSS functionality, providing reliable communication and navigation capabilities for various applications. Its compact design and multiple interfaces make it an ideal choice for projects requiring both cellular connectivity and precise positioning.

About SIM868 GSM/GPRS + GNSS Module

The SIM868 is a quad-band GSM/GPRS module with built-in GNSS (GPS, GLONASS, BeiDou), making it ideal for vehicle tracking, IoT, and industrial automation. With voice, SMS, and data capabilities, it provides seamless connectivity and precise location tracking.

Key Features #

  • Quad-Band GSM (850/900/1800/1900MHz) – Supports global network compatibility.
  • Integrated GNSS – Includes GPS, GLONASS, and BeiDou for accurate positioning.
  • Versatile Communication – Supports voice calls, SMS, and GPRS data transfer.
  • Multiple Interfaces – Includes UART, USB, and GPIO for flexible integration.

🔗 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

SIM868 GSM/GPRS + GNSS Module

Starting from

11.22$ 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 GSM 850/900/1800/1900 MHz
GPRS Class 12
GNSS GPS, GLONASS, BDS
Operating Voltage (GSM) 3.4V to 4.4V
Operating Voltage (GNSS) 2.9V to 4.4V
Operating Temperature -40°C to +85°C
Dimensions 15.7mm x 17.6mm x 2.3mm

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

  • GSM_VBAT: Power supply input for GSM (3.4V to 4.4V).
  • GPS_VBAT: Power supply input for GNSS (2.9V to 4.4V).
  • GND: Ground connection.
  • UART1_TXD: UART Transmit Data (connects to microcontroller RX).
  • UART1_RXD: UART Receive Data (connects to microcontroller TX).
  • PWRKEY: Power on/off control (active low).
  • NETLIGHT: Network status indication.
  • STATUS: Module operating status indication.
  • GSM_ANT: GSM antenna connection.
  • GPS_ANT: GNSS antenna connection.
  • SIM1_VDD: SIM card power supply.
  • SIM1_DATA: SIM card data I/O.
  • SIM1_CLK: SIM card clock.
  • SIM1_RST: SIM card reset.

Wiring with ESP32

To interface the SIM868 with a microcontroller, follow these steps:
  • Connect GSM_VBAT to a stable power supply within the range of 3.4V to 4.4V.
  • Connect GPS_VBAT to a stable power supply within the range of 2.9V to 4.4V.
  • Connect GND to the system ground.
  • Connect UART1_TXD to the microcontroller's RX pin.
  • Connect UART1_RXD to the microcontroller's TX pin.
  • Control the PWRKEY pin to power the module on or off (active low).
  • Connect the GSM_ANT and GPS_ANT to suitable antennas for GSM and GNSS functionalities, respectively.
  • Connect the SIM card interface pins (SIM1_VDD, SIM1_DATA, SIM1_CLK, SIM1_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 SIM868 GSM/GPRS + GNSS 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.