The three basic units of electricity are voltage (the electrical pressure pushing electrons), current (the volume of electrons flowing past a point), and resistance (the friction opposing that flow). If you are asking what are the 3 basic units of electricity to pass an exam, that single sentence is your answer. But if you are asking because you just melted a breadboard trace, tripped a breaker, or watched an ESP32 brownout during a WiFi transmission, we need to look at how these units interact in physical space. In a real circuit, voltage changes the insulation thickness and semiconductor ratings you must select; current changes the wire gauge and breaker size you must install; and resistance changes the voltage drop across your wire run. Furthermore, makers and DIYers most commonly confuse the capacity of a power source (how many amps it can safely provide) with the push of the source (how many amps it forces into a load).
The Core Trio: Volts, Amps, and Ohms Defined
Before we touch a soldering iron, we need to anchor these three units to physical reality. We will use the standard water analogy exactly once to set the baseline, then move straight to bench measurements.
Current (Amperes/Amps, A): The rate of electron flow past a specific point in one second. Think of it as the gallons-per-minute flowing through the pipe.
Resistance (Ohms, Ω): The opposition to current flow. Think of it as the diameter of the pipe or a physical kink in the hose.
On the bench, you measure voltage in parallel (across a component) because you are measuring the difference in pressure between two points. You measure current in series (breaking the circuit and inserting the meter) because you are forcing all the flowing electrons to pass through your meter's shunt resistor. Resistance is measured with the circuit completely de-energized, as the multimeter injects its own tiny test voltage to calculate the opposition.
The Math That Binds Them: Ohm’s Law and Watt’s Law
These three units do not operate independently; they are locked together by Ohm's Law ($V = I \times R$) and Watt's Law ($P = V \times I$). According to All About Circuits, understanding this relationship is the dividing line between guessing and engineering.
Worked Numeric Example: Sizing a Power Supply for Addressable LEDs
Let’s calculate the exact current and power requirements for a common maker project: a 5-meter roll of 5V WS2812B addressable LEDs (60 LEDs per meter) running at full-white brightness.
- Count the load: 5 meters × 60 LEDs/m = 300 total LEDs.
- Find the current per unit: The Adafruit NeoPixel Überguide specifies that each WS2812B draws a maximum of 60mA (0.06A) when all three internal color channels (Red, Green, Blue) are at full brightness.
- Calculate total current (Amps): 300 LEDs × 0.06A = 18 Amps.
- Calculate total power (Watts): Using Watt's Law ($P = V \times I$), we get 5V × 18A = 90 Watts.
Where You Meet This in Practice
Abstract definitions don't keep your house from burning down or your microcontrollers from frying. Here is how these three units dictate your physical choices on the jobsite and at the workbench.
1. Voltage Dictates Component Survival and Insulation
Voltage is the stress test for your materials. When selecting a capacitor for a 12V DC buck converter circuit, you never use a 16V rated capacitor. Voltage spikes and ripple can easily exceed 14V. The standard bench practice is to select a capacitor rated for at least 2× the nominal voltage (e.g., a 25V or 35V capacitor). Similarly, 14 AWG NM-B (Romex) wire is insulated for 600V, making it perfectly safe for both 120V and 240V residential circuits, whereas thin 22 AWG hookup wire might have insulation that breaks down and arcs if accidentally touched to a 120V AC mains line.
2. Current Dictates Wire Gauge and Breaker Sizing
Current generates heat ($I^2R$ losses). The Georgia State University HyperPhysics database notes that as current increases, the thermal energy dissipated in the conductor rises exponentially. This is why a 20A residential branch circuit requires a minimum of 12 AWG copper wire and a 20A breaker. If you run 30A of current through a 14 AWG wire, the resistance of the copper generates enough heat to melt the PVC insulation long before the breaker trips.
3. Resistance Dictates Voltage Drop and Signal Integrity
Every wire has resistance. In low-voltage DC systems (like 12V solar arrays or 5V LED strips), wire resistance causes severe voltage drop over distance. If you run 10A through 20 feet of 18 AWG wire, the resistance of that wire will drop the voltage at the load end down to roughly 11.2V. For digital logic like I2C or SPI, high resistance (or high impedance) on pull-up resistors can cause signal edges to slope, leading to data corruption at high clock speeds.
Real-World Scenario: The Melted Barrel Jack
To see what happens when these units are misunderstood, let’s walk through a real-world failure from the bench.
The Numbers:
- The 12V LED array drew 8 Amps.
- The Raspberry Pi (stepped down via a 12V-to-5V buck converter) drew roughly 1.5 Amps from the 12V rail.
- Total current draw: 9.5 Amps at 12V (114 Watts).
- The builder correctly selected a 12V 10A (120W) AC/DC power brick.
The Outcome:
After 20 minutes of operation, the plastic housing of the barrel jack softened and deformed. The internal connection arced, causing a massive voltage drop. The Raspberry Pi experienced a brownout and began rebooting in a loop. The power supply brick was barely warm to the touch.
What Went Wrong:
The builder understood Voltage (matching 12V to 12V) and Current capacity (ensuring the supply could provide 10A). However, they ignored the physical Resistance and thermal limits of the connector. Cheap stamped-metal barrel jacks have a high contact resistance and are typically rated for a maximum of 5A to 7A. Pushing 9.5A through that high-resistance bottleneck created localized $I^2R$ heating. The power supply was perfectly happy pushing 9.5A, but the physical connector choked on it, converting the excess electrical energy into destructive heat.
Common Confusions and Mistakes to Avoid
When working with the three basic units, a few specific misconceptions lead to the most blown fuses and fried boards.
- Confusing Watts and Amps: A common mistake is buying a "500W" 12V car inverter and plugging a 120V 500W AC space heater into it. While the wattage matches, the 12V DC side must pull over 41 Amps ($500W / 12V$) to supply that power. Most car cigarette lighter sockets are fused at 10A or 15A. The fuse will blow instantly.
- The "Amps Will Kill You" Myth: You will often hear "it's the amps that kill you, not the volts." This is a dangerous half-truth. Current (Amps) is indeed what causes ventricular fibrillation (as little as 0.1A across the heart can be fatal). However, your dry skin has a very high resistance (often >100,000 Ω). A 12V car battery can supply 500 Amps, but it cannot push even 1mA through your dry skin because the voltage is too low to overcome your body's resistance. High voltage is required to break down skin resistance and allow lethal current to flow.
- Thinking a Power Supply "Forces" Current: A 12V 50A power supply will not force 50A into a small 12V cooling fan that only needs 0.5A. The voltage (pressure) is fixed at 12V, and the fan's internal resistance dictates that it will only draw 0.5A. The "50A" rating simply means the supply has the capacity to safely provide up to 50A without overheating.
FAQ: Quick Answers to Unit Questions
What is the difference between AC and DC voltage?
DC (Direct Current) voltage is a constant, steady pressure in one direction, like a battery. AC (Alternating Current) voltage constantly reverses direction in a sine wave pattern (60 times a second in North America). When we say a US wall outlet is "120V AC," we are referring to the RMS (Root Mean Square) voltage, which is the equivalent DC voltage that would deliver the same heating power to a resistor. The actual peak voltage of a 120V RMS outlet is about 170V.
Why do multimeters have a separate high-amp port?
To measure current, the meter uses an internal shunt resistor. For low currents (mA or µA), the shunt resistor is relatively high to generate a measurable voltage drop. If you push 10A through that delicate shunt, it will instantly vaporize. The separate "10A" port bypasses the sensitive circuitry and routes the current through a massive, low-resistance piece of metal that can safely dissipate the heat of high current flow.
Can resistance change while a circuit is running?
Yes. Resistance is highly dependent on temperature. As a copper wire or a tungsten lightbulb filament heats up, its atomic lattice vibrates more violently, scattering electrons and increasing resistance. This is why an incandescent bulb draws a massive "inrush current" for the first millisecond it is turned on (when the filament is cold and resistance is low) before settling into its normal, higher-resistance operating state.






