100% found this document useful (1 vote)
1K views

Biometric Electronic Voting Machine Using Arduino

This document describes a biometric electronic voting machine that uses a fingerprint module and Arduino. The machine allows voting only after verifying a voter's fingerprint is authorized. It has four push buttons for parties, and increments the corresponding party's vote count when pressed. The moderator can see total votes for each party by pressing a result button, which is then displayed on a 16x2 LCD screen. Key hardware includes an Arduino UNO board, fingerprint module, LCD display, switches, and power supply. The software used is the Arduino IDE and embedded C++ code.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views

Biometric Electronic Voting Machine Using Arduino

This document describes a biometric electronic voting machine that uses a fingerprint module and Arduino. The machine allows voting only after verifying a voter's fingerprint is authorized. It has four push buttons for parties, and increments the corresponding party's vote count when pressed. The moderator can see total votes for each party by pressing a result button, which is then displayed on a 16x2 LCD screen. Key hardware includes an Arduino UNO board, fingerprint module, LCD display, switches, and power supply. The software used is the Arduino IDE and embedded C++ code.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Biometric Electronic Voting Machine Using Arduino

In this project we are using fingerprint module to check weather a person


is authorized or not. If person is authorized then only access is given for
voting. We have used four push buttons for four different parties. When any
voter presses any one of the four buttons then corresponding voting count
value will increment by one each time. The moderator can press result button
to see the results. When the "result" button is pressed, arduino processes and
calculates the total number of votes of each party and shows it on 16x2 LCD
display.

Hardware Components :
1) Microcontroller Atmega 328 (Arduino UNO Logic Board)
2) Fingerprint Module R305
3. 16X2 LCD Display
4. Regulated Power Supply
5. Switches
Software :
1. Arduino IDE
2. Embedded CPP code

BLOCK DIAGRAM:

Fingerprint
Module
R305

Arduino
Microcontroller
(Atmega 328)

Switches

Regulated
Power
Supply

16x2 LCD
Display

You might also like