SlideShare a Scribd company logo
1 of 41
Download to read offline
FINGER PRINT BASED VOTING MACHINE
PRESENTED BY:-
U.RAMESH –B100507EC
M.PRAVEEN KUMAR-B100519EC
KASI KUMAR-B100625EC
DHARAMSOTH SANTHOSH-B090652EC
N.PRADEEP KUMAR NAYAK-B090751EC
GUIDED BY:-
Mr. V. SAKTHIVEL
(Assistant Professor)
AGENDA
• Introduction
• Finger print voting machine
• Block diagram
• Components description
• Circuit and flowchart
• Software's used
• Advantages and limitations
• Future scope
• Conclusion
• References
INTRODUCTION
• This project is designed for electronic voting machine by using the fingerprint identification
method.
• Here voter’s thumb impressions are used for identification.
• During voting when the voter places his/her thumb on the scanner, the system will check
whether it matches with pre stored impressions in the database.
• If it matches then system will allow the voter to poll his vote and otherwise prevent the voter
from polling.
WHAT IS MEANT BY VOTING?
• The objective of voting is to allow voters to exercise their right to express their
choices regarding specific issues.
• In a democracy, a government is chosen by voting in an election, a way for an
electorate to elect, i.e. choose, among several candidates for rule.
TOOLS IMPLEMENTED FOR
VOTING.
• Technology is being used more and more as a tool to assist voters to cast their votes.
• The two types of systems implemented for voting are:
1. Ballot box.
2. Electronic Voting Machine(EVM).
BALLOT BOX
• First ballot box was held in Pontefract on 15 August 1872.
• A ballot box is a temporarily sealed container, usually square box with a narrow slot
in the top sufficient to accept a ballot paper in an election.
ELECTRONIC VOTING
MACHINE(EVM)
• EVMs were first used in the by-election to north paravur assembly constituency of
kerala in 1981.
• EVM consists of two parts:
i) Balloting unit and Controlling unit.
ii) EVM reduce the time in both casting and declaring of results compared to ballot
box.
ADVANTAGES OF EVM
• Ballot box systems are prone to human errors and lot of time consuming.
• EVM is human error free and time saver.
• Provide multiple languages to users who may not have English as a first language.
• EVM can provide headphones to read off instructions to the blind user.
DISADVANTAGES OF EVM
• EVM are no different than websites or software; they can be penetrated and altered
by a hacker.
• Overall cost is high, physical tampering could be possible.
• Computer software and systems can have problems that may delay or even halt
voting.
FINGER PRINT VOTING MACHINE
• Knowing the disadvantages in the previous methods the biometric method of voting
is being implemented i.e., finger print based voting machine.
• Here the voter has no need to carry his ID which contains entire details.
• Instead the person has to show his finger at the polling booth
• The finger print reader reads the details from the finger print and passed to
corresponding controller.
• If the data matches with the already stored information, the person is allowed to vote.
ADVANTAGES OF USING
FINGERPRINT AS ID
• Prevents unauthorized use or access.
• Adds a higher level of security to an identification process
• Eliminates the burden and bulk of carrying id cards or remembering pins.
• Heightens overall confidence of business processes dependent on personal
identification.
BLOCK DIAGRAM OF FPBVM
COMPONENTS
The FPBVM uses the following components:-
1) Microcontroller-AT89C52
2) Fingerprint module-R305
3) EEPROM(24C08A)
4) LCD display.
5) Keypad
6) MAX 232
7) Resistors
8) Capacitors
9) Crystal oscillator
MICRO CONTROLLER-AT89C52
• One of the major differences between a microprocessor and microcontroller is that a
controller deals with bits not bytes in the real world application.
• Microcontroller has in-built memory whereas microprocessor has to go for external
memory such as RAM,ROM,EPROM.
• Development of a microcontroller reduces PCB size and cost of design.
FEATURES OF AT89C52
• The AT89C52 is a low-power, high-performance CMOS 8-bit microcontroller.
• Flash memory of 8KB.
• Endurance-10,000 write/erase cycles.
• 4V to 5.5V operating range
• Fully static operation: 0Hz to 33MHz
• 256x8 bit internal RAM
• 32 programmable I/O lines
• Three 16-bit timer/counters
• Eight interrupt sources
• Full duplex UART serial channel
• Low power idle and power-down modes
• Fast programming time
AT89C52
BLOCK AND PIN DIAGRAM
FINGER PRINT MODULE-R305
• The fingerprint scanner used here is NITGEN company based which is the leading
manufacturer of FIM(Finger identification Module)
• The methodology involves of storing the fingerprint images as database and during
voting the input image is matched using the database
FEATURES
• Integrated image collecting and algorithm chip together
• Low power consumption, low cost, small size, excellent performance
• Professional optical technology, precise module manufacturing techniques
• Good image processing capabilities, can capture up to resolution 500 dpi(dots per
inch).
SPECIFICATIONS
• Fingerprint sensor type: optical
• Interface: USB 1.1/UART(TTL logical level)
• Image capture surface 15-18(mm)
• Verification speed: 0.3 sec
• Scanning speed: 0.5 sec
• Character file size: 256 bytes
• Template size: 512 bytes
• False acceptance rate:0.0001%
• False rejection rate:0.1%
• Matching method:1:N
• Temperature:- 20 to 45 c
TECHNIQUES INVOLVED
• The techniques used here are:
1. Extraction algorithm
2. Matching algorithm
EXTRACTION ALGORITHM
• Extraction algorithm involves:
1. Image enhancement
2. Image analysis
3. Thinning
4. Ridge reconstruction
5. Minutiae extraction
MATCHING ALGORITHM
• The matching algorithm finds out whether there is a match by comparing two templates
extracted by the characteristic point extraction algorithm, specially by comparing the
positions of each characteristics point and the structure.
LIQUID CRYSTAL DISPLAY(LCD)
• The LCD display is used to display the messages during the action.
• Here a 16x2 display is used, each character is made of 5x7 dot matrix.
• Displays have built in backlight(blue or green diodes)
MAX 232
• MAX- Maxim company, 232- series number.
• It is 16-pin IC known as voltage converter or line convertor.
• It converts the RS-232 levels of the fingerprint scanner to the TTL voltage levels.
• We can connect two devices at a time to the MAX-232.
PIN DIAGRAM
EEPROM
• EEPROM- Electrically Erasable Programmed Read Only Memory.
• It is a type of non-volatile memory used in computers and other electronic devices to
store small amounts of data that must be saved when power is removed.
• EEPROM can be independently read, erased and re-written.
• We used 24C08A EEPROM.
KEYPAD
• The keypad allows the voter to poll his vote by selecting a party of his choice from
the options provided.
• There are 8pins, each pin corresponding to a row or column of the keypad.
CIRCUIT DIAGRAM
FLOW CHART
SOFTWARE'S USED..
The software's used in our project are:
1. Keil µ vision 3
2. Proteus
ABOUT KEIL..
• The µvision3 is a windows based software development platform that combines a
robust editor, project manager and makes facility.
• µvision3 integrates all tools including the C complier, macro assembler,
linker/locator and HEX file generator.
• The vision3 user interface consists of menus, toolbar buttons, keyboard shortcuts,
dialog boxes and windows for managing various aspects of our project.
USING KEIL
The following are the steps involved in creating a HEX file:
• create a new project from: project → new → µvision project.
• choose your device(ex: AT89C52)
• now make a new empty file (file → new) where you will type in the source code.
• add all the required files to the source group
• build target and generate the hex file.
PROTEUS
• Proteus is a software for microprocessor simulation, schematic capture, and printed
circuit board(PCB) design.
• Proteus PCB design combines the ISIS schematic captures and ARES PCB layout
programs to provide a powerful, integrated and easy to use suite of tools for
professional PCB design.
PROGRAMMING
• The source code is written in embedded C language.
The major reasons for writing programs in c instead of assembly:
1. It is easier and less time consuming to write in C than assembly.
2. C is easier to modify and update.
3. C code is portable to other microcontrollers with little or no modifications.
ADVANTAGES
• Cost effective
• Low power consumption
• It is economical
• Less manpower required
• Time conscious, as less time required for voting and counting
• Avoids invalid voting.
• Saves transportation cost due to its compact size.
• Convenient on the part of voter.
LIMITATIONS
• The limitations of this projects are:
• The collection of fingerprints of all the voters is little difficult.
• Only fingerprints of the voters is identified instead of identifying the persons
FUTURE SCOPE
• Number of candidates could be increased.
• It could be interfaced with printer to get the hard copy of the result almost instantly
from the machine itself.
• Once the result is on the server it could be relayed on the network to various offices
of the election conducting authority.
CONCLUSION
• This project can be used for voting since it overcome all the draw backs of ordinary
voting machine.
• It provide additional security.
• Its main advantage is that since fingerprints of every person is unique and hence this
system completely reduces the chance of invalid votes.
• The system can be manufactured simply as well as cheap.
REFERENCES
• www.seminarprojects.com
• www.scribd.com
• www.fingerprintbasedvotingmachine.blogspot.in
• www.electrosome.com
• www.engineergarage.com
• www.sunroom.com
• www.atmel.in
Thank you
Queries if any……

