SIM900A GSM Module, Pinout, Feature & Datasheet

Board of Pinout Diagram

The SIM900A is a readily available GSM/GPRS module,used in many mobile phones and PDA. The module can also be used for developing IOT (Internet of Things) and Embedded Applications. SIM900A is a dual-band GSM/GPRS engine that works on frequencies EGSM 900MHz and DCS 1800MHz. SIM900A features GPRS multi-slot class 10/ class 8 (optional) and supports the GPRS coding schemes CS-1, CS-2, CS-3 and CS-4.

SIM900A GSM Module Pinout Configuration

SIM900A is a 68 terminal device as shown in pin diagram. We will describe the function of each pin below.

Pin NumberPin NameDescription
1PWRKEYVoltage input for PWRKEY.  PWRKEY should be pulled low to power on or power off the system.The user should keep pressing the key for a short time when power on or power off the system because the system need margin time in order to assert the software.
2PWRKEY_OUTConnecting PWRKEY and PWRKEY_OUT for a short time then release also can power on or power off the module.
3DTRData terminal Ready  [Serial port ]
4RIRing indicator  [Serial port ]
5DCDData carry detect  [Serial port ]
6DSRData Set Ready  [Serial port ]
7CTSClear to send [Serial port ]
8RTSRequest to send [Serial port ]
9TXDTransmit data [Serial port ]
10RXDReceive data [Serial port ]
11DISP _CLKClock for display [Display interface]
12DISP_DATADisplay data output [Display interface]
13DISP _D/CDisplay data or command select [Display interface]
14DISP _CSDisplay Enable [Display interface]
15VDD_EXT2.8V output power supply
16NRESETExternal reset input
17,18,29,39,45,46,53,54,58,59,61,62,63,64,65GNDGround
19MIC_PMicrophone Positive
20MIC_NMicrophone Negative
21SPK_PSpeaker Positive
22SPK_NSpeaker Negative
23LINEIN_RRight Channel input [External line inputs are available to directly mix or multiplex externally generated analog signals such as polyphonic tones from an external melody IC or music generated by an FM tuner IC or module.]
24LINEIN_L Left Channel Input
25ADCGeneral purpose analog to digital converter.
26VRTCCurrent input for RTC when the battery is not supplied for the system.Current output for backup battery when the main battery is present and the backup battery is in low voltage state.
27DBG_TXDTransmit pin [Serial interface for debugging and firmware upgrade ]
28DBG_RXDReceive pin [Serial interface for debugging and firmware upgrade ]
30SIM_VDDVoltage supply for SIM card
31SIM_DATASIM data output
32SIM_CLKSIM clock
33SIM_RSTSIM reset
34SIM_PRESENCESIM detect
35PWM1PWM Output
36PWM2PWM Output
37SDASerial Data [I2C]
38SCLSerial Clock [I2C]
40,41,42,43,44&47,48,49,50,51KBR0 to KBR4&KBC4 to KBC0Keypad interface  [ROWS & COLUMNS]
52NETLIGHTIndicate net status
55,56,57VBATThree VBAT pins are dedicated to connect the supply voltage. The power supply of SIM900A has to be a single voltage source of VBAT= 3.4V to 4.5V. It must be able to provide sufficient current in a transmit burst which typically rises to 2A.
60RF_ANTAntenna connection
66STATUSIndicate working status
67GPIO 11General Purpose Input/output
68GPIO 12General Purpose Input/output

SIM900A GSM MODULE Features

  • Single supply voltage: 3.4V – 4.5V
  • Power saving mode: Typical power consumption in SLEEP mode is 1.5mA
  • Frequency bands:SIM900A Dual-band: EGSM900, DCS1800. The SIM900A can search the two frequency bands automatically. The frequency bands also can be set by AT command.
  • GSM class: Small MS
  • GPRS connectivity:GPRS multi-slot class 10 (default) , GPRS multi-slot class 8 (option)
  • Transmitting power: Class 4 (2W) at EGSM 900, Class 1 (1W) at DCS 1800
  • Operating Temperature: -30ºC to +80ºC
  • Storage Temperature: -5ºC to +90ºC
  • DATA GPRS: download transfer max is 85.6KBps, Upload transfer max 42.8KBps
  • Supports CSD, USSD, SMS, FAX
  • Supports MIC and Audio Input
  • Speaker Input
  • Features keypad interface
  • Features display interface
  • Features Real Time Clock
  • Supports UART interface
  • Supports single SIM card          
  • Firmware upgrade by debug port
  • Communication by using AT commands

Similar Modules

SIM800L, QUECTEL M95

How to Use SIM900A Module

For understanding the usage of the module let us consider a simple application circuit as shown below.

the communication with this module is done through UART or RS232 Interface. The data is sent to the module or received from the module though UART interface.

The module is typically connected to +4.0V standard power supply. It can work on +4.5V regulated power and any higher voltage may damage the module. And the power source should be able to deliver a peak current of 2A. The UART interface is established as shown in figure. All you need to do is connect RXD of module to TXD of Arduino and TXD is connected to RXD of ARDUINO. The ground of controller and module must be connected for voltage reference. Here AUDIO IN is connected to MIC and AUDIO OUT is connected to a speaker or headset. And at last we need to connect a working GSM SIM card to the module. On powering the module the NETLIGHT LED will blink periodically to state successful connection.

After all connections are done,we need to write a program for the microcontroller to exchange data with module. Since data exchange sequence between controller and module is really complex we will use libraries prewritten for the module. You can download libraries for controller or module through their websites. Using these libraries makes the communication easy. All you need to do is download these libraries and call them in programs. Once the header file is included, you can use simple commands in the program to tell the controller to send or receive data. The controller sendsthe data to the module through UART Interface based on protocol setup in libraries. The module sends this data to another GSM user using cellular network. If the module receives any data from the cellular network (or another GSM user) it will transmit it to controller through UART serial communication.

This way we can use GSM900A module to establish cellular connection.

Applications

  • Cellular Communication
  • Robotics
  • Mobile Phone Accessories
  • Servers
  • Computer Peripherals
  • Automobile
  • USB Dongles

Component Datasheet PDF : SIM900A GSM Module Datasheet

Leave a Comment