You are on page 1of 8

ACKNOWLEDGEMENT

We express a whole hearted gratitude to Dr. K. RAVINDRA, Principal and


Professor of Electronics and communication engineering Department, Malla Reddy
Institute of Technology and Science for providing us the conducive environment for
carrying our academic schedules and projects with ease.

We thank Mr. K.Y. SRINIVAS, Associate Professor and Head, Department of


Electronics and Communication Engineering for providing his seamless support and
knowledge during our B.Tech course period and also for providing right suggestions at
every phase of the development of our project.

We are very much thankful and greatly indebted to our internal guide Mrs
GARLAPATI SUBASHINI , Assistant professor, for his guidance and encouragement
throughout the preparation and completion of this project.

We sincerely thank all staff members, friends and parents without whose support
project would have been deferred.

iii
ABSTRACT
Now a days People are getting smarter day by day with the help of new technology, new
innovations. Main reason behind the up-gradation of new technologies are nothing but to
overcome the existing problems. Economic growth of world makes the life smarter and
better as compared to previous lifestyle. The objective of the project is to present a
conceptual model of microcontroller based theft detection in VEHICLE’S. This system can
be interconnected with the vehicle alert the owner on his mobile phone. This detection and
messaging system is composed of a GPS receiver, Microcontroller and a GSM Modem. GPS
Receiver gets the location information from the satellites in the form of latitude and
longitude. The LPC2148 controller processes this information and processed information is
sent to the user/owner using GSM modem. A GSM modem is interfaced to the MCU. The
GSM modem sends an SMS to the predefined mobile number and informs about this
location information.

Keywords:LPC2148,GSM SIM800A,GPS ,IR sensor.

iv
CONTENTS
TOPICS PAGE NO.
ACKNOWLEDGEMENT ii

ABSTRACT iii

LIST OF FIGURES vii

ABBREVIATION viii

CHAPTER 1: OVERVIEW OF THE PROJECT 1-3

1.1 Introduction 1

1.2 Problem statement 1

1.3 Motivation 2

1.4 Objective 2

1.5 Methodology adopted 2

1.6 Tools Required 3

1.6.1 Software tools 3

1.6.2 Hardware tools 3

1.7 Organization of the report 3

CHAPTER 2: LITERATURE SURVEY 4-6

2.1 Introduction 4

2.2 Previous methodologies 4

2.3 Conclusion 6

CHAPTER 3: EMBEDDED SYSTEMS AND LPC2148

MICRO CONTROLLER 7-21

3.1 Introduction 7

3.2 Embedded systems 7

3.2.1 Small scale embedded systems 8

v
Medium scale embedded systems 8

Sophisticated embedded systems 8

Overview of embedded system architecture 8

Central processing unit 9

Memory 9

Input devices 10

Output devices 10

Communication interfaces 10

Application specific circuitry 10

ARM7 with LPC2148 microcontroller 10

Features of LPC2148 12

Architecture of LPC2148 13

Pin Configuration of LPC2148 14

Pin description of LPC2148 14

On chip flash program memory 15

On chip static RAM 15

Hardware requirement of LPC2148 16

Conclusion 18

CHAPTER 4: DESCRIPTION OF HARDWARE MODULES 19-28

Introduction 19

GSM SIM-800A 19
Features of GSM Module 20
Commands for GSM 20
Power supply 21
Transformer 22
Rectifier 22

vi
Capacitor Filter 22
Voltage Regulator 23
Microcontroller Unit 24
GPS 24
Liquid Crystal Display(LCD) 25
IR Sensor 27
Conclusion 28

CHAPTER 5: IMPLEMENTATION OF OBJECT DETECTION

AND CAR POSITIONING SYSTEM 29-33

Introduction 29

Block diagram of Object detection and car positioning system 29

Implementation of block diagram 29

Interfacing of GSM module with LPC 2148 29

Power Supply 30

Interfacing of GPS with LPC 2148 31

Interfacing of IR sensor with LPC 2148 32


IR sensor PIN configuration 32
LPC2148 Interfacing to LCD 32
Conclusion 33
CHAPTER 6: RESULT AND DISCUSSIONS 34-38
Introduction 34
Result of object detection and car positioning system
using GPS module 34
IR sensor 35
GPS Module 36
GSM Module 37
6.3 Conclusion 38

vii
CHAPTER 7: CONCLUSION AND FUTURE SCOPE 39
Introduction 39
Conclusion 39
Future scope 39
REFERENCES 40

APPENDIX A

APPENDIX B

viii
LIST OF FIGURES

FIGURE NO. DESCRIPTION PAGE NO.

Figure 3.1 Hardware architecture of an embedded system 9


Figure 3.2 ARM7 With LPC3148 11
Figure 3.3 Philips LPC214x IC 12
Figure 3.4 LPC2148 microcontroller 14
Figure 3.5 Circuit Diagram for UART 17
Figure 4.1 GSM SIM 800A Module 19
Figure 4.2 Regulated Power Supply 21
Figure 4.3 Capacitor Filter 22
Figure 4.4 Voltage Regulator 23
Figure 4.5 Working Operation of GPS 24
Figure 4.6 Liquid Crystal Display in ON & OFF States 25
Figure 4.7 IR sensor 28
Figure 5.1 Block diagram of Object detection and
car positioning system 29
Figure 5.2 GSM interfacing with LPC 2148 30
Figure 5.3 Block diagram of Power Supply 30
Figure 5.4 Interfacing of GPS with LPC 2148 31
Figure 5.5 Interfacing of LPC2148 with IR sensor 32
Figure 5.6 LPC2148 Interfacing with LCD 33
Figure 6.1 Output of the object detection and car positioning system 34
Figure 6.2 IR Sensor 35
Figure 6.3 Results for IR sensor when obstacle occurred 35
Figure 6.4 Result on LCD for IR sensor when Obstacle not found 36
Figure 6.5 Result for IR Sensor when Obstacle occur 36
Figure 6.6 GPS Module 36
Figure 6.7 GSM Module 37
Figure 6.8 Result for Location using GPS Module 37
Figure 6.9 Message alert using GSM and GPS Module 38

ix
ABBREVIATIONS
ARM - Advanced RISC Machine
GPS - Global Positioning System

GSM - Global System for Mobile Communication


GPIO - General Purpose Input Output
LCD - Liquid Crystal Display

IR - Infrared Sensor
POR - Power On Reset
PWM - Pulse Width Modulation
RISC - Reduced Instruction Set Computer
RTOS - Real Time Operating System
RTC - Real Time Clock

RTS - Regional Transit System


SMS - Short Message Service
UART - Universal Asynchronous Receiver Transmitter
USB - Universal Serial Bus

LPC - Low power consumption


GPRS - General Package Radio Service
AVL - Automatic Vehicle Location

CPU - Central Processing unit


RAM - Random access Memory
ROM - Read Only Memory
LED - Light Emiting Diode
USB - Universal Serial Bus
DMA - Dynamic multiple Access
CISC - Complex instruction set computer

You might also like