0% found this document useful (0 votes)
152 views

GSM Based Appliances Control Through SMS: Submitted by

This project allows a user to control home appliances remotely using SMS messages sent to a mobile phone connected to a microcontroller. The microcontroller decodes SMS messages, identifies the sender, and controls relays connected to appliances. When the appliance action is complete, the microcontroller sends an acknowledgement SMS back to the user. The hardware used includes an 89S52 microcontroller, relays, voltage regulators, and a GSM modem. Keil uVision software is used to program the microcontroller. The microcontroller receives SMS messages via the GSM modem and decodes them to trigger the appropriate relay and control appliances remotely.

Uploaded by

Biswajit Sarkar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
152 views

GSM Based Appliances Control Through SMS: Submitted by

This project allows a user to control home appliances remotely using SMS messages sent to a mobile phone connected to a microcontroller. The microcontroller decodes SMS messages, identifies the sender, and controls relays connected to appliances. When the appliance action is complete, the microcontroller sends an acknowledgement SMS back to the user. The hardware used includes an 89S52 microcontroller, relays, voltage regulators, and a GSM modem. Keil uVision software is used to program the microcontroller. The microcontroller receives SMS messages via the GSM modem and decodes them to trigger the appropriate relay and control appliances remotely.

Uploaded by

Biswajit Sarkar
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

GSM BASED APPLIANCES CONTROL THROUGH SMS

Submitted by:

INTRODUCTION

This project is designed to make home automation easy to control when a user is not at home. The project is designed to allow easy use of a mobile phone to control appliances in the home. Using a mobile phone the development of the control system will be carried out using SMS. This will communicate with another mobile phone, which in turn controls the devices attached to microcontroller modules. When the action has been carried out then a response is sent to the user. The project involves three main areas, research, development\programming, testing and the writing of the report.

HARDWARE USED
1. 2. 3. 4. 5. 6. 89S52 Microcontroller. Relays. Relay driver IC ULN 2803. Voltage regulator 7805 and 7812. Diode IN4007. GSM modem.

SOFTWARE USED
1. Keil u-Vision 3.0

Keil Software is used provide you with software development tools for 8051 based microcontrollers. With the Keil tools, you can generate embedded applications for virtually every 8051 derivative. The supported microcontrollers are listed in the vision 2. PRO51 Programmer Software

THEORY OF OPERATION
In this project we interfaced 8051 microcontroller with Motorolas C168 GSM mobile phone to decode the received message and do the required action. The protocol used for the communication between the two is AT command. The microcontroller pulls the SMS received by phone, decodes it, recognizes the Mobile no. and then switches on the relays attached to its port to control the appliances. After successful operation, controller sends back the acknowledgement to the users mobile through SMS.

AN INTRODUCTION TO 8051 MICROCONTROLLER:

When we have to learn about a new computer we have to familiarize about the machine capability we are using, and we can do it by studying the internal hardware design (devices architecture), and also to know about the size, number and the size of the registers. A microcontroller is a single chip that contains the processor (the CPU), non-volatile memory for the program (ROM or flash), volatile memory for input and output (RAM), a clock and an I/O control unit. Also called a "computer on a chip," billions of microcontroller units (MCUs) are embedded each year in a myriad of products from toys to appliances to automobiles. For example, a single vehicle can use 70 or more microcontrollers. The following picture describes a general block diagram of microcontroller.

BLOCK DIAGRAM OF PROJECT

REGULATED POWER SUPPLY

BUZZER

LCD

89S52
GSM MODEM RELAY

HOME APPLIANCES MOBILE PHONES

APPLICATION

GSM BASED ANTI THEFT SYSTEM FOR VEHICLES. GSM BASED HOME SECURITY SYSTEM GSM BASED GENERATOR START STOP AND MANY MORE.

You might also like