SlideShare a Scribd company logo
1 of 17
BAKHTIYARPUR COLLEGE OF ENGINEERING,PATNA
FINGERPRINT BASED DOOR ACCESS SYSTEM USING
ARDUINO
Presented by :-
RAKESH KUMAR (20EEE68LE)
DHIRAJ PRAKSH (20EEE64LE)
DHEERAJ KUMAR (20EEE66LE)
GANESH CHAUDHARY(20EEE65LE)
Prof. NIRAJ KUMAR
Submitted for the partial fulfillment of B.TECH in
EEE
Under the guidance :-
Department :- EEE
FEBRUARY,2023 01
CONTENT
INTRODUCTION
components
LITERATUREREVIEW
FLOWCHARTOF PROPOSEDALGORITHM
working
METHODOLOGY
CONCLUSION
1. INTRODUCTION
 This paper is about solving the problem regarding security of unauthorized people trespassing in
our home, shops or offices. Security issues can be fixed using traditional locks but there is always
possibility of someone opening the lock even without breaking it with the use of duplicate key.
Using these kinds of locks also create problem if we lose keys and also we have to carry keys
along with us always. Again, using patterns in the locks can increase security but again it can be
opened if somehow the passwords or patterns are known. So, leaving every system in this
project we will implement a system using biometrics. In case of biometrics, the pattern which
will be used as key will be unique. Here, to implement the project we will use fingerprint as the
key. This arduino project will make use of different devices for the implementation of the
security lock where there will be different features to increase the security level. In simple
words, we can say that we are implementing a door access system using arduino which make use
of fingerprints to identify whom to allow and who not to allow inside our homes, offices, shops,
etc. We are trying to implement it using a normal and simple door lock which is fitted in every
home so as to minimize the cost of the device as a product.
03
02. COMPONENTS
I. 12V SOLENOIDLOCK
II. ARDUINO UNO
III.FINGER PRINT SENSOR (R307)
IV.IRFZ44N
04
I. 12V SOLENOIDLOCK
II. OCK
 12V Solenoid lock has a slug with a slanted cut and a good mounting bracket. It's basically an electronic lock,
designed for a basic cabinet, safe or door.
 When 9-12VDC is applied, the slug pulls in so it doesn't stick out and the door can be opened. It does not use any
power in this state.
05
II. ARDUINOUNO
 Arduino UNO is a low-cost, flexible, and easy-to-use programmable open-source microcontroller board that can
be integrated into a variety of electronic projects.
 This board can be interfaced with other Arduino boards, Arduino shields, Raspberry Pi boards and can control
relays, LEDs, servos, and motors as an output.
06
III. FINGERPRINTSENSOR (R307)
 R307 fingerprint module is a fingerprint sensor with a TTL UART interface for direct connections to
microcontroller UART or to PC through MAX232 / USB-Serial adapter. The user can store the fingerprint data
in the module and can configure it in 1:1 or 1: N mode for identifying the person.
07
IV. IRFZ44N
 The transistor possesses high speed switching capability which makes it ideal to use in applications where high
speed switching is a crucial requirement.
 This transistor can also be used as an audio amplifier or in audio amplifier stages; it is capable to deliver
maximum audio output of 94W.
08
3. LITERATURE REVIEW
 “Arduino Based Smart Fingerprint Authentication System.”- In today’s world Home, offices, shops, banks need
excessive security measure for safety motive. To supply security for these area, smart lock system is initiated.
There are numerous innovational smart door locks are created to lock and unlock the system.
 These type of locks has fingerprint, RFID card, pin, password or IOT by unlocking the system using mobile phone.
User using these kinds of bolting system either utilize pin number or fingerprint or RFID card to unlock the system.
These system does not have security pecking order to grow the security.
09
 “Design and Implementation of a Fingerprint Based Lock System for Shared Access.”- Nowadays
