Arduino Voting Machine
Arduino Voting Machine
by frankdonald in arduino
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:
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
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.
Take a look at the snap shot of serial monitor to get understanding of its working.