Posts

Showing posts with the label Gates

Multiple input Gates

Image
Inverters and buffers exhaust the possibilities for single-input gate circuits. What more can be done with a single logic signal but to buffer it or invert it? To explore more logic gate possibilities, we must add more input terminals to the circuit(s). Adding more input terminals to a logic gate increases the number of input state possibilities. With a single-input gate such as the inverter or buffer, there can only be two possible input states: either the input is “high” (1) or it is “low” (0). As was mentioned previously in this chapter, a two input gate has four possibilities (00, 01, 10, and 11). A three-input gate has eight possibilities (000, 001, 010, 011, 100, 101, 110, and 111) for input states. The number of possible input states is equal to two to the power of the number of inputs: This increase in the number of possible input states obviously allows for more complex gate behavior. Now, instead of merely inverting or amplifying (buffering) a single “high” or “low” log...

Toggle Touch Switch Using Two Inverter Gates

Image
We  can make a simple touch switch using only two inverter gates, two resistors, and two capacitors. The schematic diagram of the circuit is shown in the figure below. At power up, the output (of U1A) will be high, and the inverting output will be low because U1A gate will be triggered to ground level by C2. After triggered, the low level of U1A input is maintained by U1B output via R2. If we touch the pad at this condition, where the output is high, then the U1A input will go high because we “short” the voltage of C1 to the input pin, and the low level previously caused by low level of U1B output voltage connected via R2 can’t be maintained because our skin resistance is much lower than 10M. After U1A input goes high then U1A output will go low, and now U1B will go high to maintain high voltage level of U1A via R2, so we can release our finger without loosing the last state. Touching the pad again after we release our previous touching will toggle the output as the condition is re...

Simple Theremin with Inverter Gates Circuit Diagram

Image
This simple but complete Theremin with Inverter Gates is constructed using only two inverter chip plus one regulator IC. This Theremin circuit consist of five functional blocks: power supply regulator, hand controlled oscillator, null oscillator, mixer, and filter. Here is the complete schematic diagram. Theremin with Inverter Gates schematic diagram Voltage Regulator and Circuit Protector The power supply regulator consist of LP2950 regulator IC, which stabilize the voltage from battery to 5V. You can use more popular 7805 IC for this, but since the power consumption of this Theremin circuit is very small, then you can use 78L05 which is smaller.  CR1 diode is used to protect from inappropriate battery polarity,  shorting the battery voltage together with R8 100 Ohm resistor which prevent the large current when the battery is installed in wrong direction. Although the inverter chip will work well for 9V battery, there is a benefit of using voltage regulation to regulate the...