Final of final Thesis paper PDF

Title Final of final Thesis paper
Author Wale Naka
Pages 47
File Size 5.5 MB
File Type PDF
Total Downloads 485
Total Views 926

Summary

Over Speed and Alcohol Detection System for Vehicles Submitted in partial fulfillment of the requirements For the award of the degree Bachelor of Science in Electrical & Computer Engineering with specialization in Instrumentation and Industrial Control Engineering with Computer Engineering Strea...


Description

Accelerat ing t he world's research.

Final of final Thesis paper Wale Naka

Related papers

Download a PDF Pack of t he best relat ed papers 

GSM Based Aut omat ic Energy Met er.docx nana amamoo, Bryce Gadogbe Microcont roller Based Aut omat ic Vehicle Lock Cont rol Syst em of Drunken Driver Dawit Hailu PIC Microcont roller Project s in C Basic t o Advanced Tariq Alzuhluf

Over Speed and Alcohol Detection System for Vehicles Submitted in partial fulfillment of the requirements For the award of the degree Bachelor of Science in Electrical & Computer Engineering with specialization in Instrumentation and Industrial Control Engineering with Computer Engineering Stream by Emebet Mekuria

RET/516/04

Sofonias Sintayehu

RET/1399/04

Tewodros Berihun

RET/1526/04

Walelegn Nakachew

RET/1588/04

Yohannes Kassaye

RET/1675/04

under the guidance of Dr. N. Ram Kumar

Department of Electrical & Computer Engineering Arba Minch Institute of Technology, Arba Minch University June 2016 i

CERTIFICATE This is to certify that the present work entitled Over Speed and Alcohol Detection System for Vehicles is a bona fide record of work done by Emebet Mekuria

RET/516/04

Sofonias Sintayehu

RET/1399/04

Tewodros Berihun

RET/1526/04

Walelgn Nakachew

RET/1588/04

Yohannes Kassaye

RET/1675/04

submitted as a partial fulfillment of the requirements for the award of the degree Bachelor of Science in Electrical & Computer Engineering with specialisation in Instrumentation and Industrial control Engineering with Computer Engineering Stream from Arba Minch University

Dr.N. Ram Kumar (Main Advisor)

(Mr. Eyasu Dilla) (H.O.D.)

Date: Jun 02, 2016 Place: Department of Electrical & Computer Engineering, Arba Minch Institute of Technology, Arba Minch University ii

ACKNOWLEDGEMENT First of all, we would like to thank God for his blessing and our family for their encouragement, and we also want to express our deepest gratitude to our Advisors Dr.N. Ram Kumar and Dr. Yadav for their unwavering support and guidance throughout this project. We also want to thank Mr. Hilemariam for his friendly and selfless assistance. Our deepest appreciation also goes out to Mr. Henok Ali for his material support. Next to this we want to extend our heartfelt gratitude to Mr. Lelisa Adeba for his continuous help and excellent suggestions. Finally, we want to thank Electrical and Computer Engineering department members who gave us many needed support, encouragement and help throughout our project.

iii

ABSTRACT The main aim of this project is to design a system for implementing an efficient over speed and alcohol detection system for vehicles that will be useful to reduce car accidents. Now a days, car accident reaches in an alarming rate. Accident occurs due to many reasons. From those, most of accidents happen due to over speed and drunken driver problem. There are laws to punish over speed and drunken drivers but this rules and regulations cannot have any system that can reveal the speed status of the car and the driver alcoholic condition. So, there is a need of an effective system to limit the speed of the vehicles and check the drunken drivers. These system works when the vehicle moves beyond the allowed speed, it retrieve to a desired speed and when the vehicle driven by a drunken person then the system automatically send a message to the nearest traffic police station. Therefore the project members will design and implement the prototype of this system.

iv

LIST OF TABLES

Table 1-Zigbee and other wireless technologies ........................................................................... 21

v

