Majority Vote System Project

The focus of this project was to design an effective majority voting system for a board of directors, consisting of the president, vice-president, secretary, and treasurer. Each member can cast a "yes" or "no" vote, and the system determines if the decision passes. A decision is considered passed if three out of four members vote "yes." If there is a tie, the president’s vote is weighted.

This system was built using only AND gates, OR gates, and Inverter gates, and the goal was to design and implement this system efficiently using digital electronics. The link to the final report for this project can be found here.

Project Image

Technologies Used

The project utilized digital logic components to build the majority voting system. The primary technologies and tools used include:

AND Gates

74HC08 gates were used to implement the logical "and" operations for determining the majority vote.

OR Gates

74HC32 gates were used for combining conditions and determining the final result of the majority vote.

Falstad Circuit Simulator

Falstad was used to design and simulate both the unsimplified and simplified versions of the voting logic circuit. The simulator provided a visual and interactive way to test and troubleshoot the logic gates configuration before moving to physical simulation.

TinkerCAD

TinkerCAD was used to simulate the voting system with real-world components, such as switches, resistors, and an LED. This allowed us to test the system's behavior and ensure the physical implementation would work as expected.

Project Timeline

Initial Design & Planning

The first stage involved defining the variable names for each voting member (President, Vice President, Secretary, and Treasurer) and determining the logic states for their "Yes" or "No" votes.

November 2024

Truth Table and Logic Design

After defining the variables, we created the truth table and used Boolean algebra to simplify the logic for determining the final vote result.

November 2024

AOI Circuit Design

We implemented the unsimplified and simplified logic circuits in the Falstad Circuit Simulator, optimizing for the use of AND, OR, and Inverter gates.

November 2024

TinkerCAD Simulation

The simplified logic circuit was transferred to TinkerCAD, where we simulated the behavior of the voting system using switches and an LED to represent the outcome.

November 2024

Physical Build & Testing

The final step involved building the voting system on a breadboard and troubleshooting issues such as swapped power and ground connections to ensure proper operation.

November 2024