The four basic units of electricity are voltage (the electrical pressure pushing electrons), current (the volume of electron flow), resistance (the opposition to that flow), and power (the rate at which electrical energy is transferred or consumed). If you are wiring a subpanel, debugging an ESP32 brownout, or sizing a solar charge controller, every decision traces back to how these four variables interact. According to the National Institute of Standards and Technology (NIST), these form the foundation of the SI electrical measurement system, but on the bench, they dictate whether your project runs safely or melts a terminal lug.

The Core Four: Volts, Amps, Ohms, and Watts

Before we get into the math, here is the definitive reference for what these units actually do to your hardware. This table maps the abstract physics to the physical components you buy and install.

Unit (Symbol) Multimeter Setting What It Changes in a Real Circuit Bench/Jobsite Reference Value
Voltage (V) VDC / VAC Determines insulation thickness, clearance distances, and arc-flash risk. 120V AC nominal (114–126V acceptable); 3.3V for ESP32 logic.
Current (I) A / mA (Series) Determines wire gauge (AWG), breaker size, PCB trace width, and heat generation. 15A for standard US bedroom circuits; 40mA absolute max per Arduino Uno GPIO.
Resistance (R) Ω (Ohms) Controls current flow, drops voltage over distance, and generates I²R heat losses. <0.1Ω for a good equipment ground bond; >1MΩ for intact cable insulation.
Power (P) Calculated (W) Dictates heat sink sizing, battery drain rate, and power supply capacity. 60W for a standard incandescent bulb; ~15W for a Raspberry Pi 5 under peak load.

The Single Analogy and the Most Dangerous Confusions

To visualize this exactly once: imagine a water tank with a hose at the bottom. Voltage is the water pressure (PSI) created by the height of the tank. Current is the flow rate (gallons per minute) coming out of the hose. Resistance is the diameter of the hose (a kinked hose increases resistance). Power is the total physical work the water can do when it hits a waterwheel.

While the analogy helps beginners, it breaks down in ways that cause dangerous misconceptions on the jobsite. Here is what people commonly confuse:

The Lethality Myth (Volts vs. Amps): You will often hear "it is the amps that kill you, not the volts." This is dangerously incomplete. You need both. Voltage is the enforcer that pushes the current through your skin's natural resistance. A 50,000V static shock has micro-amps of current (harmless), while 120V AC with a 200A panel fault capacity can push a fatal 100mA across your chest because the voltage is high enough to break down skin resistance, and the source has enough current available to sustain it.

Watts vs. Volt-Amps (VA): In DC circuits, Power (Watts) = Volts × Amps. In AC circuits, inductive loads like motors and transformers cause the voltage and current sine waves to shift out of phase. You pay your utility for Watts (real power doing actual work), but your wiring and breakers must be sized for Volt-Amps (apparent power). A 1000W motor with a 0.8 power factor actually draws 1250 VA, meaning your wiring must handle the higher current even though the meter only bills you for 1000W.

Worked Numeric Example: Sizing Wire for a 12V DC LED Array

Let us apply all four units to a common maker project: powering a 5-meter run of 12V COB LED strip lights from a bench power supply. We need to calculate the power, find the current, and use resistance to check our voltage drop.

  1. Calculate Power (P): The spec sheet rates the strip at 14W per meter. For 5 meters, total Power = 5m × 14W/m = 70W.
  2. Calculate Current (I): Using Ohm's power law (I = P / V), we divide 70W by the 12V supply. Base Current = 70W / 12V = 5.83A.
  3. Apply Safety Margin: Following NEC-style continuous load guidance (multiply by 1.25 for loads running 3+ hours), our target design current is 5.83A × 1.25 = 7.29A.
  4. Check Wire Ampacity: 18 AWG THHN copper wire is rated for 14A in the 90°C column, but we must use the 60°C column for low-voltage terminal blocks, giving us 16A. 18 AWG is sufficient for the current.
  5. Calculate Resistance (R) and Voltage Drop: 18 AWG copper has a resistance of roughly 6.38 mΩ per foot. A 10-foot physical run means 20 feet of total wire (positive and negative). Total Resistance = 20 ft × 0.00638 Ω/ft = 0.1276 Ω.
    Voltage Drop (V = I × R) = 7.29A × 0.1276Ω = 0.93V.

The Result: The LEDs at the end of the strip will only see 11.07V (12V - 0.93V). While many 12V strips tolerate down to 10.5V, a nearly 1V drop will cause noticeable color shifting and dimming at the far end. The fix? Step up to 16 AWG wire (4.01 mΩ/ft). The new resistance is 0.0802 Ω, dropping the voltage loss to a highly acceptable 0.58V. This is how resistance dictates physical installation choices.

Where You Meet This in Practice

Understanding the Department of Energy's definitions of electrical work is one thing; recognizing them in the wild is another. Here is where these units dictate your daily workflow:

  • Breaker Panels & Feeders (Current & Power): When sizing a subpanel, you are primarily managing Current (Amps). A 100A subpanel fed by 2 AWG copper is limited by the thermal constraints (ampacity) of the wire. The Power (Watts) dictates the total load you can connect before the main breaker trips.
  • Battery Banks & Solar (Voltage & Resistance): When wiring LiFePO4 cells in series, you increase Voltage to keep Current low for the same Power output (a 48V system draws half the current of a 24V system for the same wattage). Internal Resistance (measured in milliohms) determines how much voltage sags when the inverter pulls a heavy surge load.
  • PCB Design & Microcontrollers (Voltage & Current limits): An ESP32-WROOM-32 operates at 3.3V logic. If you feed 5V into a GPIO pin, you overcome the internal junction resistance, forcing massive current through the silicon and permanently bricking the chip. Current limits also dictate trace width; a 10 mil trace on 1oz copper can only safely carry about 0.5A before acting as a fuse.

FAQ: Troubleshooting with the Basic Units

Q: Why does my ESP32 keep rebooting when the WiFi transmits?
A: This is a Voltage drop caused by Current and Resistance. When the radio fires up, current spikes to ~300mA. If your power supply traces or breadboard wires have high resistance, Ohm's law (V = I × R) dictates that the voltage at the chip's VCC pin will sag below the 2.7V brownout threshold. Fix it by adding a 100µF decoupling capacitor close to the VCC/GND pins to supply the instantaneous current.

Q: Why did my 15A breaker trip on a 12A space heater?
A: Breakers react to Current, not Power. A 1500W heater on a 120V circuit draws 12.5A (P/V). However, the cold resistance of the nichrome heating element is lower than its hot resistance. When you first turn it on, the inrush current can spike well above 15A for a fraction of a second. If the breaker is old or the ambient temperature in the panel is high, the thermal bimetallic strip will trip.

Q: Can I measure resistance on a live circuit?
A: Never. Multimeters measure resistance by injecting a small, known test current and measuring the resulting voltage drop. If the circuit is already energized, the external voltage will overwhelm the meter's internal circuitry, blowing the internal fuse or destroying the ADC. Always de-energize, lock out, and verify dead before switching your dial to Ohms.