Research SIM 900A User Manual

Research SIM 900A User Manual

Gsm gprs sim 900a module with stub antenna and sma connector-usb

Advertisement

Quick Links

GSM GPRS SIM900A MODEM
REV1.0
GSM GPRS SIM 900A module with Stub
Antenna and SMA connector-USB
MANUAL
USER
www.researchdesignlab.com
Page 1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIM 900A and is the answer not in the manual?

Questions and answers

Summary of Contents for Research SIM 900A

  • Page 1 GSM GPRS SIM900A MODEM REV1.0 GSM GPRS SIM 900A module with Stub Antenna and SMA connector-USB MANUAL USER www.researchdesignlab.com Page 1...
  • Page 2: Table Of Contents

    GSM GPRS SIM900A MODEM REV1.0 Contents Overview ............................4 GSM GPRS SIM900A Modem ..........Error! Bookmark not defined. Features ............................5 Datasheets ............................5 GSM Utility Software ........................6 Basic AT Commands for Testing ....................7 GSM AT Commands: ..............Error! Bookmark not defined. GPRS Commands: ..............
  • Page 3 GSM GPRS SIM900A MODEM REV1.0 GSM POWER SAVING ATMEL CODE ................19 GSM POWER SAVING PIC CODE ..................19 MODULE HANDLING ....................... 20 DO'S AND DONT'S ......................... 20 www.researchdesignlab.com Page 3...
  • Page 4: Overview

    GSM GPRS SIM900A MODEM REV1.0 Overview GSM GPRS SIM 900A module with Stub Antenna and SMA connector-USB GSM/GPRS Modem-RS232 is built with Dual Band GSM/GPRS engine- SIM900A, works on frequencies 900/ 1800 MHz. The Modem is coming with RS232 interface, which allows you connect PC as well as microcontroller with RS232 Chip(MAX232).
  • Page 5: Features

    GSM GPRS SIM900A MODEM REV1.0 Features  Dual-Band GSM/GPRS 900/ 1800 MHz.  RS232 interface for direct communication with computer or MCU kit.  Configurable baud rate.  Power controlled using 29302WU IC.  ESD Compliance.  Enable with MIC and SPeaker socket. ...
  • Page 6: Gsm Utility Software

    GSM GPRS SIM900A MODEM REV1.0 GSM Utility Software  Bulk Message sending  AT command testing terminal  Provides step by step GPRS setup To download GSM/GPRS Utility software ,click on the link below  https://docs.google.com/file/d/0BzrGD4zr88GnYll6dlFJT2NFY2s/edit  http://www.4shared.com/file/rwyHmtGOba/GSM_GPRS_utility.html www.researchdesignlab.com Page 6...
  • Page 7: Basic At Commands For Testing

    GSM GPRS SIM900A MODEM REV1.0 Basic AT Commands for Testing GSM AT Commands:  TO CHECK THE MODEM: ↲  TO CHANGE SMS SENDING MODE: AT+CMGF=1 ↲  TO SEND NEW SMS: AT+CMGS=”MOBILE NO.” ↲ <MESSAGE {CTRL+Z}  TO RECEIVE SMS AT+CMGD=1 ↲...
  • Page 8: Gprs Commands

    GSM GPRS SIM900A MODEM REV1.0  AT+CRC SET CELLULAR RESULT CODES FOR INCOMING CALL INDICATION: AT+CRC=? ↲ +CRC: (0-1) AT+CRC? ↲ +CRC: 0 AT+CRC=1 ↲ +CRING: VOICE  READ OPERATOR NAMES. AT+COPN=? ↲ AT+COPN ↲ +COPN: “472001″,”DHIMOBILE” +COPN: “60500 +COPN: “502012″,”maxis mobile” +COPN: +COPN: “502013″,”TMTOUCH”...
  • Page 9: Module Setup

    GSM GPRS SIM900A MODEM REV1.0 MODULE SETUP step 1 : Insert SIMcard into the SIM slot. step 2 : Plug in 12V -2A DC power adapter, power led is lit (place jumper between PWRkey and on pin for only to turn ON automatically). www.researchdesignlab.com Page 9...
  • Page 10 GSM GPRS SIM900A MODEM REV1.0 step 3 : Press and hold power button (To turn on manually without jumper) step 5 : jumper setting for selecting mini USB or RS232 step 4 : Connect to PC through RS232 cable or miniUSB to USB cable www.researchdesignlab.com Page 10...
  • Page 11 GSM GPRS SIM900A MODEM REV1.0 step 5 : open GSM/GPRS utility software ,choose appropriate COM port and use AT commands listed in this manual for basic testing GPRS GSM/messaging and voice calling. www.researchdesignlab.com Page 11...
  • Page 12: Power Modes

    GSM GPRS SIM900A MODEM REV1.0 POWER MODES Power down mode SIM900A is set power down mode by “AT+CPOWD=0” There are two methods for the module to enter into low current consumption status Minimum Functionality Mode Minimum functionality mode reduces the functionality of the module to a minimum and thus minimizes the current consumption to the lowest level.
  • Page 13: Pins Of Gsm Sim900A Modem

    GSM GPRS SIM900A MODEM REV1.0 PINS OF GSM GPRS SIM 900A module with Stub Antenna and SMA connector-USB www.researchdesignlab.com Page 13...
  • Page 14: Naration Of Gsm Sim900A Modem

    GSM GPRS SIM900A MODEM REV1.0 NARATION OF GSM GPRS SIM 900A module with Stub Antenna and SMA connector-USB www.researchdesignlab.com Page 14...
  • Page 15: Block Diagrams

    GSM GPRS SIM900A MODEM REV1.0 BLOCK DIAGRAMS INTERFACING UNO AND GSM SHIELD www.researchdesignlab.com Page 15...
  • Page 16: Interfacing Raspberry And Gsm Shield

    GSM GPRS SIM900A MODEM REV1.0 INTERFACING RASPBERRY AND GSM SHIELD www.researchdesignlab.com Page 16...
  • Page 17: Interfacing Beagleboard And Gsm Shield

    GSM GPRS SIM900A MODEM REV1.0 INTERFACING BEAGLEBOARD AND GSM SHIELD www.researchdesignlab.com Page 17...
  • Page 18: Interfacing Microcontroller With Gsm Shield

    GSM GPRS SIM900A MODEM REV1.0 INTERFACING MICROCONTROLLER WITH GSM SHIELD www.researchdesignlab.com Page 18...
  • Page 19: Codes

    GSM GPRS SIM900A MODEM REV1.0 CODES ARM CODE http://researchdesignlab.com/gsm-modem-arm-code ATMEL CODE http://researchdesignlab.com/gsm-modem-atmel-code PIC CODE http://forum.researchdesignlab.com/GSM%20SIM900/PIC/SIM900.c ARDUNIO CODE http://researchdesignlab.com/arduino-gsm2-code RASPBERRY PI CODE SENDING CODE http://researchdesignlab.com/gsm-raspberry-code RECEIVING CODE http://researchdesignlab.com/gsm-raspberry-receiving-code.html BEAGLEBONE CODE SENDING CODE http://researchdesignlab.com/gsm-beaglebone-send-code RECEIVING CODE http://researchdesignlab.com/gsm-beaglebone-receiving-code.html MSP430 CODE http://forum.researchdesignlab.com/MSP430/MSP/GSM.zip GSM POWER SAVING ATMEL CODE http://researchdesignlab.com/gsm-power-atmel-code.html GSM POWER SAVING PIC CODE http://researchdesignlab.com/gsm-power-pic-code.html...
  • Page 20: Module Handling

    GSM GPRS SIM900A MODEM REV1.0 MODULE HANDLING DO'S AND DONT'S www.researchdesignlab.com Page 20...

Table of Contents