LIST OF FIGURES Figure 1-MQ3 Alcohol sensor ...................................................................................................... 14 Figure 2-Working principle of MQ3 alcohol sensor..................................................................... 15 Figure 3-TCS 3103 Color sensor .................................................................................................. 16 Figure 4-Dc motor......................................................................................................................... 17 Figure 5-L293D Motor driver ....................................................................................................... 18 Figure 6-PIC16F877A Microcontroller ........................................................................................ 18 Figure 7-16× 2 LCD Display ....................................................................................................... 19 Figure 8-Zigbee Module ............................................................................................................... 22

Figure 9-RS232 connector ............................................................................................................ 23 Figure 10-Overall system design .................................................................................................. 23 Figure 11-Motor driver circuit ...................................................................................................... 25 Figure 12-Level convertor ............................................................................................................ 26 Figure 13-A string of 10 bit data................................................................................................... 29 Figure 14-Software architecture ................................................................................................... 30 Figure 15-System over view ......................................................................................................... 30 Figure 16-GUI (Graphical user interface)..................................................................................... 31 Figure 17-Data base architecture .................................................................................................. 31 Figure 18-Flow chart..................................................................................................................... 32 Figure 19-Overall simulation ........................................................................................................ 33 Figure 20-Simulated result of alcohol sensor ............................................................................... 34 Figure 21-PWM for 120 Kph ........................................................................................................ 34 Figure 22-PWM for 80 Kph .......................................................................................................... 35 Figure 23-PWM for 60 Kph .......................................................................................................... 35 Figure 24-PWM for over speed .................................................................................................... 35 Figure 25-Hardware connection ................................................................................................... 36

vi

ABBREVIATIONS PIC……………………………………………………………Programmable interfacing mobile SDC…………………………………………………………..Smart Display &Control RF…………………………………………………………….Radio frequency FM……………………………………………………………Frequency Modulation BAC…………………………………………………………..Blood alcohol content RGB…………………………………………………………..Red Green Black VOR………………………………………………………….Out voltage of red VOG………………………………………………………… Out voltage of green VOB ………………………………...……………………….Out voltage of blue DC............................................................................................Direct Current IC..............................................................................................Integrated Circuit CMOS.........................................................................Complementary Metal-oxide Semiconductor EEPROM.......................................................Electrical erasable programmable read only memory ICD............................................................................................In-circuit debug A/D...........................................................................................Analog to digital SPI............................................................................................Serial Peripheral Interface USART.....................................................................UniversalAsynchronous Receiver Transmitter PWM........................................................................................Pulse with modulation LCD..........................................................................................Liquid Crystal Display WSN.........................................................................................Wireless Sensor Network FFDs.........................................................................................Full Function Devices RFDs........................................................................................Reduced Function Devices UART.......................................................................Universal Asynchronous Reviver Transmitter TTL...........................................................................................Transistor Transistor Logic MCU..........................................................................................microcontroller controller unit SMPS.........................................................................................switched-mode power supply LED...........................................................................................light emitting diode Tx and Rx..................................................................................Transmitter and Receiver GUI............................................................................................graphical user interfa vii

TABLE OF CONTENTS CERTIFICATE ........................................................................................................................................... ii ACKNOWLEDGEMENT ......................................................................................................................... iii ABSTRACT ................................................................................................................................................ iv LIST OF TABLES ...................................................................................................................................... v LIST OF FIGURES ................................................................................................................................... vi ABBREVIATIONS ................................................................................................................................... vii CHAPTER 1 .............................................................................................................................................. 10 INTRODUCTION..................................................................................................................................... 10 1.1

Introduction ................................................................................................................................... 10

1.2

Problem statement ........................................................................................................................ 10

1.3

Project objective ............................................................................................................................ 10

1.4

Scope of the project ....................................................................................................................... 10

CHAPTER 2 .............................................................................................................................................. 12 LITERATURE REVIEW ........................................................................................................................ 12 2.1