More Related Content

What's hot

fingerprint technology
fingerprint technologyfingerprint technology
fingerprint technology
VishwasJangra
 

What's hot (20)

M voting
M votingM voting
M voting
 
Evm electronic voting machine
Evm electronic voting machineEvm electronic voting machine
Evm electronic voting machine
 
fingerprint technology
fingerprint technologyfingerprint technology
fingerprint technology
 
silent sound technology final report(17321A0432) (1).pdf
silent sound technology final report(17321A0432) (1).pdfsilent sound technology final report(17321A0432) (1).pdf
silent sound technology final report(17321A0432) (1).pdf
 
final project ppt
final project pptfinal project ppt
final project ppt
 
BIOMETRIC IDENTIFICATION IN ATM’S PPT
BIOMETRIC IDENTIFICATION IN ATM’S  PPTBIOMETRIC IDENTIFICATION IN ATM’S  PPT
BIOMETRIC IDENTIFICATION IN ATM’S PPT
 
ATM Security by using Fingerprint Recognition And GSM
ATM Security by using Fingerprint Recognition And GSMATM Security by using Fingerprint Recognition And GSM
ATM Security by using Fingerprint Recognition And GSM
 
Fingerprint
FingerprintFingerprint
Fingerprint
 
Fingerprint recognition
Fingerprint recognitionFingerprint recognition
Fingerprint recognition
 
