Skip to main content

Arduino Voting machine

Picture of Arduino Voting machine
This instructable will teach you to build a simple Arduino based Voting machine using simple components such as push buttons and LCD. The highlighting feature of this system is that Serial Monitor in Arduino IDE is used to perform the polling operation no other external applications needed.
Key Features:
  • Every step of polling operation will be under control of the supervisor.
  • Password enabled security system.
  • Poll results can be obtained instantly.
  • Voter will be aware of the candidate he is voting for.

Step 1: PARTS REQUIRED

Picture of PARTS REQUIRED
bread-board-wires.jpg
This simple project can be done with minimal components. The parts list are given below
  1. Arduino Uno - 1
  2. 16x2 LCD -1
  3. Push Buttons - As required
  4. Potentiometer 100k - 1
  5. Breadboard - 1
  6. Connecting Wires - As required.

Step 2: DESIGN

Picture of DESIGN
The design of the voting machine was given here. The Arduino reads the keypad input by the process of Polling. A 16x2 LCD was connected to the PORTD in 4 bit mode. This system will be operated by plugging the Arduino to the your PC and controlling using Serial monitor of Arduino IDE.

Step 3: PUT IT TOGETHER

Now connect the buttons to a breadboard as shown in the diagram. You can increase the number of buttons you use based on the number of candidates for the poll. Afix the LCD along with the potentiometer to the board and finish up all the connections as shown in the schematic design.

Step 4: ADD YOUR ARDUINO

Picture of ADD YOUR ARDUINO
Now connect your Arduino to buttons and LCD in the breadboard. You are now all set with the hardware.

Step 5: CODE AND WORKING OPERATION

You can read the detailed working operation and code in this websitehttp://www.gadgetronicx.com/arduino-based-voting-system/ . Upload the code to your arduino after obtaining it from that site.

Step 6: OPERATING WITH SERIAL MONITOR

Picture of OPERATING WITH SERIAL MONITOR
Now you are ready to go and operate your voting machine. Connect your Arduino to the PC using the USB. Now open the Serial monitor to conduct the poll. Enter the password to get access to the system.
V - Allow Voter to caste their vote
D - Display the Vote tally.
Take a look at the snap shot of serial monitor to get understanding of its working.

Step 7: WORKING VIDEO

See the outcome of this system in this video which is uploaded to official channel ofGadgetronicx .

Comments

Popular posts from this blog

Jio

Reliance Jio planning its own  cryptocurrency called JioCoin  elder son Akash Ambani leading the JioCoin project, Reliance Jio plans to build a 50-member team of young professionals to work on blockchain technology, which can also be used to develop applications such as smart contracts and supply chain management logistics

PUNCHING MACHINE

ACCIDENT AVOIDING SYSTEM FOR PUNCHING MACHINE SYNOPSIS The aim of our project is to take a system-wide approach to preventing the machine accident. The system includes not just the machine and the operator; but rather, it includes everything from the initial design of the machine to the training of everyone that is responsible for any aspect of it, to the documentation of all changes, to regular safety audits and a finally a corporate culture of safety-first. Design is the part of a machine's life where the greatest impact can be made in relation to avoiding accidents. The designer should ensure that the machine is safe to set up and operate, safe to install, safe to maintain, safe to repair, and safe to decommission. Although safe operation is usually at the forefront of a designer's mind, safe maintenance and repair should also be a high priority. Around 50% of fatal accidents involving industrial equipment are associated with maintenance activities, and design...