100% found this document useful (1 vote)
201 views

SMS Based Device Control Using GSM Modem

This document describes an SMS-based device control system using a GSM modem. The system allows 8 devices to be controlled through SMS messages with password authentication. An ATMEL 89S51 microcontroller is interfaced with a GSM modem and LCD display to receive and decode SMS commands to control relays and devices. The software uses embedded C and a compiler, while hardware includes the microcontroller, modem, LCD, relays, and power supply components.

Uploaded by

Nikhil Dixit
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
201 views

SMS Based Device Control Using GSM Modem

This document describes an SMS-based device control system using a GSM modem. The system allows 8 devices to be controlled through SMS messages with password authentication. An ATMEL 89S51 microcontroller is interfaced with a GSM modem and LCD display to receive and decode SMS commands to control relays and devices. The software uses embedded C and a compiler, while hardware includes the microcontroller, modem, LCD, relays, and power supply components.

Uploaded by

Nikhil Dixit
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Synopsis

TITLE: SMS Based Device Control using GSM Modem.

AIM: The main objective of this project is to develop a System which


can control the devices using SMS.

Features

1. Designed to control and monitor devices through SMS.


2. 8 devices can be controlled.
3. Password authentication for device control.
4. Compact, less expensive and easy to design.

PROJECT CYCLE

1. Specification of the Project.


2. PCB Layout.
3. Device Test.
4. Code Implementation.
5. Program Test.
6. Pilot Run.
7. Documentation.

SOFTWARE:

1. Embedded c Language.

2. Compiler - KEIL Uv2 IDE.

3. Programmer -NXP ISP.

TOOLS FOR SCHEMATIC DESIGNING:

1. CAPTURE CIS (ORCAD)


HARDWARE:

1. ATMEL 89S51 controller,

2. CELL PHONE WITH FBUS(Nokia 3310),

3. LCD, RELAY, RELAY-DRIVER.

4. POWER SUPPLY

Block diagram:

LCD DISPLAY

Relay
Relay
GSM Modem Driver
GSM Modem ATMEL Driver
ATMEL
89S51
89S51
Relay
Relay

Power
Power
Supply
Supply

Description

Microcontroller is interfaced to GSM modem using serial UART. SMS


are sent and received by microcontroller through this serial
communication protocol.
When the SMS is received by the GSM Modem, the frame is
transmitted to microcontroller, where the frame is decoded and
controls the relay.

Relay requires high current, which the microcontroller can not able to
sink/source this current, hence the relay drivers are used.

Microcontroller, relay drivers requires 5 & 12 V. these voltages are


derived from 230V by step down transformer, bridge rectifier and
regulators.

You might also like