Project ideas ece students
Project ideas ece studentsProject ideas ece students
Project ideas ece students
 
Touchless touch screen
Touchless touch screenTouchless touch screen
Touchless touch screen
 
Fingerprint scanner
Fingerprint scannerFingerprint scanner
Fingerprint scanner
 
1 (1)
1 (1)1 (1)
1 (1)
 
Zigbee technology ppt
Zigbee technology pptZigbee technology ppt
Zigbee technology ppt
 
Biometrics/fingerprint sensors
Biometrics/fingerprint sensorsBiometrics/fingerprint sensors
Biometrics/fingerprint sensors
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
 
Biochips seminar
Biochips seminarBiochips seminar
Biochips seminar
 
Biometric Voting System
Biometric Voting SystemBiometric Voting System
Biometric Voting System
 
CHILD SAFETY WEARABLE DEVICE
CHILD SAFETY WEARABLE DEVICECHILD SAFETY WEARABLE DEVICE
CHILD SAFETY WEARABLE DEVICE
 
Smart note-taker
Smart note-takerSmart note-taker
Smart note-taker
 

Similar to fingerprint based electronic voting machine

Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspector
ncct
 

Similar to fingerprint based electronic voting machine (20)

E-town Banking system
E-town Banking systemE-town Banking system
E-town Banking system
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
 
