Design and implementation of password basedaccess control with intruder alert system | Blazingprojects Postgraduate Thesis
Home / Computer Science / Design and implementation of password basedaccess control with intruder alert system

Design and implementation of password basedaccess control with intruder alert system

 

Table Of Contents


  • Title page                                                                                          iCertification page                                                                              iiApproval page                                                                                  iiiDedication                                                                                         ivAcknowledgement                                                                             vAbstract                                                                                            viTable of content                                                                                viiCHAPTER ONE INTRODUCTION1.1 Background of the study                                                            
  • 11.2Statement of problem                                                                          
  • 31.3Aim and objective                                                                      
  • 31.4Scope of the project                                                                    
  • 41.4Scope of study                                                                                      
  • 51.5Significance of the project                                                          
  • 41.6Project limitations                                                                      
  • 41.7Definition of importance terms                                                  
  • 51.8Project report organizations                                                        5CHAPTER TWOLITERATURE REVIEW2.1 Origin of the project                                                                    
  • 62.2Types of digital                                                                          
  • 72.3How it works                                                                              13CHAPTER THREEDESIGN METHODOLOGY3.1 Project specification                                                                    
  • 143.2Concept review                                                                          
  • 143.3Block diagram of the project                                                       153.
  • 3.1Functions of each block                                                                    
  • 153.4Design program flow chart                                                                   163.
  • 5.1Analysis of the flow chart diagram                                          17CHAPTER FOURDESIGNIMPLEMENTATION AND TESTING 
  • 4.1Project resource centre                                                               184.
  • 1.1Choice of material                                                                    
  • 184.2Circuit diagram of the design                                                      194.
  • 2.1Circuit diagram analysis                                                                    
  • 194.3Design implementation steps                                                      204.
  • 3.1Component listing                                                                  
  • 204.4Component analysis and descriptions                                        214.
  • 4.1Diode rectifier                                                                          214.
  • 4.2Transistors                                                                               404.
  • 4.3Battery power supply and Lm7805                                         454.
  • 4.4Led                                                                                           474.
  • 4.5Microcontroller (Atme189s52)                                                504.
  • 4.6Resistors                                                                                  
  • 584.5Component gathering                                                                 624.
  • 5.1Component testing                                                                  
  • 624.6Design steps                                                                                644.
  • 6.1Component placing and wiring                                                         644.
  • 6.2Component soldering                                                                        
  • 654.7Embedded software integration                                                  654.
  • 7.1Programming language                                                                      664.
  • 7.2Programming steps                                                                  664.
  • 7.3Design program source code                                                    664.
  • 7.4Compilation of the source code (Language-assembly-hexadecimal or machine code)                                                                                                    764.
  • 7.5Burning of the hex file into the microcontrollers                      764.
  • 7.6Inserting the microcontroller into the hardware design            
  • 774.8Circuit test                                                                                  
  • 774.9Packaging                                                                                    
  • 774.10Design test and error corrections                                                        
  • 774.11Final test                                                                                   77CHAPTER FIVERECOMMENDATION AND CONCLUSION5.1 Summary                                                                                    
  • 785.2Problem encounter                                                                      78`
  • 5.3Suggestion for further design                                                      
  • 795.4Recommendation                                                                        
  • 805.5Conclusion                                                                                 80          Reference                                                                                 81          Appendix                                                                                82

Thesis Abstract

The necessity of a low cost electronic home security system designed in co-ordination with other security measures is always there in our society to reduce the risk of home intrusion. Keeping this problem in mind, we are working on a project on automatic password based control system which is technology is based on access control system. We want to utilize the electronic technology to build an integrated and fully customized home security system at a reasonable cost.

This is the design and construction of access control system which is use in locking or switching on and off a password based design through a microcontroller (at89s52) for example creating a password system to make led on and off when the write password is entered


Thesis Overview

<p> </p><div><p><strong>INTRODUCTION</strong></p><p><strong>1.1 &nbsp;</strong><strong>Background study</strong></p><p>Traditional lock systems using mechanical lock and key mechanism are being replaced by new advanced techniques of locking system. These techniques are an integration of mechanical and electronic devices and highly intelligent. One of the prominent features of these innovative lock systems is their simplicity and high efficiency.</p><p>Such an automatic lock system consists of electronic control assembly which controls the output load through a password. This output load can be a motor or a lamp or any other mechanical/electrical load.</p><p>An electronic lock (or electric lock) is a locking device which operates by means of electric current. Electric locks are sometimes stand-alone with an electronic control assembly mounted directly to the lock. Electric locks may be connected to anaccess control system, the advantages of which include: key control, where keys can be added and removed without re-keying the lock cylinder; fine access control, where time and place are factors; and transaction logging, where activity is recorded. Electronic locks can also be remotely monitored and controlled, both to lock and unlock.</p><p>Many times we forgot to carry the key of our home. Or sometimes we come out of our home and door latch closes by mistake. In these cases it is really difficult to get inside the house. This project is designed to solve this purpose. Main concept behind this project is of a door-latch opening using a password entered through keypad. As well as turning on the Buzzer when password is entered wrong for multiple times. User can change this password anytime he/she wish using a keypad.</p><p>Here we develop an electronic code lock system using 8051 microcontroller, which provides control to the actuating the load. It is a simple embedded system with input from the keyboard and the output being actuated accordingly.</p><p>This system demonstrates a password based door lock system wherein once the correct code or password is entered, the door is opened and the concerned person is allowed access to the secured area. Again if another person arrives it will ask to enter the password. If the password is wrong then door would remain closed, denying the access to the person.</p><p>The main component in the circuit is 8051 controller. In this project 4×3 keypad is used to enter the password. The password which is entered is compared with the predefined password. If the entered password is correct then the system opens the door by rotating door motor and displays the status of door on LCD. If the password is wrong then door is remain closed and displays “pwd is wrong” on LCD.</p><p><strong>1.2 &nbsp;</strong><strong>Statement of problem</strong></p><p>Home security is one of the major needs of human race, coming to security locks electronics system has introduce different ways of protecting lives and properties by the use of password authentication, this system has one of the major electronic advanced system and can be used in different locking system.</p><p><strong>1.3 &nbsp;</strong><strong>Aim and objectives</strong></p><p>The aim of this project is to design and construct a digital password based locking system which is use in different places for door authentication and other form of locking system.</p><p>Objectives includes:</p><p>a. &nbsp; &nbsp; To design and create a password door locking system</p><p>b. &nbsp; &nbsp; To implement and show how to design a password looking system</p><p>c. &nbsp; &nbsp; &nbsp;To show stages involve in the design and implementation of password based system.</p><p><strong>1.4 &nbsp;</strong><strong>Scope of the project</strong></p><p>A student will be show on how a digital password system works, how it can be implemented and different stages on how to design and construct a password locking door.</p><p><strong>1.5 &nbsp;</strong><strong>Significance of the Project</strong></p><p>It is important to increase the system of our various abode with a dependable security system, password system are not just used for security purpose but due to its mode of operation has being applied to car ignition lock joints and engine voltage supplied when it saves as a security system for car system. It importance does include:</p><p>a. &nbsp; &nbsp; As a fast way to increase security intrusion protection</p><p>b. &nbsp; &nbsp; It saves a better way to protect homes and properties by using the user personal identification system for effective protection.</p><p>c. &nbsp; &nbsp; &nbsp;It also help in highly advance ones to trace treat finger tips if when trying to intruder without authentication number accuracy etc.</p><p><strong>1.6 &nbsp;</strong><strong>Project limitations</strong></p><p><strong>a. &nbsp; &nbsp; </strong>If not supplied the recommended voltage can keep the door lock until the voltage level is reached.</p><p><strong>b. &nbsp; &nbsp; </strong>It has a low authentication Barry and can be breaker by hackers.</p><p><strong>c. &nbsp; &nbsp; &nbsp;</strong>Only one password can be used which only known by the users</p><p><strong>1.7 &nbsp;</strong><strong>Definition of important terms</strong></p><p><strong>Keypad: </strong>&nbsp;human interface numerical button to typing passwords</p><p><strong>Microcontroller:</strong>&nbsp;a programmable unit that controls the whole section</p><p><strong>Password:</strong>&nbsp;a set of security number or code use only by one person for security authentication</p><p><strong>1.8 &nbsp;</strong><strong>Project report organizations</strong></p><p>Chapter one carries the introduction, aim and objective, scope of study, limitation of the work, significance and the project report organization of the work. Chapter two carries the literat</p><p></p></div><h3></h3><br> <br><p></p>

Blazingprojects Mobile App

📚 Over 50,000 Research Thesis
📱 100% Offline: No internet needed
📝 Over 98 Departments
🔍 Thesis-to-Journal Publication
🎓 Undergraduate/Postgraduate Thesis
📥 Instant Whatsapp/Email Delivery

Blazingprojects App

Related Research

Archaeology and Tour. 4 min read

Comparative Analysis of Heritage Site Management and Tourist Engagement Strategies...

This research looks at how heritage sites, such as historical landmarks, castles, or ancient towns, are managed and how tourists are engaged with these sites. T...

BP
Blazingprojects
Read more →
Animal science. 3 min read

Comparative Analysis of Feed Efficiency in Indigenous and Commercial Chicken Breeds...

This research aims to compare how efficiently Indigenous and commercial chicken breeds convert feed into body mass, which is known as feed efficiency. Feed effi...

BP
Blazingprojects
Read more →
Anatomy. 2 min read

Comparative Analysis of Cranial Suture Morphology in Adults and Adolescents...

This research investigates how the sutures in the human skull differ between adolescents and adults. Cranial sutures are flexible joints where skull bones meet,...

BP
Blazingprojects
Read more →
Agricultural educati. 2 min read

Comparative analysis of digital literacy in agricultural education among rural and u...

This research focuses on understanding how well students in agricultural education can use digital technology, especially comparing students from rural areas wi...

BP
Blazingprojects
Read more →
Agric Extension. 2 min read

Comparative Analysis of Traditional vs. Digital Agricultural Extension Methods Impac...

This research investigates how different methods of communicating agricultural information affect farmers’ knowledge, practices, and productivity. Specificall...

BP
Blazingprojects
Read more →
Agric Economics. 4 min read

Comparative Analysis of Smallholder Coffee and Tea Farm Profitability in Eastern Reg...

This research aims to compare how profitable smallholder farms are when growing coffee versus tea in the eastern regions. Smallholder farmers are critical to th...

BP
Blazingprojects
Read more →
Agric and Bioresourc. 2 min read

Comparative Analysis of Solar Drying Efficiency for Cocoa Beans in Tropical Climates...

This research focuses on comparing how effectively different types of solar dryers work for drying cocoa beans in tropical climates. Cocoa beans are often dried...

BP
Blazingprojects
Read more →
General Studies. 4 min read

Developing an AI-Powered Platform for Personalized Lifelong Learning Strategies...

This research focuses on creating an intelligent digital platform that helps individuals plan and manage their lifelong learning journeys in a personalized way....

BP
Blazingprojects
Read more →
Secretarial studies. 3 min read

Implementing AI-powered Virtual Assistants for Enhanced Office Secretarial Efficienc...

This research explores how AI-powered virtual assistants can improve the efficiency of office secretaries, someone who manages routine tasks, schedules, communi...

BP
Blazingprojects
Read more →
WhatsApp Click here to chat with us