Wish List 0

Sim800C Gsm Gprs Module Ttl And Rs232 With Sma Antenna

Rs. 716.00 Rs. 824.00

  • Product Code: GSM
  • SKU - SE-3417
  • Availability: In Stock
  • Price in reward points: 7
  • For Bulk Order 9962060070
    Quick support on WhatsApp (+919962060070) only between morning 11am-4pm, no call will be answered
-SIM800C GSM/GPRS RS232 modem (DB9) is a excessive first-rate commercial grade product from rhydoLABZ, which is professionally designed with impedance matching RF PCB designs and is constructed   with Quad Band GSM/GPRS engine-SIM800C from SIMCOM, works on frequencies 850/ 900/ 1800/ 1900 MHz.
-The Modem is populated with DB9 Female connector so one can directly connect to computer or other RS232 Compatible  devices.
-MAX3232 from MAXIM Semiconductor is used for the RS232 Level conversion.
-The modem will paintings with five-12V DC, which can be fed either through onboard 2 Pin RMC connector or DC Jack.
-The modem is powered via High modern-day Low Dropout Linear Voltage regulator with a view to with stand excessive surge current requirement (may upward push up to 2A).
-The modem may be configured to start automatically or manually, an SMD transfer has been provided to ON/OFF manually.

-Flap type SIM Socket is provided on pinnacle side of the board to ease the get right of entry to and the SIM Pins are blanketed from antistatic excessive voltages the usage of onboard Transient   Suppressors.
-All audio interface connections are to be had on Header pins after necessary clear out circuits.
-The Modem is populated with Edge mountable SMA Connector for GSM Antenna and UFL connector for optional external High advantage GSM Antennas.
-Option has supplied to attach USB interface for updating the module Firmware if wished.
-3LED's are furnished to indicate the modem reputation.
-The baud fee is configurable from 9600-115200 via AT command.
-The GSM/GPRS Modem is having inner TCP/IP stack to permit you to connect with net via GPRS.
-It is suitable for SMS, Voice as well as DATA switch application in M2M interface.

The Modem is manufactured with Automatic Pick and vicinity gadget with high exceptional fashionable. The onboard Low dropout 2A Power supply lets in you to attach huge range unregulated electricity deliver (5V-12V). Using this modem, you can make audio calls, SMS, Read SMS, attend the incoming calls and net and many others through simple AT commands.

Features of SIM800C GSM/GPRS RS232 modem (DB9)
 
-High Quality Product(Not hobby grade)
-Professionally Designed Modem with Impedance Matching Layout.
-Manufactured by Fully Automatic Pick and Place Machine.
-Onboard SMA connector for GSM antenna
-Onboard UFL connector for external antenna
-Automatic and Manual Start option (SMD Switch has provided for Manual Startup)
-Onboard SIM Socket Anti Static Protection with Transient Suppressors.
-LM39302 linear voltage regulator is used for provides a low-dropout, high-current output
-Onboard MAX3232 IC for level conversion
-2 pin RMC connector and DC Jack is used for external power supply
-Flap Type SIM Card Connector
-Header option for audio interface
-Onboard LED for power indication, Network and status.
-Onboard DB9 connector for communication
-Option for interfacing Mic and speaker
-Option for USB connector
-Provision for firmware updation
-Easy to Make and receive voice calls, Send and receive SMS messages
-Configurable baud rate
-Input voltage : 5V-12V DC
-Low power consumption
-Operation temperature: -40°C ~85°C


General features of SIM800C Module:
 -Quad-band 850/900/1800/1900MHz
 -GPRS multi-slot class 12/10
-GPRS mobile station class B
-Compliant to GSM phase 2/2+
-Class 4 (2 W @ 850/900MHz)
-Class 1 (1 W @ 1800/1900MHz)
-Control via AT commands
 (3GPP TS 27.007, 27.005 and SIMCom enhanced AT Commands)
-Supply voltage range 3.4 ~ 4.4V
-Low power consumption

SPECIFICATION:

Specifications for GPRS Data:

-GPRS class 12   : max. 85.6 kbps (downlink/uplink)

-PBCCH support

-Coding schemes CS 1, 2, 3, 4

-PPP-stack

-USSD


Specifications for SMS via GSM/GPRS:

-Point to point MO and MT

-SMS cell broadcast

-Text and PDU mode

OVERVIEW:

-GPRS class 12: max. 85.6 kbps (downlink/uplink)

-PBCCH support

-Coding schemes CS 1, 2, 3, 4

-PPP-stack

-USSD


PACKAGE INCLUDES:

1 PCS x Sim800C Gsm Gprs Module Ttl And Rs232 With Sma Antenna

1 PCS x GSM antenna

1 PCS x 2 pin RMC connector

SAMPLE CODING

#include <LiquidCrystal.h>

LiquidCrystal lcd(3, 4, 5, 6, 7, 8);

char phone_no[]="xxxxxxxxxx"; //phone number

void setup() 

{

   lcd.begin(16, 2);

  Serial.begin(9600);

  Serial.print("AT\r\n");

  while (Serial.read()!='O');

  while (Serial.read()!='K');

  Serial.print("ATE0\r\n");

  while (Serial.read()!='O');

  while (Serial.read()!='K');

  Serial.print("AT+CPIN=?\r\n");

  while (Serial.read()!='O');

  while (Serial.read()!='K');

  Serial.print("AT+CMGF=1\r\n");

  while (Serial.read()!='O');

  while (Serial.read()!='K');

  Serial.print("AT+CNMI=2,2,0,0,0\r\n");

  while (Serial.read()!='O');

  while (Serial.read()!='K');

  Serial.print("AT&W\r\n");

  while (Serial.read()!='O');

  while (Serial.read()!='K');

  Serial.print("AT+CMGD=1\r\n");

  while (Serial.read()!='O');

  while (Serial.read()!='K');

  lcd.setCursor(0,0);lcd.print("GSM OK");

  delay(2000);

  lcd.clear();  

void loop() 

{

     lcd.clear();

     lcd.setCursor(0,0);lcd.print(" Sample Msg     ");

     lcd.setCursor(0,1);lcd.print("  Sending....   ");

     Serial.print("AT+CMGS=\""); 

     Serial.print(phone_no);

     Serial.println("\"");Serial.write(0x0D);//enter 

     delay(2000);

     Serial.print("Message From GSM SIM800A");Serial.write(0x0D);

     Serial.print(" Test Message OK");Serial.write(0x0D);

     delay(1000); 

     Serial.write(0x1A);  // sends ctrl+z end of message 

     Serial.write(0x0A);  // Line feed in Hex 

     delay(5000);

}






15 days

Write a review

Please login or register to review