Schematics
Schematics are our map to designing, building, and troubleshooting circuits. Understanding how to read and follow schematics is an important skill for any electronics engineer.
Drawing a Schematic
When drawing a schematic you typically start from the power source. This can be a generator, a DC power supply, or the AC power supply from your household outlet but in our case it is a 9V Battery. A 9V battery symbol is that of all batteries which are stacked cells, symbolizing the cells in a battery, where the positive anode of the battery is the longer line and the negative cathode is the shorter line. Typically we only mark two stacked cells even if it has more because this is known from the voltage. To know that it is 9-volts, just annotate it as so.
After the power source, we follow convention current flow clockwise through the circuit and add each component we see from positive to negative. In this example, there is a resistor and LED- Both of which are annotated with their value and identifier.
When drawing a circuit, you have two choices:
Draw the circuit where you form a complete loop between the positive and negative terminals of the power source. This is what we think of when we think circuit because it loops like a circle.
Draw the circuit using positive and negative nodes. This method is used when circuits become very complicated and it is easier to represent using nodes instead of having to wrap back to the positive of negative terminals of the power source.
Reading Schematics: Junctions and Nodes
Wires can connect two terminals together, or they can connect dozens. When a wire splits into two directions, it creates a junction. We represent junctions on schematics with nodes, little dots placed at the intersection of the wires.
Schematic Symbols
Click on the thumbnail of any schematic to learn more about that electronic component!
Variable resistors and potentiometers each augment the standard resistor symbol with an arrow. The variable resistor remains a two-terminal device, so the arrow is just laid diagonally across the middle. A potentiometer is a three-terminal device, so the arrow becomes the third terminal (the wiper).
Switches exist in many different forms. The most basic switch, a single-pole/single-throw (SPST), is two terminals with a half-connected line representing the actuator. Switches with more than one throw, like the SPDT and SP3T add more landing spots for the the actuator. Switches with multiple poles, usually have multiple, alike switches with a dotted line intersecting the middle actuator.
Most of the time when working with electronics, you’ll be using constant voltage sources. We can use either of these two symbols to define whether the source is supplying direct current (DC) or alternating current (AC)
On really busy schematics you can assign special symbols to node voltages. Positive voltage nodes are usually indicated by an arrow pointing up, while ground nodes usually involve one to three flat lines or a down-pointing arrow or triangle.
Fuses protect the modern electronic world from variables and surcharges of electric current. Fused come with different Power and Current Ratings. If current overloads the rating of a fuse, a thin wire overheats and breaks disrupting current flow and saving the other sensitive electronics of the circuit. They can later be replaced.
Piezo Buzzers are made with Piezo Crystals. Piezo Crystals, typically some type of quartz, have unique properties where they create a voltage when deformed and vibrate when they have a voltage applied to them. Sounds are just vibrations moving air so Piezo Buzzers can create tones, sounds, and work as functional speakers.
Lamp is just another word we use for Lightbulb in the electronics world. A lamp is a type of light that uses an inductor coil that heats up until it is glowing hot surrounded by glass and is typically filled with inert gas or a vacuum. Note how the symbol looks exactly like an Inductor but with a circle around it representing the glass.
Transformers are two inductors that use Faraday's Law of Induction to induce voltage and currents on each other. We use transformers to step up or step down voltage.
Logic Gates
For more information on Logic Gates beyond their schematic symbols, please visit our Logic Gates page