office/corporate territory security is a vital problem faced by everyone when far from home or at
the home. When it comes to the security systems, it is one of the key worries in this occupied-
merciless world, where people cannot get ways to provide security to their important possessions
manually. Instead, they finds a different solution that provides better, dependable and atomized
security. This is a time, where everything is attached through network, where anyone can get
hands on information from anyplace around the globe.
 Thus possibilities of one’s information being hacked are a serious affair. Due to these chaces, it’s
very crucial to have some kind of personal recognition to enter one’s own info. These days personal
identification is becoming an principle affair all around. Among normal personal recognition
techniques we mostly see password and identification cards methods. But it is easy to hack
password now, and identification cards may get loose, thus making these methods quite
unreliable.
10
4. FLOWCHART OF PROPOSED ALGORITHM
 1. The fingerprint is scanned.
 2. The fingerprint is put in a condition where it scans for the match of the fingerprint. If match is found, it
moves to step Else it moves to step 6.
 3. The information of the person is recorded like name, time of entry/exit, etc.
 4. The servo motor is started and accordingly the hook lock connected to the servo motor does its work of
locking or unlocking.
 5. A welcome message is displayed.
 6. It will check if the unrecognized fingerprint is tried more than 3 times. If such attempt is made, it will move
to step Else, it will move to step 10.
 7. Store the unrecognized fingerprint.
 8. Store photograph of unauthorized user.
 9. Send message to the owner.
 10. Display error message.
 11. Repeat step 9.
11
12
5. WORKING
 A fingerprint smart lock uses your fingerprint as a biometric credential and converts this data into a numerical
pattern. Then, the lock uses this information as the credential for opening the lock.
The average lock only needs about half a second to scan and read a fingerprint. From start to finish, opening a door
with a biometric lock only takes around 2 seconds, which makes it a quicker alternative to physical keys.
To set up your lock, you’ll need to have each tenant and staff member scan their finger at the lock so that you have
their print on file. That way, the lock can save their print and recognize it when they need to unlock the door.
Many locks pair with mobile apps or software that allow you to monitor usage at your building. This allows
administrators to grant and revoke access, as well as track who’s coming in and out of the building.
13
6. METHODOLOGY
 The basic idea behind our project is shown in the diagram above. Let, us understand the
diagram in details with the 1. The finger is first scanned.
 2. The scanned fingerprint if matches with the fingerprint stored in the system unlocks the
door hook with the help of servo motor.
 3. The scanned fingerprint if do not match with the fingerprint stored in the system then the
unauthorized person will not be allowed to enter but still if again unauthorized person tries to
access the door more than three times then two things will happen Two data I.e fingerprint
and photograph are stored in the system. A message will be send to the owner to notify about
the unauthorized access.
 4. The door automatically locks again after 6 second 14
So, to carry out the mentioned functionalities, the basic devices we will require are:-
 1. Fingerprint Scanner- This scans the finger for fingerprint.
 2. GSM Module- Used to send messages to the owner.
 3. Camera- Used to capture images if unauthorized access is tried.
 4. Servo Motor- Used to lock or unlock the door.
 5. Adapter- To provide power source to the system.
 6. Jumper Wires- To connect all devices with each other.
 Also, along with the hardware devices we are using Arduino IDE as software to program the functioning of the
hardware devices. Note- Before any procedure we must first register/store the fingerprints using the Arduino IDE
which will work as unlocking fingerprints. The main connection of the servo motor and fingerprint which are the
main component of our project are done in the following waysThe arduino is connected to servo motor where red
wire is connected to 5V, brown wire is connected to point 8 and orange wire is connected to GND.
15
7. CONCLUSION
 In this paper , we have tried to solve the security matter in door by bringing the concept of
biometrics along with the door lock.
 So, for that purpose we are using finger prints as unique key to implement a device so as to lock or
unlock a door.
 We have discussed about the different components using arduino we would require to implement
our project i.e we have given the hardware and software requirements in the project.
 We have gone through different research papers and then given a brief about the papers and after
