a1 presentation

32
MICROCONTROLLER BASED INTELLIGENT SECURITY SYSTEM USING WIRELESS SENSOR NETWORKS AND GSM Under the guidance of Mr. R. Mynuddin Sulthani , M.Tech., BY B.Neeharika 10751A0409 K.B.Roja 10751A0449 G.Sreepriya 10751A0435 K.Bhanu Prakash

Upload: bhanuprakash-k

Post on 19-Feb-2017

42 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: A1 Presentation

MICROCONTROLLER BASED INTELLIGENT SECURITY SYSTEM USING

WIRELESS SENSOR NETWORKS AND GSM

Under the guidance ofMr. R. Mynuddin Sulthani , M.Tech.,

BY B.Neeharika 10751A0409 K.B.Roja 10751A0449 G.Sreepriya 10751A0435 K.Bhanu Prakash 10751A0450 B. Sujan Kumar 10751A0412

Page 2: A1 Presentation

2

CONTENTS

Overview of projectBlock diagramHardware and software requirementsIntroduction to embedded systemsAT89S52 microcontrollerInterfacing of componentsAdvantagesApplicationsConclusion

Page 3: A1 Presentation

What is the purpose of this project?

To ensure the security of the home at low cost.

To develop an embedded security system which detects others not to intrude the homes or offices etc.

Page 4: A1 Presentation

WORKING OF THE PROJECT

The security system uses GSM interface to communicate with the authorized person.

The project works on embedded designed board with three sensors

IR sensor Temperature sensor Light Dependent Resistor

Page 5: A1 Presentation

HARDWARE REQUIREMENTSMicrocontrollerPower SupplyIR SensorGSM modemBuzzer LCDPIR sensorLDR sensor

SOFTWARE REQUIREMENTSKeil softwareEmbedded C

Page 6: A1 Presentation

INTRODUCTION TO EMBEDDED SYSTEMSAn embedded system is a computing device

that does a specific focused job.

Page 7: A1 Presentation

BLOCK DIAGRAM

Page 8: A1 Presentation

HARDWARE REQUIREMENTS

Page 9: A1 Presentation

FLOWCHART

Page 10: A1 Presentation

AT89S52 MICROCONTOLLER

Page 11: A1 Presentation

FEATURES OF AT89S52Compatible with MCS-51® Products

8K Bytes of flash memory

4.0V to 5.5V Operating Range

256 x 8-bit Internal RAM

32 Programmable I/O Lines

Three 16-bit Timer/Counters

Eight Interrupt Sources

Page 12: A1 Presentation

PIN CONFIGURATIONS

Page 13: A1 Presentation

8052 MICROCONTROLLER MEMORY ORGANISATION

Program Memory (ROM) is used for permanent saving program being executed.

Data Memory (RAM) is used for temporarily storing and keeping intermediate results and variables.

All 8052 microcontrollers have 16-bit addressing bus and can address 64 kb memory.

Page 14: A1 Presentation

INTERNAL STRUCTURE OF MICROCONTROLLER

Page 15: A1 Presentation

INTERFACING OF COMPONENTS

Page 16: A1 Presentation

Consists of two lines with 16 characters each.

Contrast on display depends on the power supply voltage and whether messages are displayed in one or two lines.

During operating, a resistor for current limitation should be used.

LCD SCREEN

Page 17: A1 Presentation
Page 18: A1 Presentation

18

MAX232It is used to match the voltage

levels of TTL, CMOS.

Only then, transmission and reception between GSM takes place.

The capacitor used in MAX232 charges and discharges according to the voltage levels to get matched.

Page 19: A1 Presentation

19

GSM

It is an open, digital cellular technology used for transmitting mobile voice and data services.

Operates in 900MHz and 1.8GHz bands

Supports data transfer speeds of up to 9.6 kbps, allowing the transmission of basic data services such as SMS.

Page 20: A1 Presentation

LIGHT DEPENDENT RESISTOR

LDR is made up of Cadmium Sulphide.

When light falls on it, the value of resistance reduces and current will be generated as light is inversely proportional to resistance.

Page 21: A1 Presentation
Page 22: A1 Presentation

TEMPERATURE SENSOR

Page 23: A1 Presentation

It is made up of pure silicon (as sensing capacity is more for silicon).

It consists of three terminals: supply , output, ground.

The output of this sensor is connected to microcontroller.

Page 24: A1 Presentation

IR SENSOR

IR sensor consists of a potentiometer and comparator along with transmitting and receiving LED’s.

Transmitting LED works with 5v, receiving LED works with 3.5v.

If any object is placed in between, the IR rays from transmitting LED will get reflected and receiver LED absorbs it.

Page 25: A1 Presentation

LM358(Comparator) compares the obtained value with threshold value and produces output.

IR sensors are used in shopping malls, automatic door opens etc.

We use near IR (0.7um-1.4um) in this project.

Page 26: A1 Presentation

SOFTWARE REQUIREMENTS

Page 27: A1 Presentation

KEIL SOFTWARE

Keil compiler is a software used where the

machine language code is written and compiled.

After compilation, the machine source code is

converted into hex code which is to be dumped into

the microcontroller for further processing. Keil

compiler also supports C language code.

Page 28: A1 Presentation

PROLOAD

A software which accepts only hex files.

Once the machine code is converted into hex code, that hex code has to be dumped into the microcontroller placed in the programmer kit and this is done by the Proload.

Page 29: A1 Presentation

ADVANTAGES

To ensure the security of the home at low cost

The authorized person can also alert with that message.

Page 30: A1 Presentation

FUTURE SCOPE• The cameras used for security surveillance are not

appropriate for home privacy protection

• The cost of complete system is high

• Low cost systems should be developed to monitor people at home

• The time to detect any abnormal incident should be detected as fast as possible and the message to the authorized person should be quickly reached

Page 31: A1 Presentation

CONCLUSION

Plays an important role in surveillance of home.

The designed system is used to automate the security systems to ensure the security of the home at low cost and the authorized person can also be alerted with a message.

Page 32: A1 Presentation