Husband to an amazing wife and two adorable children. This website covers electrical engineering projects. I have Arduinos and a Raspberry Pi. The EE Lab has everything that I had available at university. This lab has grown and changed over 20+ years. You will learn C# (Arduino) and Python (Raspberry Pi). It covers circuit design. I have 30+ sensors that can be integrated.
Menu
AND gate
Here is a logic AND gate. I will start out with a premise:
0 – 2.5V is False. 2.5+ to 5V is True ( 2.5000001 or greater )
V1
V2
Vout
0
0
0
0
1
0
1
0
0
1
1
1
This is an example of a circuit with an AND Gate. Both switches are in series. So when both our 1 or On, V1 goes to 5V. If both or one are off, no voltage reaches V1 because the circuit is open.
We start with 5V and 5V this shows 5V for output
We start with 5V and 0V this shows 0V for output
We start with 5V and 2.5V this shows 0V for output