studying the papers we have come with an algorithm as to how our system will work.
 We have also given a project description diagram and also a cost structure so as to get to a price if it
is sold as a product.
 We have shown a block diagram and a probable connected diagram of the components and also
given the future possibilities in our project.
16
THANK YOU!

More Related Content

Similar to ppt2 (1).pptx

IRJET- Design and Implementation of Smart Home Security System based on IoT
IRJET-  	  Design and Implementation of Smart Home Security System based on IoTIRJET-  	  Design and Implementation of Smart Home Security System based on IoT
IRJET- Design and Implementation of Smart Home Security System based on IoTIRJET Journal
 
Design Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door OpenerDesign Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door Openerijtsrd
 
Door Security System Using Fingerprint Recognition.pptx
Door Security System Using Fingerprint Recognition.pptxDoor Security System Using Fingerprint Recognition.pptx
Door Security System Using Fingerprint Recognition.pptxRakibulHassan77
 
Sushil Shinde - Copy
Sushil Shinde - CopySushil Shinde - Copy
Sushil Shinde - CopyAkshit Shah
 
IRJET - Face Recognition Door Lock using IoT
IRJET - Face Recognition Door Lock using IoTIRJET - Face Recognition Door Lock using IoT
IRJET - Face Recognition Door Lock using IoTIRJET Journal
 
HOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULE
HOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULEHOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULE
HOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULEIRJET Journal
 
Electronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on ArduinoElectronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on Arduinoijtsrd
 
IRJET - Smart Doorbell System
 IRJET - Smart Doorbell System IRJET - Smart Doorbell System
IRJET - Smart Doorbell SystemIRJET Journal
 
IRJET- Configurable Intelligent Secures - 3FA Smart Lock
IRJET- Configurable Intelligent Secures - 3FA Smart LockIRJET- Configurable Intelligent Secures - 3FA Smart Lock
IRJET- Configurable Intelligent Secures - 3FA Smart LockIRJET Journal
 
ESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door LockESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door LockIRJET Journal
 
Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...nooriasukmaningtyas
 
IRJET- Automatic Door Monitoring System
IRJET-  	  Automatic Door Monitoring SystemIRJET-  	  Automatic Door Monitoring System
IRJET- Automatic Door Monitoring SystemIRJET Journal
 
RAT Trap: Home Surveillance System Using IoT & AI
RAT Trap: Home Surveillance System Using IoT & AIRAT Trap: Home Surveillance System Using IoT & AI
RAT Trap: Home Surveillance System Using IoT & AIIRJET Journal
 
IRJET- Security for Building & ATM Machine
IRJET- Security for Building & ATM MachineIRJET- Security for Building & ATM Machine
IRJET- Security for Building & ATM MachineIRJET Journal
 
HOME INTRUSION DETECTION.pptx
HOME INTRUSION DETECTION.pptxHOME INTRUSION DETECTION.pptx
HOME INTRUSION DETECTION.pptxPavaniMachineni
 

Similar to ppt2 (1).pptx (20)

IRJET- Design and Implementation of Smart Home Security System based on IoT
IRJET-  	  Design and Implementation of Smart Home Security System based on IoTIRJET-  	  Design and Implementation of Smart Home Security System based on IoT
IRJET- Design and Implementation of Smart Home Security System based on IoT
 
Design Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door OpenerDesign Analysis Automatic Garage Door Opener
Design Analysis Automatic Garage Door Opener
 
Project PPT.pptx
Project PPT.pptxProject PPT.pptx
Project PPT.pptx
 
Door Security System Using Fingerprint Recognition.pptx
Door Security System Using Fingerprint Recognition.pptxDoor Security System Using Fingerprint Recognition.pptx
Door Security System Using Fingerprint Recognition.pptx
 
Sushil Shinde - Copy
Sushil Shinde - CopySushil Shinde - Copy
Sushil Shinde - Copy
 
