KIT INCLUDES:
- Arduino GSM shield SIM900- 1
- 5mm LED (red) - 2
- Push button - 1
- Jumper wires(male to male) – 40 pieces
- Arduino uno with USB cable - 1
- Single stand wire 2m -1
- 9v Battery with DC Jack - 1
HARDWARE REQUIRED
- Arduino GSM shield SIM900- 1
- 5mm LED (red) - 2
- Push button - 1
- Jumper wires(male to male) – 40 pieces
- Arduino uno with USB cable - 1
- Single stand wire 2m -1
- 9v Battery with DC Jack - 1
SOFTWARE REQUIRED
Arduino IDE 1.8.5 (programmable platform for Arduino)
Click To Download :https://www.arduino.cc/en/Main/Software
SPECIFICATIONS
GSM/GPRS 900 Module
The SIM900A delivers GSM/GPRS 900/1800MHz performance for voice, SMS, Data, and Fax in a small form factor and with low power consumption. With Board size of 75x54mm, and interfacing ports of Serial UART DB9 Female, TTL, Mic, Speaker, I2C, ADC, PWM (Floating Points). With Power Button (press and hold for 3 seconds to power on the module), Reset button and within built regulated power supply, can operate from 9v to 12v AC/DC. Has an option for SMA Antenna.
-Dual-Band 900/ 1800 MHz
• GPRS multi-slot class 10/8
• GPRS mobile station class B
• Compliant to GSM phase 2/2+
– Class 4 (2 W @900 MHz)
– Class 1 (1 W @ 1800MHz)
• SAIC (Single Antenna Interference Cancellation) support
• Control via AT commands (GSM 07.07 ,07.05 and SIMCOM enhanced AT Commands)
• SIM application toolkit
• internal Supply voltage range : 3.2 ... 4.8V
• External Supply voltage range : 9 ... 12V DC
• Low power consumption: 1.0mA(sleep mode&BS-PA- MFRMS=9 )
• Operation temperature: -40°C to +85 °C
Interfaces
• Serial and TTL (3.3v)
• Simcard holder
• Analog audio interface
• SPI interface
• TTL interface
• Antenna SMA Connector
• I2C
• GPIO
• PWM
• ADC
• Reset Button
• Power Button
• LED for Power
• LED for Network
• LED for Ring
Compatibility
• AT cellular command interface
CIRCUIT CONNECTION
- Arduino pin 13 to LED positive and ground to LED negative
- Arduino D7 to push button one point and ground to another point
CODE
WORKING
We are going to build a project where, when the button is pressed, Arduino calls a predefined telephone number. When we have pressed the button the LED lights up. Now, Arduino is calling cell phone. If I press the button once more Arduino hangs up the call. That’s it. .
The parts needed in order to build this project are these: we need an Arduino Uno, the TinySine GSM shield, a SIM card in order to use a GSM network, a LED and a button
We have to wait for around 30 sec, in order for the SIM to connect to the GSM network. If we press the button now, the LED will turn on and it will call cell phone. If i press it again, it will turn off and hang up the call.