Boolean Algebra Calculator
Boolean Algebra Calculator
Boolean Algebra Calculator
In our circuit, we use Boolean algebra simplification methods like the Quine-McCluskey algorithm to
simplify the Boolean expression and display the output on the display. It works as a portable
calculator to simplify the Boolean expression on the fly.
Initially when the power is switched on an LED will glow which indicates that the microcontroller is
ready to take the input. Here the input boolean expression is given in SOP form, i.e only minterms
are to be entered through the keypad provided.
The keypad consists of 9 switches of which 8 switches corresponds to one minterm each and the 9th
one is used as next button.After entering the expression the input indicating LED will go OFF, now
based on the algorithm microcontroller reduces the expression and the input representing LED
glows which means that the expression has been minimized and is displayed.
The display consists of 3 Bi-color LED’s in which Green Light represents the variables in normal
form and the rest Red Light represents the variables in the complemented form, the order of them is
as shown in the circuit diagram.
The output is displayed as one minterm at a time, next minterm is displayed by pressing the next
button and after reaching the last minterm of the reduced expression the input indicating LED is
switched OFF which represents end of the output. After few seconds it is again switched ON
automatically when microcontroller is ready to take the next input.
Source: http://www.electronicshub.org/boolean-algebra-calculator/