Skip to product information
1 of 8

vendor-unknown

How to make a call using the arduino GSM(sim900/sim900A) intefraing with Arduino uno - KT789

How to make a call using the arduino GSM(sim900/sim900A) intefraing with Arduino uno - KT789

SKU:KT789

1000 in stock

Regular price Rs. 1,499.00
Regular price Sale price Rs. 1,499.00
Sale Sold out
Shipping calculated at checkout.

For refund/return/replacement, call us at +91 95995 94524 For bulk and B2B enquiries kindly mail us at support@rees52.com

  • Fast Shipping
  • Affordable Price
  • Support
View full details

KIT INCLUDES:


HARDWARE REQUIRED

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


https://docs.google.com/document/d/e/2PACX-1vQW3n_0TES0kNoxZ_Y4YcjNAIHLRhBThingdpVSpvMg2qhwYHORnINtjdh5FFXNk-kkaWW7Dj5UzQu-/pub

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.