“SENDING AND RECEIVING SMS USING
GSM900A”
Mini project final report submitted in partial fulfilment of curriculum
prescribed for the Internet Of Things (20CS630) course for the award
of the degree of
Bachelor of Engineering
In
Computer Science and Engineering
By
Prajwal B M 01JST22UCS428
Siddartha D K 01JST22UCS432
Under the Guidance of
Prof. Manjula S
Assistant Professor
Dept. of CSE, JSSSTU, Mysuru
DEPARTMENT OF COMPUTER SCIENCE AND
ENGINEERING
May 2024
ABSTRACT
This project implements an SMS communication system using the GSM900a module for
sending and receiving text messages. The system comprises a microcontroller interfaced with
the GSM900a module, enabling SMS functionality over GSM networks. Users can input text
via a connected interface (e.g., keypad) to compose SMS messages. The microcontroller
processes user input and sends SMS data to the GSM module using AT commands. The
GSM900a module communicates with the GSM network to transmit SMS messages to
designated recipients. Incoming SMS messages are detected by the module, which notifies
the microcontroller for further processing. This system facilitates real-time SMS
communication without requiring internet connectivity, relying solely on cellular network
coverage. Development involves hardware integration, microcontroller programming, and
implementation of SMS protocols. Future enhancements could include SMS storage,
encryption, and integration with IoT devices for expanded functionality. The SMS system
using GSM900a offers a practical solution for SMS-based communication in diverse
applications.
CONTENTS
1. INTRODUCTION …………………………………………………………………..1
2. PROBLEM STATEMENT…………………………………………………………..1
3. OBJECTIVES………………………………………………………………………..1
4. COMPONENTS……………………………………………………………………..2
4.1 ARDUINO UNO…………………………………………………………….2
4.2 GSM900A MODULE………………………………………………………..2
4.3 SIM CARD…………………………………………………………………...3
4.4 BREADBOARD……………………………………………………………..3
5. DESIGN AND IMPLEMENTATION………………………………………………..4
5.1 CIRCUIT DIGRAM………………………………………………………….4
5.2 WORKING PRINCIPLE……………………………………………………..4
5.3 CODE……………………………………………………………………...….5
6. TEST CASES………………………………………………………………………..7
7. CONCLUSION…………………………………………………………………...…8