Work review .................................................................................................................................. 12

2.2

Component review ........................................................................................................................ 14 2.2.1

Alcohol sensor (MQ-3) ...................................................................................................... 14

2.2.2

Color sensor (TCS3103).................................................................................................... 16

2.2.3

DC Motor ........................................................................................................................... 17

2.2.4

Motor Driver ..................................................................................................................... 17

2.2.5

Microcontroller ................................................................................................................. 18

2.2.6

LCD display ....................................................................................................................... 19

CHAPTER 3 .............................................................................................................................................. 20 METHODOLOGY ................................................................................................................................... 20 3.1

Introduction ................................................................................................................................... 20

3.2

Communication unit ..................................................................................................................... 20 3.2.1

Wireless Sensor Network.................................................................................................. 20

3.2.2

RS 232 Connector.............................................................................................................. 22

3.3

Overall system design ................................................................................................................... 23

3.4

Electronic hardware ..................................................................................................................... 24

3.5

Materials ........................................................................................................................................ 26 8

3.6

Software design ............................................................................................................................. 27

3.7

Computer software ....................................................................................................................... 29

3.8

Software Architecture................................................................................................................... 32

CHAPTER 4 .............................................................................................................................................. 33 RESULTS AND DISCUSSION ............................................................................................................... 33 4.1

Result.............................................................................................................................................. 33

4.2

Discussion....................................................................................................................................... 36

CHAPTER 5 .............................................................................................................................................. 37 CONCLUSION AND FUTURESCOPE OF WORK............................................................................. 37 5.1

Conclusion ..................................................................................................................................... 37

5.2

Limitation ...................................................................................................................................... 37

5.3

Future Scope of Work................................................................................................................... 37

REFERENCES .......................................................................................................................................... 38 APPENDIX ................................................................................................................................................ 39

9

CHAPTER 1 INTRODUCTION 1.1 Introduction At this time, one of the major factors for loss of life, loss of infrastructures and materialsis a car accident. Even though many quality roads are built, relatively latest car exists, different rules and regulations are made statistically the car accidents are increasing year after year. The reasons for these accidents are many failures to give way for pedestrians, over speed, influence of alcohol and drug are the common and major ones. Starting from this point of view we designed a system which can reduce the accidents caused by over speed and drunken driving. 1.2 Problem statement In our world car accident increases from day to day because of many reasons. From those reasons most car accidents occur due to drunken driving and over speed. Therefore this project will be a solution to the problem by providing an embedded system, which installed in the vehicles. 1.3 Project objective The main objective of this project is to design and implement over speed and alcohol detection system for vehicles. Specific objectives:

To protect the great human life from car accident



To avoid loss of materials and

 To give a better car accident prevention system to the traffic station. 1.4 Scope of the project The project includes design and implementation of both hardware and software. 

Microcontroller (PIC 16F877A) is used as central processor.



Color sensor is used to detect the painted color on the road.



MQ-3 Alcohol sensor is used to detect the alcohol concentration.



RF Module is used to receive and transmit information



The Serial communication precedes using RS232 cable. 10



C– language for the Microcontroller and MySQL Server 2008 for the data base



Micro C and Proteous is used for simulation purpose.

11

CHAPTER 2 LITERATURE REVIEW To design a system that can achieve the objective of the project some studies have been carried out, which involving three main subtopics such as previous case study on related projects, studies of hardware and software. 2.1 Work review There are some existing projects related to over speed and alcohol detection system. Some of them are:In Ankita Mishra [1] “Design of RF based speed control system for vehicles”, The system has Smart Display controller meant for vehicle’s speed control and monitors the zones, which can run-on an embedded system. Smart Display &Control (SDC) can be custom designed to fit into a vehicle’s dashboard, and displays information on the vehicle. The project is composed of two separate units: zone status transmitter unit and receiver (speed display and contr...


Similar Free PDFs