PROJECT.ppt (6).pptx
PROJECT.ppt (6).pptxPROJECT.ppt (6).pptx
PROJECT.ppt (6).pptx
 
Embedded systems introduction
Embedded systems introductionEmbedded systems introduction
Embedded systems introduction
 
EMBEDDED SYSTEMS - MSc Sem III (Final).ppt
EMBEDDED SYSTEMS - MSc Sem III (Final).pptEMBEDDED SYSTEMS - MSc Sem III (Final).ppt
EMBEDDED SYSTEMS - MSc Sem III (Final).ppt
 
Solution manual the 8051 microcontroller based embedded systems
Solution manual the 8051 microcontroller based embedded systemsSolution manual the 8051 microcontroller based embedded systems
Solution manual the 8051 microcontroller based embedded systems
 
ITFT - Design
ITFT -   DesignITFT -   Design
ITFT - Design
 
Km60 3 d printer new (wecompress)
Km60 3 d printer new (wecompress)Km60 3 d printer new (wecompress)
Km60 3 d printer new (wecompress)
 
Rail Track Inspector
Rail Track InspectorRail Track Inspector
Rail Track Inspector
 
Computerised voting system
Computerised voting systemComputerised voting system
Computerised voting system
 
10 Steps to Architecting a Sustainable SCADA System
10 Steps to Architecting a Sustainable SCADA System10 Steps to Architecting a Sustainable SCADA System
10 Steps to Architecting a Sustainable SCADA System
 
10 Steps to Architecting a Sustainable SCADA System
10 Steps to Architecting a Sustainable SCADA System10 Steps to Architecting a Sustainable SCADA System
10 Steps to Architecting a Sustainable SCADA System
 
WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT WIRELESS SURVILLANCE ROBOT
WIRELESS SURVILLANCE ROBOT
 
Electronic voting machine using RFID
Electronic voting machine using RFIDElectronic voting machine using RFID
Electronic voting machine using RFID
 
Built In Self Testing(BIST) Architecture for Motin Estimation and Computing A...
Built In Self Testing(BIST) Architecture for Motin Estimation and Computing A...Built In Self Testing(BIST) Architecture for Motin Estimation and Computing A...
Built In Self Testing(BIST) Architecture for Motin Estimation and Computing A...
 
embeddedsystems-100429081552-phpapp01.pdf
embeddedsystems-100429081552-phpapp01.pdfembeddedsystems-100429081552-phpapp01.pdf
embeddedsystems-100429081552-phpapp01.pdf
 
evm
evmevm
evm
 
Embedded system by owais
Embedded system by owaisEmbedded system by owais
Embedded system by owais
 
Atm software
Atm softwareAtm software
Atm software
 
Chapter 6 computer and controls systems within manufacturing
Chapter 6   computer and controls systems within manufacturingChapter 6   computer and controls systems within manufacturing
Chapter 6 computer and controls systems within manufacturing
 

Recently uploaded

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 

Recently uploaded (20)

Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 

