When a beginner asks what makes electricity, they are usually looking for the physics of electron flow. At its core, electricity is the directed flow of electrical charge (electrons) driven through a conductive path by a potential difference, which we call voltage. But on the workbench or the jobsite, simply having electrons isn't enough; you need a stable, regulated source of electromotive force (EMF) to actually do useful work without frying your components.

What it changes in a real circuit: The quality of your electricity source—specifically its internal resistance and voltage regulation—dictates whether your microcontroller stays online under load or suffers a brownout reset when a relay clicks on.

The Physics of the Push: Electromotive Force (EMF)

According to the U.S. Energy Information Administration (EIA), electricity is a secondary energy source, meaning we have to generate it by converting primary sources of energy. But generation is only half the battle. To make electricity move through a wire, you need Electromotive Force (EMF). EMF isn't actually a force in the Newtonian sense; it is an energy-per-unit-charge measurement (volts) created by an imbalance of electrons.

Think of a water pump in a closed plumbing loop. The pump doesn't 'create' water; it creates the pressure differential that forces the existing water to move. Similarly, a battery or generator doesn't create electrons; it creates the voltage pressure that pushes the copper wire's existing free electrons toward the positive terminal. As explained in the foundational All About Circuits DC textbook, without this potential difference, the electrons just vibrate randomly in place, yielding zero usable current.

Worked Numeric Example: Calculating Source Sag Under Load

Understanding what makes electricity usable requires understanding internal resistance. Every real-world power source has some internal resistance ($R_{int}$). When you draw current, that resistance causes a voltage drop inside the source itself, reducing the voltage that actually reaches your load.

The Math of Voltage Sag: $V_{terminal} = V_{source} - (I_{load} \times R_{int})$

Let's look at a real-world failure scenario. You are powering a 12V DC water pump that draws 4.0 Amps at startup. You decide to use a cheap, unregulated 12V wall-wart adapter you found in a bin.

  • Source Voltage ($V_{source}$): 12.0V (open circuit, no load)
  • Wall-Wart Internal Resistance ($R_{int}$): 1.2 Ohms (typical for cheap, unregulated linear supplies)
  • Load Current ($I_{load}$): 4.0 Amps

Calculation:
Voltage Sag = $4.0A \times 1.2\Omega = 4.8V$
Terminal Voltage = $12.0V - 4.8V = 7.2V$

Your 12V pump is only seeing 7.2V. It will likely stall, overheat, and fail to start. Furthermore, if an ESP32 microcontroller is sharing that same 12V rail (stepped down via a buck converter), the input to the buck converter might drop below its minimum operating threshold, causing the microcontroller to brownout and reset endlessly. The electricity is 'made,' but it is entirely unusable for the application.

Where You Meet This in Practice

The concept of source impedance and EMF generation shows up constantly in practical electrical work:

  • Home Wiring and Voltage Drop: The utility transformer 'makes' the 120V AC electricity, but the impedance of the transformer and the resistance of your 14 AWG NM-B branch circuit wire dictate the actual voltage at the receptacle. If you plug in a 15A table saw on a 100-foot extension cord, the voltage at the saw might drop to 105V, causing the motor to draw more amps to compensate and potentially trip the breaker.
  • Solar Power Systems: A solar panel makes raw, highly variable DC electricity based on irradiance. An MPPT charge controller is required to 'remake' that electricity, converting the high-voltage, low-current panel output into the precise, stable voltage required to safely charge a 12V LiFePO4 battery bank.
  • Benchtop Prototyping: When you use an LM7812 linear regulator to make 12V from a 24V battery, the regulator dissipates the 12V difference as pure heat. At 1A of current, that is 12 Watts of heat—enough to trigger the regulator's thermal shutdown without a massive heatsink. Switching to a buck converter 'makes' the 12V efficiently by rapidly switching the current and using an inductor to store and release energy.

Decision Tree: Picking the Right Electricity Source for Your Build

Stop guessing which power supply to buy. Use this decision matrix to select the exact component that will make stable electricity for your specific load profile.

If your project requires... And the environment is... Then pick this source type... Concrete Part Recommendation
< 1A continuous, highly portable Field use, no AC mains available Li-ion cell + Boost Converter 18650 cell + MT3608 boost module
> 50A continuous, off-grid backup Marine, RV, or solar cabin 12V LiFePO4 Battery Bank Ampere Time 12V 100Ah LiFePO4
1A to 15A continuous, clean DC required Stationary workbench, AC mains available Enclosed Switching Power Supply Mean Well LRS-150-12
The Default Pick for Bench Power: If you are building a stationary 12V DC project (like an automated relay board, LED array, or sensor hub drawing up to 10A), terminate your search and buy the Mean Well LRS-150-12. It is an enclosed, 150W switching power supply that outputs a rock-solid 12V at up to 12.5A. It features built-in over-current protection (OCP), short-circuit protection, and a low ripple noise of <150mVp-p, ensuring your sensitive logic chips won't experience brownouts.

What People Commonly Confuse It With

When discussing what makes electricity, hobbyists and students frequently mix up three distinct concepts:

  1. Static Potential vs. Current Electricity: A Van de Graaff generator can make 100,000 volts of static electricity, but it has almost zero current capacity. It will give you a shock, but it cannot power a 5V LED. Usable electricity requires both potential (voltage) and sustained flow (current).
  2. Generation vs. Regulation: Spinning a magnet inside a coil of copper wire (Faraday's Law) generates electricity. But raw generated AC from an alternator is noisy and fluctuates with RPM. Regulating that electricity into a flat 5V DC rail via a bridge rectifier and a switching regulator is what makes it usable for digital logic.
  3. Capacity (Ah) vs. Delivery (C-Rating): A massive 200Ah lead-acid battery holds a lot of total energy (capacity), but its high internal resistance prevents it from delivering the 200A burst required to crank a large diesel engine. A much smaller 10Ah LiPo battery with a 50C rating can easily deliver that 500A burst. Capacity tells you how long the electricity lasts; internal resistance and C-rating tell you how much electricity it can make available at any exact millisecond.

Frequently Asked Questions

Can I just use a wall-wart adapter for my 12V DIY projects?
Only if the load is strictly resistive and very low current (like a small LED strip drawing <500mA). For anything with motors, relays, or microcontrollers, the unregulated voltage sag of cheap wall-warts will cause erratic behavior. Always use a regulated switching supply like the Mean Well LRS series.

Does a thicker wire make more electricity?
No. Wire does not generate electricity; it only transports it. A thicker wire (lower AWG number) has lower resistance, which reduces voltage drop and prevents the wire from overheating, allowing the source to deliver its full current to the load safely.

What is the safest way to 'make' 120V AC electricity for a home project?
Do not attempt to build your own mains-voltage inverter or generator for home wiring. Use a commercially certified, UL-listed pure sine wave inverter (like a Victron Phoenix or Magnum Energy model) connected to a properly fused battery bank, and ensure all chassis grounds are bonded to your home's grounding electrode system per NEC Article 250.