IEEE Circuits Workshop
11am & 1pm
By Ethan Sifferman
What is a Circuit?
What is a Circuit?
A collection of parts to create an electric current.
What is Electricity?
What is Electricity?
The flow of electrons from molecules to other molecules.
What is Electricity?
Electrons more easily flow through molecules with weak bonds.
Copper- weak bond, conductor
Plastic, strong bond, insulator
Semiconductors!
What is a Circuit?
A collection of parts composed of insulators, conductors, and semiconductors, so that electrical engineers can cause a flow of electrons to achieve some desired result.
How are circuits designed?
Voltage - how positively ionized a material is
Resistance - how much a material resists a flow in electrons
Current - how fast electrons are moving
Ohm’s Law:
V = I · R
Practice
LED Circuits
Series vs. Parallel
Buttons
What is a Digital Circuit?
A circuit where voltages are simply analyzed as “on” or “off”.
Logic Gates
Binary
Decimal | Binary |
0 1 2 3 4 5 6 7 8 | 0000 0001 0010 0011 0100 0101 0110 0111 1000 |
Decimal | Binary |
0 + 0 = 0 0 + 1 = 1 1 + 0 = 1 1 + 1 = 2 | 0 + 0 = 00 0 + 1 = 01 1 + 0 = 01 1 + 1 = 10 |
Half Adder
Full Adder
Decimal | Binary |
0 + 0 + 0 = 0 0 + 0 + 1 = 1 0 + 1 + 0 = 1 0 + 1 + 1 = 2 1 + 0 + 0 = 1 1 + 0 + 1 = 2 1 + 1 + 0 = 2 1 + 1 + 1 = 3 | 0 + 0 + 0 = 00 0 + 0 + 1 = 01 0 + 1 + 0 = 01 0 + 1 + 1 = 10 1 + 0 + 0 = 01 1 + 0 + 1 = 10 1 + 1 + 0 = 10 1 + 1 + 1 = 11 |
Full Adder
7486 (XOR)
4081 (AND)
Carry
Sum
Button
Pull-Down Resistors
Sum LED
Carry LED