.jpg)


.jpg&width=175&quality=80)


.jpg&width=300&quality=80)


SIM800L GSM/GPRS Module with Antenna – Quad-Band TTL Serial Communication Board- gsm module for Arduino
SIM 800 GSM is a complete Quad-band GSM/GPRS solution in a SMT type which can be embedded in the customer applications. SIM800 support Quad-band 850/900/1800/1900MHz, SIM800 can transmit Voice, SMS and data information with low power consumption. SIM800L GSM GPRS Module with onboard antenna supports quad-band mobile networks and TTL serial communication, ideal for Arduino, ESP32, Raspberry Pi, and IoT-based SMS, call, and internet projects.
₹ 210 ₹299
299



Add FAQ
Detailed Product Description:
The SIM800L GPRS Module is a compact and efficient GSM/GPRS board designed for embedded wireless communication. Powered by the SIMCom SIM800L chip, this module supports quad-band (850/900/1800/1900 MHz) frequencies, allowing it to operate globally with any GSM carrier.
It communicates with microcontrollers via TTL serial interface (UART) and supports standard AT commands for SMS messaging, phone calls, and GPRS (internet) connectivity. The module is equipped with a high-gain SMD ceramic antenna or external helical antenna, ensuring reliable wireless communication in compact projects.
Perfect for remote monitoring, GPS tracking, smart irrigation, home automation, and other IoT-based systems.
Empower your IoT and embedded projects with the compact yet powerful SIM800L GSM module, a miniature cellular modem that brings global communication capabilities to your fingertips. This quad-band GSM module supports 850/900/1800/1900MHz frequencies, ensuring connectivity on almost any GSM network worldwide, making it an ideal choice for diverse applications in Pune, Maharashtra, India, and beyond. The SIM800L is renowned for its ability to send and receive SMS messages, initiate and receive voice calls (with an external speaker and microphone), and enable GPRS data transmission for internet connectivity (TCP/IP, HTTP).
Designed for ease of integration, the SIM800L GSM module communicates via a UART (serial) interface, controlled using standard AT commands. This makes it incredibly simple to interface with popular microcontrollers like Arduino and Raspberry Pi. While the core SIM800L chip operates within a voltage range of 3.4V to 4.4V, many common breakout boards incorporate voltage regulators, often allowing direct power input from 5V sources (though a robust power supply capable of providing up to 2A peak current during GSM transmission is crucial to prevent brownouts). Its low power GSM module features include a sleep mode consuming less than 2.0mA, making it suitable for battery-powered applications where energy efficiency is paramount.
The module typically comes with a compact helical antenna, or features a U.FL connector for attaching an external 3dBi GSM antenna for improved signal reception, especially in challenging environments. With a micro SIM card slot conveniently located on the board, getting started is straightforward. Whether you're building a remote control system, an asset tracker, or a basic SMS sending module for alerts, the SIM800L offers a cost-effective and reliable solution. For those looking to buy SIM800L at a competitive SIM800L price in India, consider its robust features and widespread community support for your next connected project.
Key Features:
-
GSM/GPRS Quad-Band support (850/900/1800/1900 MHz)
-
Communicates via TTL serial (UART) – plug & play with Arduino
-
Supports SMS, voice call, GPRS internet
-
Comes with high-quality antenna (PCB or spring type)
-
Compact form factor for embedded integration
-
Compatible with Arduino, ESP8266, ESP32, Raspberry Pi, STM32
Technical Specifications:
Parameter | Specification |
---|---|
Chipset | SIM800L |
Operating Voltage | 3.4V to 4.4V DC (recommended 4V) |
Logic Level | 2.8V (use level shifter for 5V microcontrollers) |
Frequency Bands | Quad-band: 850/900/1800/1900 MHz |
GPRS Class | 10 |
SIM Interface | Micro SIM (onboard slot) |
Antenna Interface | Onboard SMD antenna / external wire antenna |
Baud Rate | Default: 9600 bps |
Dimensions | ~25mm x 23mm x 2.5mm |
How to Use with Arduino:
Power Requirements:
-
Use a dedicated 4V 1A power supply
-
Do not power from Arduino 5V pin (it may reset the module)
Wiring (with voltage divider for TX):
SIM800L Pin | Arduino Pin |
---|---|
VCC | External 4V Power Supply (1A) |
GND | GND |
TXD | D7 (RX of Arduino) |
RXD | D8 (TX via voltage divider or level shifter) |
Arduino Example Code for SIM800L (SMS Send):
#include
SoftwareSerial sim(7, 8); // RX, TX
void setup() {
sim.begin(9600);
Serial.begin(9600);
delay(1000);
sim.println("AT+CMGF=1"); // Set SMS mode to text
delay(1000);
sim.println("AT+CMGS="+91XXXXXXXXXX""); // Replace with your number
delay(1000);
sim.print("Hello from SIM800L!");
sim.write(26); // ASCII code for Ctrl+Z to send
}
void loop() {
// nothing here
}
Applications:
-
IoT-based SMS alert systems
-
Voice call projects and home automation
-
GPS tracking and vehicle telemetry
-
Remote environmental sensing
-
Security alarms and access control
-
Smart agriculture & irrigation alerts
Package Includes:
-
1 × SIM800L GSM GPRS Module (with onboard SIM slot)
-
1 × Antenna (spring or PCB antenna)
0 Reviews For this Product
