TEJ4M
ELECTRONICS
ELECTRONICS
In this section of the course we'll be examining two things:
1) Boolean logic
2) Electronics
Logic gates are primarily implemented electronically using diodes or transistors, but can also be constructed using electromagnetic relays (relay logic), fluidic logic, pneumatic logic, optics, molecules, or even mechanical elements
These basic elements include:
AND
A and B: A * B = Result
OR
A OR B: A + B = Result
NOT (inverter)
A->Ā
NAND
A nand B: A ⊼ B = Result
NOR
A nor B: A ⊽ B = Result
XOR
A nor B: A ⊻ B = Result
XNOR
A nor B: A ≡ B = Result
In networks, these often apply as octets pass through logic gates. For example, as the octet 10110010 and the octet 01011011 pass through an OR gate, the resulting table looks like this:
Make your own Boolean Puzzle using all 7 gates. You can draw it on paper and take a picture or you can create it electronically. Make sure you submit your solution.
Using internet resources, develop your own complex Minecraft circuit and prepare to show it to the class when complete. Please attach pictures/videos to classroom to document the gates/world.
We will be using breadboards as an introduction to electronics in class. We will be using Virtual Breadboard at TinkerCAD to explore basic circuits.
A breadboard is used to make up temporary circuits for testing or to try out an idea. No soldering is required so it is easy to change connections and replace components. As long as you're careful, components will not be damaged so they will be available to re-use afterwards.
Many electronics start their life out on a virtual breadboard of sorts to make sure that the concepts will work before implementation.
The diagram at right shows how the breadboard holes are connected: The red column is the + voltage column. When the "+" voltage (red) linked to the "-" column (0V) through a wire, you've created the most basic circuit (a short-circuit in fact, which will blow out most power supplies or burn out your wire looping + to -, so don't do it).
Additionally, each row is linked horizontally in blocks of 5 holes with a gap in the middle to separate out another block of 5 holes. A typical simple circuit then, would look like the picture at right (of course, the picture at right shows a circuit that to us wouldn't appear to DO anything, but is a complete circuit nonetheless, the current enters the breadboard at left, then proceeds through to the capacitor at right, it then gets looped back down to the left side and returned at the - at the bottom.
Before we get much further, various components of a circuit should be explained. The basic parts of a circuit are:
Capacitors: Capacitors store electric charge. They are used with resistors in timing circuits because it takes time for a capacitor to fill with charge. They are also used in filter circuits because capacitors easily pass AC (changing) signals but they block DC (constant) signals
Diodes: Diodes allow electricity to flow in only one direction. The arrow of the circuit symbol shows the direction in which the current can flow. Diodes are the electrical version of a valve and early diodes were actually called valves.
Light Emitting Diodes: When you need to add light to a model, an ordinary filament lamp is the first thing that springs to mind. But if you don't need a high light output, or you need light as an indicator, an LED has many advantages over a lamp.
Relay:
It is often desirable or essential to isolate one circuit electrically from another, while still allowing the first circuit to control the second. One simple method of providing electrical isolation between two circuits is to place a relay between them. A relay consists of a coil which may be energised by the low-voltage circuit and one or more sets of switch contacts which may be connected to the high-voltage circuit.
Resistors:
A resistor placed in a circuit will resist the passage of electrical current through it and will therefore alter the voltages in the circuit according to Ohm's Law
Transformers:
Transformers are used to convert electricity from one voltage to another with minimal loss of power. They only work with AC (alternating current) because they require a changing magnetic field to be created in their core. Transformers can increase voltage (step-up) as well as reduce voltage (step-down).
When placed together, a breadboard circuit may seem daunting, but in reality, if you follow the path of the current logically, you can figure out not only the components in a circuit, but likely the function of a circuit itself. For example, the circuit at left can be simplified in a diagram below:
Review TEJ3M part B of the electronics unit
PART B
Go to https://www.tinkercad.com/learn/circuits and use your school Gmail credentials to log in. You do not need to join a class.
Design your own Arduino project (or find one on the internet) and build it. Copy the code and paste a picture of the project into a Google Doc with a brief description.
Once more, the link to resistors and how to read them
See Classroom for details on the project