This is a simple Electronic voting machine(EVM) with an additional security feature which is a keypad lock interfaced to a servo motor which opens when the correct password is entered and closes when '#' key is pressed. It also produces a beeping sound when the wrong password is entered.The servo motor opens the casing in which electronic voting machine is placed.The objective is that only the authorized personnel are allowed to access the voting machine.
-->So the first part is completion of security part of the EVM machine
The Hardware circuit diagram of the first part is:
Here we can see the arduino is connected to 16*2 LCD display, 4*4 keypad, 5v buzzer and a servo motor. The Lcd display is to display the messages like 'Enter the 6-digit password', 'Wrong password', 'Door open' and 'Door close'.
The working goes like this:
1)if the correct password is entered which is 'AB*123' the door opens and the message is displayed.
2)If the wrong password is entered the Buzzer beeps and 'Wrong password' is displayed.
3)If the '#' key is pressed when the door is open the door will close and 'Door closed' message will be displayed.
The video of the above steps is as follows:
The final output of the first part is:
-->The second part is implementation of EVM.
The hardware diagram is:
The arduino is connected to lcd display and the 5 push button switches.The lcd display is meant to display the messages.
The working goes like this:
1)The first three push buttons are for casting votes for BJP, AAP and CONG parties respectively.
2)The fourth push button is a reset button which takes you back to the voting pages where you can cast your vote again.
3)The last button is the result button which gives the result of the voting process.
The code is pretty much self-explanatory.
The video for the above steps is as follows:
The final output of the second part is:
Comments
Please log in or sign up to comment.