fingerprint based electronic voting machine

  • 1. FINGER PRINT BASED VOTING MACHINE PRESENTED BY:- U.RAMESH –B100507EC M.PRAVEEN KUMAR-B100519EC KASI KUMAR-B100625EC DHARAMSOTH SANTHOSH-B090652EC N.PRADEEP KUMAR NAYAK-B090751EC GUIDED BY:- Mr. V. SAKTHIVEL (Assistant Professor)
  • 2. AGENDA • Introduction • Finger print voting machine • Block diagram • Components description • Circuit and flowchart • Software's used • Advantages and limitations • Future scope • Conclusion • References
  • 3. INTRODUCTION • This project is designed for electronic voting machine by using the fingerprint identification method. • Here voter’s thumb impressions are used for identification. • During voting when the voter places his/her thumb on the scanner, the system will check whether it matches with pre stored impressions in the database. • If it matches then system will allow the voter to poll his vote and otherwise prevent the voter from polling.
  • 4. WHAT IS MEANT BY VOTING? • The objective of voting is to allow voters to exercise their right to express their choices regarding specific issues. • In a democracy, a government is chosen by voting in an election, a way for an electorate to elect, i.e. choose, among several candidates for rule.
  • 5. TOOLS IMPLEMENTED FOR VOTING. • Technology is being used more and more as a tool to assist voters to cast their votes. • The two types of systems implemented for voting are: 1. Ballot box. 2. Electronic Voting Machine(EVM).
  • 6. BALLOT BOX • First ballot box was held in Pontefract on 15 August 1872. • A ballot box is a temporarily sealed container, usually square box with a narrow slot in the top sufficient to accept a ballot paper in an election.
  • 7. ELECTRONIC VOTING MACHINE(EVM) • EVMs were first used in the by-election to north paravur assembly constituency of kerala in 1981. • EVM consists of two parts: i) Balloting unit and Controlling unit. ii) EVM reduce the time in both casting and declaring of results compared to ballot box.
  • 8. ADVANTAGES OF EVM • Ballot box systems are prone to human errors and lot of time consuming. • EVM is human error free and time saver. • Provide multiple languages to users who may not have English as a first language. • EVM can provide headphones to read off instructions to the blind user.
  • 9. DISADVANTAGES OF EVM • EVM are no different than websites or software; they can be penetrated and altered by a hacker. • Overall cost is high, physical tampering could be possible. • Computer software and systems can have problems that may delay or even halt voting.
  • 10. FINGER PRINT VOTING MACHINE • Knowing the disadvantages in the previous methods the biometric method of voting is being implemented i.e., finger print based voting machine. • Here the voter has no need to carry his ID which contains entire details. • Instead the person has to show his finger at the polling booth • The finger print reader reads the details from the finger print and passed to corresponding controller. • If the data matches with the already stored information, the person is allowed to vote.
  • 11. ADVANTAGES OF USING FINGERPRINT AS ID • Prevents unauthorized use or access. • Adds a higher level of security to an identification process • Eliminates the burden and bulk of carrying id cards or remembering pins. • Heightens overall confidence of business processes dependent on personal identification.
  • 13. COMPONENTS The FPBVM uses the following components:- 1) Microcontroller-AT89C52 2) Fingerprint module-R305 3) EEPROM(24C08A) 4) LCD display. 5) Keypad 6) MAX 232 7) Resistors 8) Capacitors 9) Crystal oscillator
  • 14. MICRO CONTROLLER-AT89C52 • One of the major differences between a microprocessor and microcontroller is that a controller deals with bits not bytes in the real world application. • Microcontroller has in-built memory whereas microprocessor has to go for external memory such as RAM,ROM,EPROM. • Development of a microcontroller reduces PCB size and cost of design.
  • 15. FEATURES OF AT89C52 • The AT89C52 is a low-power, high-performance CMOS 8-bit microcontroller. • Flash memory of 8KB. • Endurance-10,000 write/erase cycles. • 4V to 5.5V operating range • Fully static operation: 0Hz to 33MHz • 256x8 bit internal RAM • 32 programmable I/O lines • Three 16-bit timer/counters • Eight interrupt sources • Full duplex UART serial channel • Low power idle and power-down modes • Fast programming time
  • 17. BLOCK AND PIN DIAGRAM
  • 18. FINGER PRINT MODULE-R305 • The fingerprint scanner used here is NITGEN company based which is the leading manufacturer of FIM(Finger identification Module) • The methodology involves of storing the fingerprint images as database and during voting the input image is matched using the database
  • 19. FEATURES • Integrated image collecting and algorithm chip together • Low power consumption, low cost, small size, excellent performance • Professional optical technology, precise module manufacturing techniques • Good image processing capabilities, can capture up to resolution 500 dpi(dots per inch).
  • 20. SPECIFICATIONS • Fingerprint sensor type: optical • Interface: USB 1.1/UART(TTL logical level) • Image capture surface 15-18(mm) • Verification speed: 0.3 sec • Scanning speed: 0.5 sec • Character file size: 256 bytes • Template size: 512 bytes • False acceptance rate:0.0001% • False rejection rate:0.1% • Matching method:1:N • Temperature:- 20 to 45 c
  • 21. TECHNIQUES INVOLVED • The techniques used here are: 1. Extraction algorithm 2. Matching algorithm
  • 22. EXTRACTION ALGORITHM • Extraction algorithm involves: 1. Image enhancement 2. Image analysis 3. Thinning 4. Ridge reconstruction 5. Minutiae extraction
  • 23. MATCHING ALGORITHM • The matching algorithm finds out whether there is a match by comparing two templates extracted by the characteristic point extraction algorithm, specially by comparing the positions of each characteristics point and the structure.
  • 24. LIQUID CRYSTAL DISPLAY(LCD) • The LCD display is used to display the messages during the action. • Here a 16x2 display is used, each character is made of 5x7 dot matrix. • Displays have built in backlight(blue or green diodes)
  • 25. MAX 232 • MAX- Maxim company, 232- series number. • It is 16-pin IC known as voltage converter or line convertor. • It converts the RS-232 levels of the fingerprint scanner to the TTL voltage levels. • We can connect two devices at a time to the MAX-232.
  • 27. EEPROM • EEPROM- Electrically Erasable Programmed Read Only Memory. • It is a type of non-volatile memory used in computers and other electronic devices to store small amounts of data that must be saved when power is removed. • EEPROM can be independently read, erased and re-written. • We used 24C08A EEPROM.
  • 28. KEYPAD • The keypad allows the voter to poll his vote by selecting a party of his choice from the options provided. • There are 8pins, each pin corresponding to a row or column of the keypad.
  • 31. SOFTWARE'S USED.. The software's used in our project are: 1. Keil µ vision 3 2. Proteus
  • 32. ABOUT KEIL.. • The µvision3 is a windows based software development platform that combines a robust editor, project manager and makes facility. • µvision3 integrates all tools including the C complier, macro assembler, linker/locator and HEX file generator. • The vision3 user interface consists of menus, toolbar buttons, keyboard shortcuts, dialog boxes and windows for managing various aspects of our project.
  • 33. USING KEIL The following are the steps involved in creating a HEX file: • create a new project from: project → new → µvision project. • choose your device(ex: AT89C52) • now make a new empty file (file → new) where you will type in the source code. • add all the required files to the source group • build target and generate the hex file.
  • 34. PROTEUS • Proteus is a software for microprocessor simulation, schematic capture, and printed circuit board(PCB) design. • Proteus PCB design combines the ISIS schematic captures and ARES PCB layout programs to provide a powerful, integrated and easy to use suite of tools for professional PCB design.
  • 35. PROGRAMMING • The source code is written in embedded C language. The major reasons for writing programs in c instead of assembly: 1. It is easier and less time consuming to write in C than assembly. 2. C is easier to modify and update. 3. C code is portable to other microcontrollers with little or no modifications.
  • 36. ADVANTAGES • Cost effective • Low power consumption • It is economical • Less manpower required • Time conscious, as less time required for voting and counting • Avoids invalid voting. • Saves transportation cost due to its compact size. • Convenient on the part of voter.
  • 37. LIMITATIONS • The limitations of this projects are: • The collection of fingerprints of all the voters is little difficult. • Only fingerprints of the voters is identified instead of identifying the persons
  • 38. FUTURE SCOPE • Number of candidates could be increased. • It could be interfaced with printer to get the hard copy of the result almost instantly from the machine itself. • Once the result is on the server it could be relayed on the network to various offices of the election conducting authority.
  • 39. CONCLUSION • This project can be used for voting since it overcome all the draw backs of ordinary voting machine. • It provide additional security. • Its main advantage is that since fingerprints of every person is unique and hence this system completely reduces the chance of invalid votes. • The system can be manufactured simply as well as cheap.
  • 40. REFERENCES • www.seminarprojects.com • www.scribd.com • www.fingerprintbasedvotingmachine.blogspot.in • www.electrosome.com • www.engineergarage.com • www.sunroom.com • www.atmel.in
  • 41. Thank you Queries if any……