IRJET - Face Recognition Door Lock using IoT
IRJET - Face Recognition Door Lock using IoTIRJET - Face Recognition Door Lock using IoT
IRJET - Face Recognition Door Lock using IoT
 
HOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULE
HOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULEHOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULE
HOME AUTOMATION AND COUNTERMEASURESYSTEM USING ARDUINO AND LDR MODULE
 
Pxc3891504
Pxc3891504Pxc3891504
Pxc3891504
 
Home security system
Home security system Home security system
Home security system
 
Electronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on ArduinoElectronic Door Lock using RFID and Password Based on Arduino
Electronic Door Lock using RFID and Password Based on Arduino
 
IRJET - Smart Doorbell System
 IRJET - Smart Doorbell System IRJET - Smart Doorbell System
IRJET - Smart Doorbell System
 
IRJET- Configurable Intelligent Secures - 3FA Smart Lock
IRJET- Configurable Intelligent Secures - 3FA Smart LockIRJET- Configurable Intelligent Secures - 3FA Smart Lock
IRJET- Configurable Intelligent Secures - 3FA Smart Lock
 
ESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door LockESP32 CAM Face Detection Door Lock
ESP32 CAM Face Detection Door Lock
 
Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...Towards secure smart cities: design and implementation of smart home digital ...
Towards secure smart cities: design and implementation of smart home digital ...
 
IRJET- Automatic Door Monitoring System
IRJET-  	  Automatic Door Monitoring SystemIRJET-  	  Automatic Door Monitoring System
IRJET- Automatic Door Monitoring System
 
RAT Trap: Home Surveillance System Using IoT & AI
RAT Trap: Home Surveillance System Using IoT & AIRAT Trap: Home Surveillance System Using IoT & AI
RAT Trap: Home Surveillance System Using IoT & AI
 
IRJET- Security for Building & ATM Machine
IRJET- Security for Building & ATM MachineIRJET- Security for Building & ATM Machine
IRJET- Security for Building & ATM Machine
 
HOME INTRUSION DETECTION.pptx
HOME INTRUSION DETECTION.pptxHOME INTRUSION DETECTION.pptx
HOME INTRUSION DETECTION.pptx
 
GSM Based Security System
GSM Based Security SystemGSM Based Security System
GSM Based Security System
 
Password Base Door Lock
Password Base Door LockPassword Base Door Lock
Password Base Door Lock
 

Recently uploaded

Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)jennyeacort
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full NightCall Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...narwatsonia7
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一Fi L
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,bhuyansuprit
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130Suhani Kapoor
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case StudySophia Viganò
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Sitegalleryaagency
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一F La
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpmainac1
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfSumit Lathwal
 

Recently uploaded (20)

Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
Call Us ✡️97111⇛47426⇛Call In girls Vasant Vihar༒(Delhi)
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full NightCall Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
Call Girls Bapu Nagar 7397865700 Ridhima Hire Me Full Night
 
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
Housewife Call Girls NRI Layout - Call 7001305949 Rs-3500 with A/C Room Cash ...
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
办理学位证(NUS证书)新加坡国立大学毕业证成绩单原版一比一
 
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
Bus tracking.pptx ,,,,,,,,,,,,,,,,,,,,,,,,,,
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
VIP Call Girls Service Kukatpally Hyderabad Call +91-8250192130
 
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk GurgaonCheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Iffco Chowk Gurgaon
 
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
 
ARt app | UX Case Study
ARt app | UX Case StudyARt app | UX Case Study
ARt app | UX Case Study
 
How to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our SiteHow to Be Famous in your Field just visit our Site
How to Be Famous in your Field just visit our Site
 
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service AmravatiVIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
VIP Call Girl Amravati Aashi 8250192130 Independent Escort Service Amravati
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
办理(宾州州立毕业证书)美国宾夕法尼亚州立大学毕业证成绩单原版一比一
 
Kindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUpKindergarten Assessment Questions Via LessonUp
Kindergarten Assessment Questions Via LessonUp
 
Architecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdfArchitecture case study India Habitat Centre, Delhi.pdf
Architecture case study India Habitat Centre, Delhi.pdf
 

ppt2 (1).pptx

  • 1. BAKHTIYARPUR COLLEGE OF ENGINEERING,PATNA FINGERPRINT BASED DOOR ACCESS SYSTEM USING ARDUINO Presented by :- RAKESH KUMAR (20EEE68LE) DHIRAJ PRAKSH (20EEE64LE) DHEERAJ KUMAR (20EEE66LE) GANESH CHAUDHARY(20EEE65LE) Prof. NIRAJ KUMAR Submitted for the partial fulfillment of B.TECH in EEE Under the guidance :- Department :- EEE FEBRUARY,2023 01
  • 3. 1. INTRODUCTION  This paper is about solving the problem regarding security of unauthorized people trespassing in our home, shops or offices. Security issues can be fixed using traditional locks but there is always possibility of someone opening the lock even without breaking it with the use of duplicate key. Using these kinds of locks also create problem if we lose keys and also we have to carry keys along with us always. Again, using patterns in the locks can increase security but again it can be opened if somehow the passwords or patterns are known. So, leaving every system in this project we will implement a system using biometrics. In case of biometrics, the pattern which will be used as key will be unique. Here, to implement the project we will use fingerprint as the key. This arduino project will make use of different devices for the implementation of the security lock where there will be different features to increase the security level. In simple words, we can say that we are implementing a door access system using arduino which make use of fingerprints to identify whom to allow and who not to allow inside our homes, offices, shops, etc. We are trying to implement it using a normal and simple door lock which is fitted in every home so as to minimize the cost of the device as a product. 03
  • 4. 02. COMPONENTS I. 12V SOLENOIDLOCK II. ARDUINO UNO III.FINGER PRINT SENSOR (R307) IV.IRFZ44N 04
  • 5. I. 12V SOLENOIDLOCK II. OCK  12V Solenoid lock has a slug with a slanted cut and a good mounting bracket. It's basically an electronic lock, designed for a basic cabinet, safe or door.  When 9-12VDC is applied, the slug pulls in so it doesn't stick out and the door can be opened. It does not use any power in this state. 05
  • 6. II. ARDUINOUNO  Arduino UNO is a low-cost, flexible, and easy-to-use programmable open-source microcontroller board that can be integrated into a variety of electronic projects.  This board can be interfaced with other Arduino boards, Arduino shields, Raspberry Pi boards and can control relays, LEDs, servos, and motors as an output. 06
  • 7. III. FINGERPRINTSENSOR (R307)  R307 fingerprint module is a fingerprint sensor with a TTL UART interface for direct connections to microcontroller UART or to PC through MAX232 / USB-Serial adapter. The user can store the fingerprint data in the module and can configure it in 1:1 or 1: N mode for identifying the person. 07
  • 8. IV. IRFZ44N  The transistor possesses high speed switching capability which makes it ideal to use in applications where high speed switching is a crucial requirement.  This transistor can also be used as an audio amplifier or in audio amplifier stages; it is capable to deliver maximum audio output of 94W. 08
  • 9. 3. LITERATURE REVIEW  “Arduino Based Smart Fingerprint Authentication System.”- In today’s world Home, offices, shops, banks need excessive security measure for safety motive. To supply security for these area, smart lock system is initiated. There are numerous innovational smart door locks are created to lock and unlock the system.  These type of locks has fingerprint, RFID card, pin, password or IOT by unlocking the system using mobile phone. User using these kinds of bolting system either utilize pin number or fingerprint or RFID card to unlock the system. These system does not have security pecking order to grow the security. 09
  • 10.  “Design and Implementation of a Fingerprint Based Lock System for Shared Access.”- Nowadays office/corporate territory security is a vital problem faced by everyone when far from home or at the home. When it comes to the security systems, it is one of the key worries in this occupied- merciless world, where people cannot get ways to provide security to their important possessions manually. Instead, they finds a different solution that provides better, dependable and atomized security. This is a time, where everything is attached through network, where anyone can get hands on information from anyplace around the globe.  Thus possibilities of one’s information being hacked are a serious affair. Due to these chaces, it’s very crucial to have some kind of personal recognition to enter one’s own info. These days personal identification is becoming an principle affair all around. Among normal personal recognition techniques we mostly see password and identification cards methods. But it is easy to hack password now, and identification cards may get loose, thus making these methods quite unreliable. 10
  • 11. 4. FLOWCHART OF PROPOSED ALGORITHM  1. The fingerprint is scanned.  2. The fingerprint is put in a condition where it scans for the match of the fingerprint. If match is found, it moves to step Else it moves to step 6.  3. The information of the person is recorded like name, time of entry/exit, etc.  4. The servo motor is started and accordingly the hook lock connected to the servo motor does its work of locking or unlocking.  5. A welcome message is displayed.  6. It will check if the unrecognized fingerprint is tried more than 3 times. If such attempt is made, it will move to step Else, it will move to step 10.  7. Store the unrecognized fingerprint.  8. Store photograph of unauthorized user.  9. Send message to the owner.  10. Display error message.  11. Repeat step 9. 11
  • 12. 12
  • 13. 5. WORKING  A fingerprint smart lock uses your fingerprint as a biometric credential and converts this data into a numerical pattern. Then, the lock uses this information as the credential for opening the lock. The average lock only needs about half a second to scan and read a fingerprint. From start to finish, opening a door with a biometric lock only takes around 2 seconds, which makes it a quicker alternative to physical keys. To set up your lock, you’ll need to have each tenant and staff member scan their finger at the lock so that you have their print on file. That way, the lock can save their print and recognize it when they need to unlock the door. Many locks pair with mobile apps or software that allow you to monitor usage at your building. This allows administrators to grant and revoke access, as well as track who’s coming in and out of the building. 13
  • 14. 6. METHODOLOGY  The basic idea behind our project is shown in the diagram above. Let, us understand the diagram in details with the 1. The finger is first scanned.  2. The scanned fingerprint if matches with the fingerprint stored in the system unlocks the door hook with the help of servo motor.  3. The scanned fingerprint if do not match with the fingerprint stored in the system then the unauthorized person will not be allowed to enter but still if again unauthorized person tries to access the door more than three times then two things will happen Two data I.e fingerprint and photograph are stored in the system. A message will be send to the owner to notify about the unauthorized access.  4. The door automatically locks again after 6 second 14
  • 15. So, to carry out the mentioned functionalities, the basic devices we will require are:-  1. Fingerprint Scanner- This scans the finger for fingerprint.  2. GSM Module- Used to send messages to the owner.  3. Camera- Used to capture images if unauthorized access is tried.  4. Servo Motor- Used to lock or unlock the door.  5. Adapter- To provide power source to the system.  6. Jumper Wires- To connect all devices with each other.  Also, along with the hardware devices we are using Arduino IDE as software to program the functioning of the hardware devices. Note- Before any procedure we must first register/store the fingerprints using the Arduino IDE which will work as unlocking fingerprints. The main connection of the servo motor and fingerprint which are the main component of our project are done in the following waysThe arduino is connected to servo motor where red wire is connected to 5V, brown wire is connected to point 8 and orange wire is connected to GND. 15
  • 16. 7. CONCLUSION  In this paper , we have tried to solve the security matter in door by bringing the concept of biometrics along with the door lock.  So, for that purpose we are using finger prints as unique key to implement a device so as to lock or unlock a door.  We have discussed about the different components using arduino we would require to implement our project i.e we have given the hardware and software requirements in the project.  We have gone through different research papers and then given a brief about the papers and after studying the papers we have come with an algorithm as to how our system will work.  We have also given a project description diagram and also a cost structure so as to get to a price if it is sold as a product.  We have shown a block diagram and a probable connected diagram of the components and also given the future possibilities in our project. 16