.jpg)


.jpg&width=175&quality=80)


.jpg&width=300&quality=80)


SIM800L GSM GPRS Module with Antenna – Quad-Band TTL Serial Communication Board
SIM800 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.
₹ 234 ₹299
299



Made In : | India |
Add FAQ
Detailed Product Description:
The SIM800L GPRS GSM 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.
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 (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
