<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Buono Make Studio</title>
    <description>The latest articles on DEV Community by Buono Make Studio (@buonomakestudio).</description>
    <link>https://dev.to/buonomakestudio</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1237403%2F878613d8-968b-4e2f-a4c5-0cddd027fa55.png</url>
      <title>DEV Community: Buono Make Studio</title>
      <link>https://dev.to/buonomakestudio</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/buonomakestudio"/>
    <language>en</language>
    <item>
      <title>Electrical Units and Prefixes — V, A, Ω, W and Why m vs M Are 10 Apart</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 01:56:32 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/electrical-units-and-prefixes-v-a-o-w-and-why-m-vs-m-are-109-apart-4kam</link>
      <guid>https://dev.to/buonomakestudio/electrical-units-and-prefixes-v-a-o-w-and-why-m-vs-m-are-109-apart-4kam</guid>
      <description>&lt;p&gt;&lt;code&gt;1 mΩ&lt;/code&gt; and &lt;code&gt;1 MΩ&lt;/code&gt;. Look almost identical. Differ in value by &lt;strong&gt;10⁹&lt;/strong&gt; — a billion times. Get that wrong, and your part is dust.&lt;/p&gt;

&lt;p&gt;Welcome to &lt;strong&gt;Episode 7 of the Electric Circuits Textbook&lt;/strong&gt; series. This is the "boring, but you absolutely need it" episode. We'll lock in the &lt;strong&gt;four electrical units&lt;/strong&gt; (V, A, Ω, W) and the &lt;strong&gt;SI prefixes&lt;/strong&gt; (k, M, m, μ, n, p) so that for the rest of the series — and the rest of your time touching electronics — you can read a &lt;code&gt;220 µF&lt;/code&gt; capacitor or a &lt;code&gt;3.3 kΩ&lt;/code&gt; resistor instantly, without second-guessing.&lt;/p&gt;

&lt;p&gt;If you missed &lt;a href="https://dev.to/buonomakestudio/dc-vs-ac-the-one-axis-that-tells-them-apart-and-why-ac-adapters-exist-5741"&gt;Episode 6 (DC vs AC)&lt;/a&gt;, that's the previous post. This one stands alone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Today's Goal
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4ui06tcnocsiuug9ac98.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4ui06tcnocsiuug9ac98.png" alt="Today's Goal" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Four things to take away:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Why this matters&lt;/strong&gt; — misreading one prefix shifts your value by &lt;strong&gt;1000×&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The four units of electricity&lt;/strong&gt; — V (volt), A (ampere), Ω (ohm), W (watt)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The prefix system&lt;/strong&gt; — k, M, m, μ, n, p — and the &lt;em&gt;case-sensitivity that kills&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The conversion drill&lt;/strong&gt; — going &lt;code&gt;3300Ω ⇄ 3.3 kΩ&lt;/code&gt; fluently&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There's a 3-question quick check, and a bonus on &lt;strong&gt;why these unit symbols are uppercase&lt;/strong&gt; (it's a person-name thing).&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Units &amp;amp; Prefixes Matter — One Letter = 1000× Off
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F64qqgve2znuit2jp4397.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F64qqgve2znuit2jp4397.png" alt="Why Units &amp;amp; Prefixes Matter" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In a recipe, mistaking "a teaspoon of salt" for "a *table*spoon of salt" makes things saltier. Inconvenient, but recoverable.&lt;/p&gt;

&lt;p&gt;In electronics, the analogous mistake is &lt;strong&gt;lethal to components&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Say the datasheet says a part can handle up to &lt;strong&gt;&lt;code&gt;100 mA&lt;/code&gt;&lt;/strong&gt; (100 &lt;em&gt;milli*amperes). You read it as *&lt;/em&gt;&lt;code&gt;100 A&lt;/code&gt;** (no prefix). You're now planning to drive &lt;strong&gt;1000×&lt;/strong&gt; the rated current. The next thing that happens is &lt;em&gt;smoke&lt;/em&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;A prefix is a 1000× decision packed into a single character.&lt;/strong&gt; Get the character right or you destroy hardware.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is the foundation of everything you do with circuits from now on. If you internalize the prefix system here, you'll save yourself painful debugging — and dead components — forever.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Four Electrical Units — V, A, Ω, W
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp245rk7e4l2b3mzfqhhd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fp245rk7e4l2b3mzfqhhd.png" alt="Electrical Units V, A, Ω, W" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Just like length uses centimeters and weight uses grams, each electrical quantity has its own dedicated unit. The four you'll see constantly:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Unit&lt;/th&gt;
&lt;th&gt;Symbol&lt;/th&gt;
&lt;th&gt;Measures&lt;/th&gt;
&lt;th&gt;We covered this in…&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Volt&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;V&lt;/strong&gt; (uppercase)&lt;/td&gt;
&lt;td&gt;Voltage — potential difference between two points&lt;/td&gt;
&lt;td&gt;Episode 5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ampere&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;A&lt;/strong&gt; (uppercase)&lt;/td&gt;
&lt;td&gt;Current — charge per second crossing a point&lt;/td&gt;
&lt;td&gt;Episode 4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ohm&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Ω&lt;/strong&gt; (uppercase Greek omega)&lt;/td&gt;
&lt;td&gt;Resistance — how hard it is for current to flow&lt;/td&gt;
&lt;td&gt;Episode 2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Watt&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;W&lt;/strong&gt; (uppercase)&lt;/td&gt;
&lt;td&gt;Power — energy delivered or dissipated per second&lt;/td&gt;
&lt;td&gt;(coming later in the series)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Why are all four symbols uppercase?&lt;/strong&gt; Because they're named after people. There's an SI convention: &lt;strong&gt;unit symbols named after a person are written with an uppercase letter&lt;/strong&gt; (or uppercase-equivalent for Greek letters, like Ω). Ohm uses an uppercase Greek omega for the same reason — it honors Georg Ohm. More on this in the bonus section.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The internals (what resistance actually &lt;em&gt;is&lt;/em&gt;, etc.) you've already met for most of these. Power (W) we'll deal with later in the series.&lt;/p&gt;
&lt;h2&gt;
  
  
  Prefixes — k, M, m, μ, n, p
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5dwl7u9o3h8qqhy6z8mk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5dwl7u9o3h8qqhy6z8mk.png" alt="Prefixes" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now today's other big topic: &lt;strong&gt;SI prefixes&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A prefix is a single-character abbreviation you stick &lt;strong&gt;in front&lt;/strong&gt; of a unit symbol to multiply it by a power of 10. Instead of writing &lt;code&gt;3,300 Ω&lt;/code&gt; you write &lt;code&gt;3.3 kΩ&lt;/code&gt;. Instead of &lt;code&gt;0.000022 F&lt;/code&gt; you write &lt;code&gt;22 µF&lt;/code&gt;. They make big and small numbers human-readable.&lt;/p&gt;

&lt;p&gt;The ones you'll use 95% of the time in electronics:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Prefix&lt;/th&gt;
&lt;th&gt;Symbol&lt;/th&gt;
&lt;th&gt;Multiplier&lt;/th&gt;
&lt;th&gt;Power of 10&lt;/th&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Mega&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;M&lt;/strong&gt; (uppercase)&lt;/td&gt;
&lt;td&gt;× 1,000,000&lt;/td&gt;
&lt;td&gt;10⁶&lt;/td&gt;
&lt;td&gt;1 MΩ = 1,000,000 Ω&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Kilo&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;k&lt;/strong&gt; (lowercase)&lt;/td&gt;
&lt;td&gt;× 1,000&lt;/td&gt;
&lt;td&gt;10³&lt;/td&gt;
&lt;td&gt;1 kΩ = 1,000 Ω&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;(none)&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;× 1&lt;/td&gt;
&lt;td&gt;10⁰&lt;/td&gt;
&lt;td&gt;1 Ω&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Milli&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;m&lt;/strong&gt; (lowercase)&lt;/td&gt;
&lt;td&gt;× 0.001&lt;/td&gt;
&lt;td&gt;10⁻³&lt;/td&gt;
&lt;td&gt;1 mA = 0.001 A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Micro&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;μ&lt;/strong&gt; (Greek mu)&lt;/td&gt;
&lt;td&gt;× 0.000001&lt;/td&gt;
&lt;td&gt;10⁻⁶&lt;/td&gt;
&lt;td&gt;1 µA = 0.000001 A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Nano&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;n&lt;/strong&gt; (lowercase)&lt;/td&gt;
&lt;td&gt;× 0.000000001&lt;/td&gt;
&lt;td&gt;10⁻⁹&lt;/td&gt;
&lt;td&gt;1 nA = 0.000000001 A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Pico&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;p&lt;/strong&gt; (lowercase)&lt;/td&gt;
&lt;td&gt;× 10⁻¹²&lt;/td&gt;
&lt;td&gt;10⁻¹²&lt;/td&gt;
&lt;td&gt;1 pA = 0.000000000001 A&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Two patterns to notice:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Each step is a 1000× jump.&lt;/strong&gt; That's why "milli" → "micro" → "nano" → "pico" don't feel evenly spaced if you think in 10×. They jump 3 decimal places at a time.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The big ones (M, k) are &lt;em&gt;huge&lt;/em&gt;. The small ones (m, μ, n, p) are &lt;em&gt;tiny&lt;/em&gt;.&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;
  
  
  The case-sensitivity that gets people killed
&lt;/h3&gt;

&lt;p&gt;Here's where almost everyone slips:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;m&lt;/code&gt; and &lt;code&gt;M&lt;/code&gt; differ by a factor of &lt;code&gt;10⁹&lt;/code&gt; — a billion.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;code&gt;m&lt;/code&gt; (lowercase) = milli = 10⁻³.&lt;br&gt;
&lt;code&gt;M&lt;/code&gt; (uppercase) = mega = 10⁶.&lt;/p&gt;

&lt;p&gt;Same letter. Opposite size. Different by a billion.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Trap&lt;/th&gt;
&lt;th&gt;What's right&lt;/th&gt;
&lt;th&gt;What goes wrong if you confuse them&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;k&lt;/code&gt; vs &lt;code&gt;K&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;k&lt;/code&gt; (lowercase) = kilo. &lt;code&gt;K&lt;/code&gt; (uppercase) = &lt;strong&gt;kelvin&lt;/strong&gt; (temperature unit).&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;1 KΩ&lt;/code&gt; is technically not a valid SI prefix; &lt;code&gt;K&lt;/code&gt; is reserved for kelvin, so the symbol doesn't mean kilo-ohm even when context says it "should."&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;code&gt;m&lt;/code&gt; vs &lt;code&gt;M&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;m&lt;/code&gt; (lowercase) = milli. &lt;code&gt;M&lt;/code&gt; (uppercase) = mega.&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;1 mΩ&lt;/code&gt; ≠ &lt;code&gt;1 MΩ&lt;/code&gt; — they differ by &lt;strong&gt;10⁹&lt;/strong&gt;. This one frequently destroys components in practice.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Important caveat:&lt;/strong&gt; don't try to infer "case = size" as a general rule. &lt;code&gt;k&lt;/code&gt; (kilo, lowercase) is on the &lt;em&gt;big&lt;/em&gt; side. &lt;code&gt;μ&lt;/code&gt; (micro, lowercase Greek mu) is on the &lt;em&gt;small&lt;/em&gt; side. There's no universal pattern — you have to &lt;strong&gt;memorize each prefix's case individually&lt;/strong&gt;. The one that bites most often is just &lt;code&gt;m&lt;/code&gt; vs &lt;code&gt;M&lt;/code&gt;: lowercase &lt;code&gt;m&lt;/code&gt; = milli, uppercase &lt;code&gt;M&lt;/code&gt; = mega. Burn that pair into your eyes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If you're handwriting, write &lt;code&gt;m&lt;/code&gt; and &lt;code&gt;M&lt;/code&gt; distinctly enough that someone else can tell them apart at a glance.&lt;/p&gt;
&lt;h2&gt;
  
  
  Converting — Get Fluent at Going Back and Forth
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffkd8k3vv4hry6qhyumqw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffkd8k3vv4hry6qhyumqw.png" alt="Getting Used to Converting" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now the drill: &lt;strong&gt;going from a "raw" number to a prefixed one, and back.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's the same skill as converting &lt;code&gt;1 m = 100 cm&lt;/code&gt;. You just need to know which prefix matches the magnitude.&lt;/p&gt;
&lt;h3&gt;
  
  
  Example 1 — Big number → kilo
&lt;/h3&gt;

&lt;p&gt;A &lt;code&gt;3,300 Ω&lt;/code&gt; resistor. That's "1000 ohms, 3.3 times." 1000 ohms is &lt;code&gt;1 kΩ&lt;/code&gt;. So:&lt;br&gt;
&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;3,300 Ω = 3.3 kΩ
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Way more readable.&lt;/p&gt;
&lt;h3&gt;
  
  
  Example 2 — Small number → milli
&lt;/h3&gt;

&lt;p&gt;A current of &lt;code&gt;0.001 A&lt;/code&gt;. That's "1 A, divided by 1000." 1/1000 is "milli." So:&lt;br&gt;
&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;0.001 A = 1 mA
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;And one step further:&lt;br&gt;
&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1 A = 1,000 mA = 1,000,000 µA
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Three decimal places per step. Always.&lt;/p&gt;
&lt;h3&gt;
  
  
  Example 3 — The mental trap test
&lt;/h3&gt;

&lt;p&gt;Which is bigger: &lt;strong&gt;&lt;code&gt;10,000 mΩ&lt;/code&gt;&lt;/strong&gt; or &lt;strong&gt;&lt;code&gt;1 kΩ&lt;/code&gt;&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;If you go by the size of the number alone, "10,000" looks much bigger than "1," so the first one wins, right?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Wrong.&lt;/strong&gt; Let's actually convert both:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;10,000 mΩ = 10,000 × 0.001 Ω = 10 Ω&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;1 kΩ = 1,000 Ω&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So &lt;code&gt;1 kΩ&lt;/code&gt; is actually &lt;strong&gt;100× bigger&lt;/strong&gt; than &lt;code&gt;10,000 mΩ&lt;/code&gt;. The big number with a &lt;code&gt;m&lt;/code&gt; lost to the small number with a &lt;code&gt;k&lt;/code&gt;. &lt;strong&gt;Always convert before comparing.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Writing convention
&lt;/h3&gt;

&lt;p&gt;Two rules:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The prefix &lt;strong&gt;always comes immediately attached&lt;/strong&gt; to the unit symbol. &lt;code&gt;3.3 kΩ&lt;/code&gt; — &lt;code&gt;k&lt;/code&gt; and &lt;code&gt;Ω&lt;/code&gt; together, no gap between them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Never drop the unit.&lt;/strong&gt; "100" by itself tells me nothing. &lt;code&gt;100 V&lt;/code&gt; vs &lt;code&gt;100 mA&lt;/code&gt; are very different things.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;(Strict SI also wants a space between the number and the unit, like &lt;code&gt;3.3 kΩ&lt;/code&gt; rather than &lt;code&gt;3.3kΩ&lt;/code&gt;. Datasheets vary. The non-negotiable rule is: prefix and unit stay together.)&lt;/p&gt;
&lt;h2&gt;
  
  
  Field Note: All Four Units Are Named After People
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fltpjvwgmtph0lic50mzn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fltpjvwgmtph0lic50mzn.png" alt="A Field Fact: Electrical Units Are People's Names" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The four electrical units we use every day are all named after real scientists and engineers:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Unit&lt;/th&gt;
&lt;th&gt;Named after&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Volt (V)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Alessandro Volta&lt;/strong&gt; (Italy) — built the &lt;em&gt;voltaic pile&lt;/em&gt;, the first true battery&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ampere (A)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;André-Marie Ampère&lt;/strong&gt; (France) — pioneered the study of currents and magnetism&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Ohm (Ω)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Georg Ohm&lt;/strong&gt; (Germany) — discovered Ohm's law (current ∝ voltage / resistance)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Watt (W)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;James Watt&lt;/strong&gt; (Scotland) — radically improved the steam engine, foundational to the industrial revolution&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Every time you write &lt;code&gt;5V&lt;/code&gt; or &lt;code&gt;220Ω&lt;/code&gt;, you're invoking the names of the people who built the foundations of electrical engineering. Quietly, daily.&lt;/p&gt;
&lt;h3&gt;
  
  
  The rule for uppercase
&lt;/h3&gt;

&lt;p&gt;Here's where the uppercase rule comes from:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Unit symbols named after people start with an uppercase letter.&lt;/strong&gt; That's why V, A, W are uppercase Latin letters. The ohm is written with the capital Greek letter omega, Ω, following the same spirit.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is &lt;em&gt;separate&lt;/em&gt; from the prefix case rules. Don't conflate them:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Unit symbol case&lt;/strong&gt; ← named after a person? → uppercase.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prefix symbol case&lt;/strong&gt; ← fixed for each prefix individually (k lowercase, M uppercase, m lowercase, etc.). Determined by the SI standard, not by personal-name logic.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Keep these two case systems separate in your head and you'll stop making errors.&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check — 3 Questions
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fu8fufijqwpjbjj72lrol.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fu8fufijqwpjbjj72lrol.png" alt="Quick Check (3 questions)" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three questions. &lt;strong&gt;Pause before peeking.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Q1.&lt;/strong&gt; What's the right way to write &lt;code&gt;1,000 Ω&lt;/code&gt; using a prefix?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;1 kΩ&lt;/code&gt; (lowercase k)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;1 KΩ&lt;/code&gt; (uppercase K)&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;1 mΩ&lt;/code&gt; (lowercase m)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Q2.&lt;/strong&gt; Rewrite &lt;code&gt;3,300 Ω&lt;/code&gt; using a prefix.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;code&gt;3.3 kΩ&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;33 kΩ&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;0.33 kΩ&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Q3.&lt;/strong&gt; Which is bigger: &lt;code&gt;10,000 mΩ&lt;/code&gt; or &lt;code&gt;1 kΩ&lt;/code&gt;?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;10,000 mΩ&lt;/code&gt; (the bigger-looking number)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;1 kΩ&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;They're equal&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;Got your answers?&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check: Answers
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  Click to reveal the answers
  &lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwvbemsys91mt06eomh1c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwvbemsys91mt06eomh1c.png" alt="Quick Check: Answers" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Answer&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Q1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1. &lt;code&gt;1 kΩ&lt;/code&gt; (lowercase k)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Kilo = 1000×, written with &lt;strong&gt;lowercase k&lt;/strong&gt;. Uppercase &lt;code&gt;K&lt;/code&gt; is &lt;em&gt;kelvin&lt;/em&gt; (temperature). Lowercase &lt;code&gt;m&lt;/code&gt; is &lt;em&gt;milli&lt;/em&gt; — opposite direction.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1. &lt;code&gt;3.3 kΩ&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;3,300 Ω = 3.3 × 1000 Ω = 3.3 kΩ.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;2. &lt;code&gt;1 kΩ&lt;/code&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;10,000 mΩ = 10 Ω&lt;/code&gt;. &lt;code&gt;1 kΩ = 1,000 Ω&lt;/code&gt;. &lt;code&gt;1 kΩ&lt;/code&gt; is &lt;strong&gt;100×&lt;/strong&gt; bigger. The number with &lt;code&gt;m&lt;/code&gt; was tiny; the number with &lt;code&gt;k&lt;/code&gt; was huge. Always convert before comparing — never trust raw digit counts when prefixes are different.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Q3 is the trap that's lifelong-relevant. Anytime you compare quantities with different prefixes, convert to the same scale first. Otherwise you will, eventually, blow something up.&lt;/p&gt;



&lt;br&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Section Summary
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnkr6o4stzxhkhqpq0p0k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fnkr6o4stzxhkhqpq0p0k.png" alt="Section Summary" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The whole story:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Electricity has four core units: &lt;strong&gt;V (volt), A (ampere), Ω (ohm), W (watt)&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Their symbols start with an uppercase letter because they're named after people (Volta, Ampère, Ohm, Watt)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prefixes&lt;/strong&gt; scale a unit by a power of 10. The common ones are &lt;code&gt;M, k, m, μ, n, p&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Each prefix step is &lt;strong&gt;a factor of 1000&lt;/strong&gt; (3 decimal places)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;m&lt;/code&gt; and &lt;code&gt;M&lt;/code&gt; differ by 10⁹&lt;/strong&gt; — billion-fold. This is the single most expensive mistake in electronics&lt;/li&gt;
&lt;li&gt;Always &lt;strong&gt;convert to a common scale before comparing&lt;/strong&gt; quantities with different prefixes&lt;/li&gt;
&lt;li&gt;Write a prefix &lt;em&gt;attached&lt;/em&gt; to the unit symbol (&lt;code&gt;3.3 kΩ&lt;/code&gt;, not &lt;code&gt;3.3 k Ω&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This was the "infrastructure" episode. The rest of the series, every datasheet you'll ever read, every calculator screen full of microamps and picofarads, depends on the muscle memory you just built.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;You've now finished Episode 1–7 of the series&lt;/strong&gt; — the first half of "DC Circuit Basics." Thanks for sticking with it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Coming up: actual calculations. &lt;strong&gt;Episode 8&lt;/strong&gt; dives into &lt;strong&gt;resistance and conductance&lt;/strong&gt; in depth; then &lt;strong&gt;Ohm's law&lt;/strong&gt;, then &lt;strong&gt;power&lt;/strong&gt;. The units you just nailed down are about to start doing real work.&lt;/p&gt;

&lt;p&gt;See you in Episode 8.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>DC vs AC — The One Axis That Tells Them Apart, and Why AC Adapters Exist</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 01:44:59 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/dc-vs-ac-the-one-axis-that-tells-them-apart-and-why-ac-adapters-exist-5741</link>
      <guid>https://dev.to/buonomakestudio/dc-vs-ac-the-one-axis-that-tells-them-apart-and-why-ac-adapters-exist-5741</guid>
      <description>&lt;p&gt;A battery is "DC." A wall outlet is "AC." Both deliver electricity. So what's actually different about them — and why does your laptop need a brick on the cable to use power from the wall?&lt;/p&gt;

&lt;p&gt;In &lt;strong&gt;Episode 6 of the Electric Circuits Textbook&lt;/strong&gt; series, we'll pin down what makes DC (direct current) and AC (alternating current) different. The answer turns out to be &lt;strong&gt;one axis only&lt;/strong&gt;: the direction of the current. Once you have that, every "DC vs AC" question gets simple — including the puzzle of why AC adapters exist.&lt;/p&gt;

&lt;p&gt;If you missed &lt;a href="https://dev.to/buonomakestudio/voltage-and-ground-gnd-why-voltage-always-needs-a-reference-and-what-0v-really-means-1ale"&gt;Episode 5 (voltage and ground)&lt;/a&gt;, that's the previous post. This one stands alone. No math today.&lt;/p&gt;

&lt;h2&gt;
  
  
  Today's Goal
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh03icokguwx544xi0cf4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh03icokguwx544xi0cf4.png" alt="DC vs AC — title" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Five takeaways:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;What DC is&lt;/strong&gt; — direction stays constant over time&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What AC is&lt;/strong&gt; — direction periodically reverses&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;How to spot the difference on a waveform&lt;/strong&gt; — straight line vs. swinging wave&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Where each shows up around you&lt;/strong&gt; — battery vs. wall outlet&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What an AC adapter actually does&lt;/strong&gt; — converts AC into DC&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Plus a 3-question quick check, and a great trivia tidbit: &lt;strong&gt;why eastern Japan uses 50Hz and western Japan uses 60Hz&lt;/strong&gt; (it's a Meiji-era story).&lt;/p&gt;

&lt;h2&gt;
  
  
  DC — Direction Stays Constant
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvm7dgyweyqie2m0qt98v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvm7dgyweyqie2m0qt98v.png" alt="DC: A Constant Direction" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DC&lt;/strong&gt; stands for &lt;strong&gt;direct current&lt;/strong&gt;, often written as &lt;strong&gt;DC&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;In a sentence: &lt;strong&gt;with DC, the direction of the current — and the sign (+/−) of the voltage measured against a fixed reference — never flips.&lt;/strong&gt; It always points the same way over time.&lt;/p&gt;

&lt;p&gt;Think of a &lt;strong&gt;one-way river&lt;/strong&gt;. The water might flow faster or slower depending on the slope, but it never reverses and runs uphill. The &lt;em&gt;direction&lt;/em&gt; is fixed; the &lt;em&gt;magnitude&lt;/em&gt; can vary.&lt;/p&gt;

&lt;h3&gt;
  
  
  What DC looks like on a waveform
&lt;/h3&gt;

&lt;p&gt;If you plot a current's signed value (direction included) on the vertical axis and time on the horizontal axis, the canonical DC signal looks like this: &lt;strong&gt;a flat horizontal line.&lt;/strong&gt; Constant direction, constant magnitude.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;An insight that catches almost everyone:&lt;/strong&gt; what makes a signal "DC" is the &lt;em&gt;direction&lt;/em&gt; staying constant, not the magnitude alone. The signed current may rise and fall, &lt;strong&gt;as long as it does not change sign&lt;/strong&gt; (the direction stays the same). A pulsating signal that always stays above zero is DC. A signal that crosses zero is not.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is one of the biggest sources of "wait, that's DC?" confusion in beginner circuit theory. The rule to remember: &lt;strong&gt;DC = direction stays the same&lt;/strong&gt;, as long as the direction does not reverse, magnitude variations alone don't make it AC.&lt;/p&gt;

&lt;h2&gt;
  
  
  AC — Direction Periodically Reverses
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvpfezvxfdpmwrj1x4xt8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvpfezvxfdpmwrj1x4xt8.png" alt="AC: Reversing Periodically" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;AC&lt;/strong&gt; stands for &lt;strong&gt;alternating current&lt;/strong&gt;, often written as &lt;strong&gt;AC&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's the exact opposite of DC: &lt;strong&gt;with AC, the direction periodically reverses&lt;/strong&gt;. Right, then left, then right again — rhythmically, regularly, over and over.&lt;/p&gt;

&lt;p&gt;Think of &lt;strong&gt;ocean waves&lt;/strong&gt;. In, out, in, out. Same rhythm. Reversing direction is the &lt;em&gt;point&lt;/em&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  What AC looks like on a waveform
&lt;/h3&gt;

&lt;p&gt;The canonical AC waveform: a smooth wave that &lt;strong&gt;swings above and below zero&lt;/strong&gt;, around zero in the middle. When it's above zero, current is flowing one way. When it's below zero, current is flowing the other way.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;DC&lt;/th&gt;
&lt;th&gt;AC&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Direction over time&lt;/td&gt;
&lt;td&gt;Always the same&lt;/td&gt;
&lt;td&gt;Periodically reverses&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Waveform&lt;/td&gt;
&lt;td&gt;Stays on one side of zero&lt;/td&gt;
&lt;td&gt;Crosses zero, swings both ways&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mental image&lt;/td&gt;
&lt;td&gt;A one-way river&lt;/td&gt;
&lt;td&gt;Ocean waves&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Canonical DC = a straight line; in general DC = one-sided (never crosses zero). AC = a wave that crosses zero.&lt;/strong&gt; That's enough to tell most cases apart from the shape alone.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;
  
  
  Picturing AC — A Battery That Flips
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fryrei9537r9odkhl4pw9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fryrei9537r9odkhl4pw9.png" alt="Picturing AC: Bulb Direction" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A wave on a graph is abstract. Here's a more concrete picture.&lt;/p&gt;

&lt;p&gt;Imagine two identical circuits: a battery, a switch, and a small bulb. The only difference between them is &lt;strong&gt;which way the battery is connected&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Left circuit&lt;/strong&gt;: battery + is at the top, current flows clockwise, bulb lights up. &lt;em&gt;(This is the "above zero" half of the AC waveform.)&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Right circuit&lt;/strong&gt;: battery + is at the bottom, current flows counter-clockwise, bulb still lights up (a bulb doesn't care about direction). &lt;em&gt;(This is the "below zero" half.)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now imagine doing this &lt;strong&gt;50 or 60 full cycles every second&lt;/strong&gt; — left, right, left, right, completing a full back-and-forth cycle 50 or 60 times. That's AC. (One cycle = one trip out and back, so the polarity actually flips twice per cycle.)&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Of course there's no real battery inside a wall outlet flipping like that. But "the source's polarity completes 50-60 full back-and-forth cycles a second" is exactly the right mental model. The pushing direction switches; the current's direction switches with it; an incandescent bulb's filament doesn't care which way the current goes, so it just glows.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The bulb appears to glow steadily because, at &lt;code&gt;50-60Hz&lt;/code&gt;, the brief dips at zero crossings are too fast for most lights and our eyes to register as flicker (LED and fluorescent lamps depend on their driver circuits, so behavior there varies). We &lt;em&gt;experience&lt;/em&gt; AC as if it were continuous, smooth electricity.&lt;/p&gt;
&lt;h2&gt;
  
  
  Where DC and AC Show Up Around You
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsvy6zlba9swa8ootbbej.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fsvy6zlba9swa8ootbbej.png" alt="DC and AC Around Us" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The split, in everyday terms:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Example&lt;/th&gt;
&lt;th&gt;Type&lt;/th&gt;
&lt;th&gt;Why you can tell&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;strong&gt;Batteries&lt;/strong&gt; (AA, lithium, the cell in your phone)&lt;/td&gt;
&lt;td&gt;DC&lt;/td&gt;
&lt;td&gt;They have a fixed &lt;code&gt;+&lt;/code&gt; and &lt;code&gt;−&lt;/code&gt; terminal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Household wall outlets&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;AC&lt;/td&gt;
&lt;td&gt;A general appliance often works regardless of plug orientation (though there's a "hot" vs. "neutral" distinction underneath)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;A battery's plus and minus are physical &lt;em&gt;facts about the battery&lt;/em&gt;. A typical home wall socket has a &lt;strong&gt;"hot" (live) conductor and a "neutral" conductor&lt;/strong&gt;, with the hot conductor's voltage alternating relative to the neutral (which is kept near earth potential). Many appliances tolerate either plug orientation, but &lt;strong&gt;polarized and grounded plugs exist precisely so the device's chassis stays near neutral / earth for safety&lt;/strong&gt;. The underlying current is still alternating — direction reverses periodically — but the two prongs aren't electrically symmetric.&lt;/p&gt;
&lt;h3&gt;
  
  
  The Puzzle — and the AC Adapter
&lt;/h3&gt;

&lt;p&gt;If wall outlets give us AC, but our laptops and phones contain DC-powered chips, &lt;strong&gt;how do they work?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The answer is on every charger cable: the chunky box in the middle of the wire. The &lt;strong&gt;AC adapter&lt;/strong&gt; (sometimes called a power adapter, USB charger, etc.).&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;An AC adapter is, essentially, &lt;strong&gt;a currency exchange between AC and DC&lt;/strong&gt;. It takes AC in from the wall, converts it to DC at the voltage your device wants, and feeds that to the device.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So the global picture:&lt;br&gt;
&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Wall outlet (AC)  →  AC adapter (converts)  →  Your device (runs on DC)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;


&lt;p&gt;Or in the other direction: &lt;strong&gt;a power inverter&lt;/strong&gt; (the thing you plug into a car's cigarette lighter) does the &lt;em&gt;reverse&lt;/em&gt; — takes DC from the car battery and converts it to AC so you can plug in a regular appliance. Both directions of conversion exist, because both forms of current are used heavily.&lt;/p&gt;
&lt;h2&gt;
  
  
  Field Note: 50Hz East, 60Hz West (in Japan)
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F81lgijh6jxnrhr3vk3e5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F81lgijh6jxnrhr3vk3e5.png" alt="A Surprising Fact: 50Hz East, 60Hz West" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Worldwide AC frequencies look like this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Most of Europe, Asia, Africa&lt;/strong&gt;: 50Hz&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Most of the Americas&lt;/strong&gt;: 60Hz&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Japan&lt;/strong&gt;: &lt;em&gt;both&lt;/em&gt;. 🤔&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Yes — within a single country, the wall outlet frequency depends on where in Japan you are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Eastern Japan&lt;/strong&gt; (Tokyo, Sendai, etc.): &lt;strong&gt;50Hz&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Western Japan&lt;/strong&gt; (Osaka, Kyoto, Hiroshima, etc.): &lt;strong&gt;60Hz&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Why?
&lt;/h3&gt;

&lt;p&gt;This goes back to the &lt;strong&gt;Meiji era&lt;/strong&gt; (late 1800s).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;1895&lt;/strong&gt;: Tokyo's electric company imported &lt;strong&gt;German&lt;/strong&gt; (AEG) generators → 50Hz&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Around 1896–1897&lt;/strong&gt;: Osaka's electric company imported &lt;strong&gt;American&lt;/strong&gt; (GE) generators → 60Hz&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Each spread across its region, and the standard never got unified later. The east-west split has been frozen in place for over 125 years.&lt;/p&gt;

&lt;p&gt;The dividing line cuts through Honshu roughly from &lt;strong&gt;Itoigawa&lt;/strong&gt; (Niigata) on the Sea of Japan side to the &lt;strong&gt;Fuji River&lt;/strong&gt; (Shizuoka) on the Pacific side. Crossing that line in either direction requires &lt;strong&gt;specialized frequency converter stations&lt;/strong&gt; to move power between regions. It's a fascinating bit of legacy that still affects power grid economics today.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Brief explainer of "Hz": the unit of frequency, named after Heinrich Hertz. &lt;code&gt;50Hz&lt;/code&gt; = the AC waveform completes 50 full cycles per second.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;
  
  
  Quick Check — 3 Questions
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcnth2dy3fup5lk7jqlp1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fcnth2dy3fup5lk7jqlp1.png" alt="Quick Check (3 questions)" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three questions to test the read. &lt;strong&gt;Pause before peeking.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Q1.&lt;/strong&gt; A current's magnitude changes over time, but its direction stays the same throughout. What is it?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;DC&lt;/li&gt;
&lt;li&gt;AC&lt;/li&gt;
&lt;li&gt;Neither&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Q2.&lt;/strong&gt; The difference between AC and DC is whether the &lt;strong&gt;magnitude&lt;/strong&gt; changes over time.&lt;/p&gt;

&lt;p&gt;True or false?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3.&lt;/strong&gt; What does the AC adapter on your phone charger actually do?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Converts AC into DC&lt;/li&gt;
&lt;li&gt;Converts DC into AC&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;Got your answers?&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check: Answers
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  Click to reveal the answers
  &lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9yjyk2hxr64i3191oac0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9yjyk2hxr64i3191oac0.png" alt="Quick Check: Answers" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Answer&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Q1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1. DC&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;DC is defined by the &lt;em&gt;direction&lt;/em&gt; staying constant. Magnitude can wobble all it wants — as long as the direction never flips (i.e., the signal never crosses zero), it's DC.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;False&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;What separates AC from DC is the &lt;em&gt;direction&lt;/em&gt;, not the magnitude. AC's defining feature is the direction periodically reversing. A signal whose magnitude varies but direction is fixed is still DC.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1. Converts AC into DC&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Wall outlets give you AC. The chips inside phones and laptops run on DC. The AC adapter is the bridge — it does AC → DC conversion (and often also drops the voltage to something the device wants, like 5V or 20V).&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Q1 is the trap question. If you fell for "magnitude changes → AC," that's the misconception this whole episode is built to fix. The direction is the only thing that matters for the AC/DC classification.&lt;/p&gt;



&lt;br&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Section Summary
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Faaz2jt3m7ujo7wj6u8y4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Faaz2jt3m7ujo7wj6u8y4.png" alt="Section Summary" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today's thread, in one sentence: &lt;strong&gt;DC is current whose direction is constant; AC is current whose direction periodically reverses. Everything else follows from that.&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DC waveform: stays on one side of zero (can still wobble)&lt;/li&gt;
&lt;li&gt;AC waveform: crosses zero, swings both ways&lt;/li&gt;
&lt;li&gt;Battery = DC. Wall outlet = AC.&lt;/li&gt;
&lt;li&gt;Your devices' chips run on DC. So the AC adapter converts wall AC → device DC&lt;/li&gt;
&lt;li&gt;Japan is split into 50Hz east and 60Hz west — a legacy of Meiji-era generator imports&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The "AC vs. DC" question was a major commercial battle in the late 19th century — Edison's DC system vs. Westinghouse's AC system, the latter built around Tesla's patents and AC induction motor designs. The "War of the Currents" was settled by &lt;em&gt;transformers&lt;/em&gt;: AC can be stepped up to high voltage for long-distance transmission and stepped back down for use, which DC of that era could not match cheaply. That's why our grid is AC. But virtually every electronic device in your house uses DC internally — so AC-to-DC conversion ends up &lt;em&gt;everywhere&lt;/em&gt;: every charger, every laptop brick, every wall wart.&lt;/p&gt;

&lt;p&gt;Next episode: &lt;strong&gt;units and prefixes&lt;/strong&gt; — what &lt;code&gt;k&lt;/code&gt; (kilo), &lt;code&gt;m&lt;/code&gt; (milli), &lt;code&gt;μ&lt;/code&gt; (micro), and friends mean, and how to read &lt;code&gt;1.5 kΩ&lt;/code&gt;, &lt;code&gt;220 μF&lt;/code&gt;, &lt;code&gt;5 mA&lt;/code&gt; without getting tripped up by the scale. See you in Episode 7.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Voltage and Ground (GND) — Why Voltage Always Needs a Reference, and What '0V' Really Means</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 01:30:47 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/voltage-and-ground-gnd-why-voltage-always-needs-a-reference-and-what-0v-really-means-1ale</link>
      <guid>https://dev.to/buonomakestudio/voltage-and-ground-gnd-why-voltage-always-needs-a-reference-and-what-0v-really-means-1ale</guid>
      <description>&lt;p&gt;If you've ever wondered why &lt;strong&gt;voltage always needs &lt;em&gt;two&lt;/em&gt; points&lt;/strong&gt;, or what GND on a schematic actually means, or whether GND is "the ground" you stand on — this is the episode that clears all of that up.&lt;/p&gt;

&lt;p&gt;In &lt;strong&gt;Episode 5 of the Electric Circuits Textbook&lt;/strong&gt; series, we'll work through what &lt;em&gt;voltage&lt;/em&gt; really is (and how it's different from current), why a single point's potential &lt;strong&gt;can't be stated without a reference&lt;/strong&gt;, and how &lt;strong&gt;ground (GND)&lt;/strong&gt; plays that role in every circuit. We'll also disentangle GND from the &lt;em&gt;earth ground&lt;/em&gt; (a.k.a. "earthing") your wall outlet uses for safety — they're not the same thing.&lt;/p&gt;

&lt;p&gt;If you missed &lt;a href="https://dev.to/buonomakestudio/why-current-and-electrons-flow-in-opposite-directions-conventional-current-explained-1pd6"&gt;Episode 4 (why current and electrons flow in opposite directions)&lt;/a&gt;, that's the previous post. This one stands on its own.&lt;/p&gt;

&lt;h2&gt;
  
  
  Today's Goal
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fq55u1bd50aydafp6845q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fq55u1bd50aydafp6845q.png" alt="What This Chapter Is About" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Five takeaways:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;What voltage is&lt;/strong&gt; — the &lt;em&gt;difference&lt;/em&gt; between two points (not a property of a single point)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Voltage vs. current&lt;/strong&gt; — &lt;em&gt;applied across&lt;/em&gt; vs. &lt;em&gt;flows through&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Why you need a reference&lt;/strong&gt; to state a single point's potential as a number&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What GND is&lt;/strong&gt; — the point you've chosen as &lt;code&gt;0V&lt;/code&gt; for that circuit&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What changes (and what doesn't)&lt;/strong&gt; when you re-pick the reference&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Plus a 3-question quick check, and a critical field note: &lt;strong&gt;GND on a schematic ≠ earth ground on your wall socket&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is "Voltage"?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fut63lfp8uxej7cidnhco.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fut63lfp8uxej7cidnhco.png" alt="What Is Voltage?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Voltage is the &lt;em&gt;difference in electric potential&lt;/em&gt; between two points.&lt;/strong&gt; That's it.&lt;/p&gt;

&lt;p&gt;It's often described with the analogy of "a force pushing electricity" — and that's useful as long as you don't take it literally (it's not a force in the Newtonian sense). Physically, voltage tells you &lt;strong&gt;how much energy each unit of charge can be given as it moves between those two points&lt;/strong&gt;. Episode 1's separation of &lt;em&gt;charge&lt;/em&gt; and &lt;em&gt;energy&lt;/em&gt; shows up again here: voltage is the energy-per-charge that can be released as positive charge moves from the high-potential point to the low-potential point (i.e. in the conventional-current direction from Episode 4).&lt;/p&gt;

&lt;p&gt;The crucial property of voltage:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;You can't measure the voltage &lt;em&gt;at&lt;/em&gt; a point. You can only measure the voltage &lt;em&gt;between&lt;/em&gt; two points.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's not a quirk of the math. It's the definition. Voltage &lt;em&gt;requires&lt;/em&gt; two points.&lt;/p&gt;

&lt;h3&gt;
  
  
  The height analogy
&lt;/h3&gt;

&lt;p&gt;Voltage works exactly like height differences:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Height world&lt;/th&gt;
&lt;th&gt;Electrical world&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;The height of a place&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Potential&lt;/strong&gt; (electrical "height" at a point)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;The height difference between two places&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Voltage&lt;/strong&gt; (potential difference between two points)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;A bigger height difference makes a ball roll faster&lt;/td&gt;
&lt;td&gt;A bigger voltage delivers more energy per unit of charge&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The unit of voltage is the &lt;strong&gt;volt (V)&lt;/strong&gt;. A wall outlet might be around &lt;code&gt;100V&lt;/code&gt; (Japan), &lt;code&gt;120V&lt;/code&gt; (US), or &lt;code&gt;230V&lt;/code&gt; (most of Europe). A standard AA battery is &lt;code&gt;1.5V&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  The Decisive Difference Between Current and Voltage
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs1wsd7c76l4pmxlxgvcc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs1wsd7c76l4pmxlxgvcc.png" alt="The Decisive Difference Between Current and Voltage" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the chapter's biggest point. Two words that &lt;em&gt;sound&lt;/em&gt; similar but mean completely different things.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Current&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Voltage&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;What it is&lt;/td&gt;
&lt;td&gt;The amount of charge crossing a cross-section per second&lt;/td&gt;
&lt;td&gt;The potential &lt;em&gt;difference&lt;/em&gt; between two points&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Unit&lt;/td&gt;
&lt;td&gt;Ampere (A)&lt;/td&gt;
&lt;td&gt;Volt (V)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;How it relates to a part&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;Flows through&lt;/em&gt; the part&lt;/td&gt;
&lt;td&gt;
&lt;em&gt;Is applied across&lt;/em&gt; the part's two ends&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Water analogy&lt;/td&gt;
&lt;td&gt;Water actually moving in the pipe&lt;/td&gt;
&lt;td&gt;Difference in water level between two points&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The cleanest one-liner I've ever heard:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Current flows. Voltage is applied.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's it. Internalize that phrasing and you'll never confuse the two again. The water analogy makes it concrete: water &lt;em&gt;flows&lt;/em&gt; through the pipe (= current), driven by a water-level difference between two reservoirs (= voltage).&lt;/p&gt;
&lt;h2&gt;
  
  
  Without a Reference, a Point's Potential Isn't Defined
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxnk6e3h1jx61m9hrgnfe.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fxnk6e3h1jx61m9hrgnfe.png" alt="Without a Reference, Potential Isn't Determined" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;OK — voltage is a &lt;em&gt;difference&lt;/em&gt; between two points. Easy enough.&lt;/p&gt;

&lt;p&gt;But then there's a follow-up question that trips a lot of people up:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"What's the voltage &lt;strong&gt;at&lt;/strong&gt; this point?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In strict terms, that question is ill-formed. You can only state a voltage &lt;em&gt;between&lt;/em&gt; two points. But practically, we often want to assign a number to a single point — "this pin is at 3.3V" — and we &lt;em&gt;do&lt;/em&gt;. How?&lt;/p&gt;

&lt;p&gt;By picking a reference. We choose one point in the circuit and &lt;em&gt;declare&lt;/em&gt; it to be &lt;code&gt;0V&lt;/code&gt;. Once we've done that, every other point in the circuit has a well-defined potential &lt;strong&gt;relative to that reference&lt;/strong&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A point's potential, measured relative to a chosen reference, is what we just &lt;em&gt;call&lt;/em&gt; "the voltage at that point." It's shorthand for "the difference between that point and the reference."&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;
  
  
  The mountain-height analogy
&lt;/h3&gt;

&lt;p&gt;Heights work the same way. "How tall is the difference between person A and person B?" is well-defined without picking a reference. But "How tall is Mt. Fuji?" depends on what you call zero. In most maps, the reference is &lt;em&gt;mean sea level&lt;/em&gt; — the average height of the ocean surface. &lt;strong&gt;Mt. Fuji is &lt;code&gt;3,776m&lt;/code&gt; above mean sea level.&lt;/strong&gt; Pick a different reference (e.g., the center of the Earth) and the number changes.&lt;/p&gt;

&lt;p&gt;Same idea: &lt;strong&gt;to state a single point's potential as a number, you have to pick a &lt;code&gt;0V&lt;/code&gt; reference&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  Ground (GND) — the &lt;code&gt;0V&lt;/code&gt; Reference Point
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwv4zk6ipxwd4unfkit14.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fwv4zk6ipxwd4unfkit14.png" alt="Ground (GND) = the 0V Reference Point" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Enter today's second main character: &lt;strong&gt;ground&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ground (GND)&lt;/strong&gt; is &lt;em&gt;the point in a circuit that you've chosen to call &lt;code&gt;0V&lt;/code&gt;.&lt;/em&gt; That's the whole definition. It's a convention. It's whatever the designer picks.&lt;/p&gt;

&lt;p&gt;On schematics, you mark this point with a dedicated &lt;strong&gt;ground symbol&lt;/strong&gt; (a few horizontal lines that taper, or an inverted triangle). The symbol means "this is the &lt;code&gt;0V&lt;/code&gt; reference for that circuit or section."&lt;/p&gt;

&lt;p&gt;In the height analogy: ground is the "mean sea level" you chose for this particular circuit. Once you've planted that flag, every other point has a definite electrical "height" — its voltage relative to GND.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The GND &lt;em&gt;node&lt;/em&gt; is real wiring — but its value of &lt;code&gt;0V&lt;/code&gt; is &lt;strong&gt;not an absolute voltage handed to you by nature&lt;/strong&gt;. It's a &lt;strong&gt;choice&lt;/strong&gt; the designer makes. Different circuits choose different points.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The most common choice in DC circuits is &lt;em&gt;the negative terminal of the battery / power source&lt;/em&gt;. That's just convention — there's nothing physically special about it.&lt;/p&gt;
&lt;h2&gt;
  
  
  What Changes (and Doesn't) When You Move the Reference
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fybaarbts3fk45jnntnxq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fybaarbts3fk45jnntnxq.png" alt="Decide the Reference and Read Each Point's Potential" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the cleanest demonstration of the whole "voltage = difference" idea. Take a &lt;strong&gt;1.5V battery&lt;/strong&gt; and try two different reference choices:&lt;/p&gt;
&lt;h3&gt;
  
  
  Choice 1: negative terminal = GND (&lt;code&gt;0V&lt;/code&gt;) — the usual convention
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Negative terminal: &lt;code&gt;0V&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Positive terminal: &lt;code&gt;+1.5V&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Voltage across battery: &lt;code&gt;1.5V&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;
  
  
  Choice 2: positive terminal = GND (&lt;code&gt;0V&lt;/code&gt;) — just to prove the point
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Positive terminal: &lt;code&gt;0V&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Negative terminal: &lt;code&gt;−1.5V&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Voltage across battery: &lt;code&gt;1.5V&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Reference&lt;/th&gt;
&lt;th&gt;Positive terminal&lt;/th&gt;
&lt;th&gt;Negative terminal&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;Voltage across battery (= difference)&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Negative = GND&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;+1.5V&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;0V&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1.5V&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Positive = GND&lt;/td&gt;
&lt;td&gt;0V&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;−1.5V&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1.5V&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Look at the right column. &lt;strong&gt;The voltage across the battery is &lt;code&gt;1.5V&lt;/code&gt; either way.&lt;/strong&gt; What changed is the &lt;em&gt;labels&lt;/em&gt; on each terminal. What didn't change is the &lt;em&gt;difference&lt;/em&gt; between them.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The takeaway&lt;/strong&gt; — when you re-pick the reference, the single-point potentials shift, but every &lt;em&gt;difference&lt;/em&gt; in the circuit stays exactly the same. Voltages between any two points are reference-independent. Potential at a point is reference-dependent.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is why GND being "just a convention" doesn't matter for the physics: nothing the components actually &lt;em&gt;do&lt;/em&gt; depends on which point you labeled &lt;code&gt;0V&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  Field Note: GND ≠ Earth Ground
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjj8y1f2q2wzdyo7pigxv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjj8y1f2q2wzdyo7pigxv.png" alt="Field Note" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's a distinction that catches a lot of beginners — and even some experienced people who never had it pointed out:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;The GND on your schematic is not the same as the earth ground (the dirt under your house) that wall sockets use for safety.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;They have different symbols. They serve different purposes. And confusing them can be dangerous.&lt;/p&gt;
&lt;h3&gt;
  
  
  Two distinct concepts
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Concept&lt;/th&gt;
&lt;th&gt;What it is&lt;/th&gt;
&lt;th&gt;Purpose&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Circuit GND&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A point in &lt;em&gt;your&lt;/em&gt; circuit you've chosen as &lt;code&gt;0V&lt;/code&gt;
&lt;/td&gt;
&lt;td&gt;A &lt;em&gt;reference&lt;/em&gt; for measuring voltages&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Earth ground&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A protective earth conductor bonded to the building's earthing system&lt;/td&gt;
&lt;td&gt;A &lt;em&gt;safety&lt;/em&gt; return path / reference for fault currents&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;A circuit's GND can be &lt;em&gt;floating&lt;/em&gt; — not connected to the physical earth at all. A battery-powered toy is a perfect example: its GND is just "the negative side of the battery," with no path to earth.&lt;/p&gt;
&lt;h3&gt;
  
  
  Why the confusion matters
&lt;/h3&gt;

&lt;p&gt;If a fault inside a powered device causes its metal case to become electrically energized, and you touch the case while standing on the ground, &lt;strong&gt;you could complete the circuit through your body&lt;/strong&gt; — that's an electric shock. Earth grounding is part of a &lt;em&gt;system&lt;/em&gt; that prevents this: it gives fault currents a &lt;strong&gt;low-impedance path back to the source through the protective earth conductor&lt;/strong&gt;, instead of through you. Overcurrent protection (fuses, circuit breakers) trips on that fault current, and &lt;strong&gt;GFCI / RCD devices catch leaks by comparing the outgoing and returning current&lt;/strong&gt; in the live and neutral conductors — if any current is missing (e.g. it's flowing through a person or insulation defect), they shut the circuit down.&lt;/p&gt;

&lt;p&gt;But earth grounding alone isn't a complete safety system — it needs to be paired with proper overcurrent protection and, ideally, residual-current devices, to actually keep you safe. The detailed mechanics are beyond today's scope.&lt;/p&gt;

&lt;p&gt;What you should take away: &lt;strong&gt;circuit GND is about measurement; earth ground is about safety. They're not the same thing, even though they share a name.&lt;/strong&gt; Pros always check both separately.&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check — 3 Questions
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fq9hmods728vlfhnxyohx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fq9hmods728vlfhnxyohx.png" alt="Quick Check (3 questions)" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three questions to lock the ideas in. &lt;strong&gt;Pause before peeking.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Q1.&lt;/strong&gt; Fill in the blank: &lt;em&gt;"What is applied across the two ends of a component is ___."&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Current, or voltage?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q2.&lt;/strong&gt; The GND symbol on a schematic is always physically connected to the actual earth ground.&lt;/p&gt;

&lt;p&gt;True or false?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3.&lt;/strong&gt; You leave the wiring alone but re-pick which point you call &lt;code&gt;0V&lt;/code&gt; (you move the GND reference). What changes?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Each point's &lt;em&gt;potential&lt;/em&gt; (the number assigned to it)&lt;/li&gt;
&lt;li&gt;The &lt;em&gt;voltage&lt;/em&gt; between any two specific points&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;Got your answers?&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check: Answers
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  Click to reveal the answers
  &lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2qcgn9k0rqsv9lr6137i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2qcgn9k0rqsv9lr6137i.png" alt="Quick Check: Answers" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Answer&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Q1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Voltage&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Voltage is &lt;em&gt;applied across&lt;/em&gt; the two ends of a component. Current is what &lt;em&gt;flows through&lt;/em&gt; it. "Applied" vs. "flows" — that's the key.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;False&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;GND on a schematic is just the point chosen as the &lt;code&gt;0V&lt;/code&gt; reference for that circuit. Many circuits' GND has no physical connection to the earth — battery-powered devices are an obvious example. Earth grounding (for safety) is a separate concept.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1. Each point's potential changes&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;When you re-pick the reference, the numbers on individual points change (e.g., what was &lt;code&gt;+1.5V&lt;/code&gt; might now be &lt;code&gt;0V&lt;/code&gt;). But voltage = difference between two specific points, which stays the same no matter where you put the reference.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The Q3 insight is what makes circuit analysis actually work. Every node has a "potential," but those potentials are only meaningful &lt;em&gt;relative to a chosen reference&lt;/em&gt;. Every &lt;em&gt;difference&lt;/em&gt; — every voltage that matters for physics — is reference-independent.&lt;/p&gt;



&lt;br&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Section Summary
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg6akzu5hw89azmt0d38z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fg6akzu5hw89azmt0d38z.png" alt="Section Summary" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today's single thread:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Voltage&lt;/strong&gt; = potential difference between two points (V)&lt;/li&gt;
&lt;li&gt;It's the &lt;em&gt;energy-per-charge&lt;/em&gt; that's available as charge moves between those two points&lt;/li&gt;
&lt;li&gt;Voltage &lt;em&gt;is applied across&lt;/em&gt; a component; current &lt;em&gt;flows through&lt;/em&gt; it. Both, not either&lt;/li&gt;
&lt;li&gt;A point's potential is only well-defined &lt;strong&gt;relative to a reference&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;The reference you pick for the circuit is called &lt;strong&gt;ground (GND)&lt;/strong&gt; — by convention &lt;code&gt;0V&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Moving GND changes each point's potential value but &lt;strong&gt;not the voltage between any two points&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;GND on a schematic ≠ earth ground used for safety. Different concepts, different symbols, different purposes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This reference-frame idea — that some quantities are observer-dependent (potentials) while others are not (potential differences) — runs through all of physics, not just circuits. Once you see it here, you'll spot it again in mechanics (heights), thermodynamics (entropy reference states), and relativity (coordinate transforms).&lt;/p&gt;

&lt;p&gt;Next episode: &lt;strong&gt;DC vs. AC&lt;/strong&gt; — direct current vs. alternating current, the difference between a battery and a wall socket, and why the world's power grid uses one but our electronics mostly want the other. See you in Episode 6.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Why Current and Electrons Flow in Opposite Directions — Conventional Current Explained</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 01:22:15 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/why-current-and-electrons-flow-in-opposite-directions-conventional-current-explained-1pd6</link>
      <guid>https://dev.to/buonomakestudio/why-current-and-electrons-flow-in-opposite-directions-conventional-current-explained-1pd6</guid>
      <description>&lt;p&gt;Here's a fact that confuses most electronics beginners: &lt;strong&gt;in a basic metal-wire DC circuit, the direction "current" flows is the exact opposite of the direction electrons actually move.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Wait — what?&lt;/p&gt;

&lt;p&gt;In &lt;strong&gt;Episode 4 of the Electric Circuits Textbook&lt;/strong&gt; series, we'll untangle this. What is current actually measuring? Why do electrons and current point in opposite directions? And — the question every beginner asks — &lt;em&gt;why don't we just fix it?&lt;/em&gt; The answer involves Benjamin Franklin, an 18th-century convention, and an 1897 discovery that came too late to change anything.&lt;/p&gt;

&lt;p&gt;If you missed &lt;a href="https://dev.to/buonomakestudio/open-vs-short-circuits-two-words-that-tell-you-everything-about-a-circuits-state-pb8"&gt;Episode 3 (open vs. short circuits)&lt;/a&gt;, that's the previous post. This one stands alone, so you can start here.&lt;/p&gt;

&lt;h2&gt;
  
  
  Today's Goal
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpgx1orcyjt7v4p78i3me.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpgx1orcyjt7v4p78i3me.png" alt="What This Chapter Is About" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Four things to take away:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;What "current" actually means&lt;/strong&gt; — the amount of charge crossing a point per second&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What an "electron" is&lt;/strong&gt; — the actual carrier inside a metal&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Why the current direction is opposite to the electron direction&lt;/strong&gt; — it's a historical convention&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Why we keep using the "wrong" direction&lt;/strong&gt; — and why it doesn't break anything&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There's a 3-question quick check at the end.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is "Current"?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo987ztu2ljf98k64sm8c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo987ztu2ljf98k64sm8c.png" alt="What Is Current?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Current is the rate of flow of electric charge — the amount of charge crossing a cross-section of a wire per second.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's the whole definition. Pick a cross-section anywhere along a wire. Watch how much &lt;em&gt;electric charge&lt;/em&gt; passes through that cross-section in one second. That's the current at that point.&lt;/p&gt;

&lt;p&gt;Picture water flowing through a pipe. Open the tap further, and more water passes a given point per second — &lt;em&gt;more flow&lt;/em&gt;. Current works the same way for electric charge.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt; current is the &lt;strong&gt;amount that passes through per second&lt;/strong&gt;, not the &lt;em&gt;speed&lt;/em&gt; of the things passing through. Speed and amount are different. (We saw this in Episode 3 — the electrons themselves drift surprisingly slowly.)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The unit of current is the &lt;strong&gt;ampere (A)&lt;/strong&gt;. For now, just remember the name. The actual numerical relationships come later in the series, when we hit Ohm's law.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Particle That Carries Electricity — the Electron
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fj4aw1spntsy1s579hqtx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fj4aw1spntsy1s579hqtx.png" alt="The Particle That Carries Electricity" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So what actually flows inside that copper wire?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tiny particles called electrons.&lt;/strong&gt; Specifically the &lt;strong&gt;free electrons&lt;/strong&gt; from Episode 2 — the ones that can move around freely inside a metal. They're the carriers. They're what physically moves when current is flowing.&lt;/p&gt;

&lt;p&gt;Important property:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Electrons carry negative electric charge.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Inside a metal, current happens because these free electrons are drifting. And current is just the rate at which their charge crosses a given cross-section.&lt;/p&gt;

&lt;h3&gt;
  
  
  Electron vs. Current — Two Different Concepts
&lt;/h3&gt;

&lt;p&gt;A common beginner trap is to think electron &lt;em&gt;is&lt;/em&gt; current. They're not the same thing.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Electron&lt;/th&gt;
&lt;th&gt;Current&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;What it is&lt;/td&gt;
&lt;td&gt;The particle (the actual carrier)&lt;/td&gt;
&lt;td&gt;The &lt;em&gt;amount&lt;/em&gt; of charge crossing per second&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Analogy&lt;/td&gt;
&lt;td&gt;A box on a conveyor belt&lt;/td&gt;
&lt;td&gt;The number of boxes passing per second&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Carries&lt;/td&gt;
&lt;td&gt;Negative charge&lt;/td&gt;
&lt;td&gt;(it's a measurement, not a particle)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Keeping these two straight is what makes the rest of this episode clean.&lt;/p&gt;
&lt;h2&gt;
  
  
  Electron Direction vs. Current Direction — They're Opposite
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fyy0ao29jmrhx821mvkcc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fyy0ao29jmrhx821mvkcc.png" alt="Electron vs Current Direction Is a Convention" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's the curveball. &lt;strong&gt;In a circuit, the direction electrons move is opposite to the direction current is drawn as flowing.&lt;/strong&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  Electrons in the external circuit
&lt;/h3&gt;

&lt;p&gt;In the wire connecting the two terminals of a battery on the outside (called the &lt;em&gt;external circuit&lt;/em&gt;):&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Electrons flow from the minus (−) terminal to the plus (+) terminal.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's the actual physical motion. Negative charges, leaving the place that has too many of them, drifting toward the place that has too few.&lt;/p&gt;
&lt;h3&gt;
  
  
  Current — by convention
&lt;/h3&gt;

&lt;p&gt;But in the usual battery-and-load picture, every circuit diagram and every Ohm's law calculation uses a &lt;strong&gt;current direction&lt;/strong&gt; that goes:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Current flows from the plus (+) terminal to the minus (−) terminal.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Yes — the &lt;em&gt;opposite&lt;/em&gt; of what the electrons are actually doing.&lt;/p&gt;
&lt;h3&gt;
  
  
  Summary, side by side
&lt;/h3&gt;

&lt;p&gt;In the external circuit of a basic DC battery + resistor loop:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Electrons&lt;/th&gt;
&lt;th&gt;Current&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Direction&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;− → +&lt;/strong&gt; (actual physical motion)&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;+ → −&lt;/strong&gt; (the convention used in calculations)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The actual particles point one way. The arrow on the schematic points the other way. They're literally flipped.&lt;/p&gt;
&lt;h3&gt;
  
  
  Why this still gives correct answers
&lt;/h3&gt;

&lt;p&gt;This seems like it should break everything. It doesn't. Here's why:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Negative charge moving left" and "positive charge moving right" are &lt;strong&gt;the same observable current&lt;/strong&gt;. They're indistinguishable from the outside. So if you build all your equations and arrows around "current = the direction positive charge would move," the math works perfectly — even though the actual particles are negative and going the other way.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It's a bookkeeping choice. As long as everyone uses the same convention consistently, the answers come out right. And everyone in electrical engineering uses the same convention.&lt;/p&gt;

&lt;p&gt;So the rule to remember: &lt;strong&gt;for basic metal-wire circuit calculations, treat current as flowing from + to −.&lt;/strong&gt; The electron picture only really matters once you go into semiconductor physics, electrochemistry, vacuum tubes, or other places where the carrier types and signs become important.&lt;/p&gt;
&lt;h2&gt;
  
  
  Field Note: Why Don't We Just Fix It?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3wykaq3ghesjefd8khq8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F3wykaq3ghesjefd8khq8.png" alt="Field Note: Why It Stays Opposite" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Reasonable question. Here's the history.&lt;/p&gt;
&lt;h3&gt;
  
  
  The convention came first
&lt;/h3&gt;

&lt;p&gt;In the &lt;strong&gt;1700s&lt;/strong&gt;, when scientists like &lt;strong&gt;Benjamin Franklin&lt;/strong&gt; were first studying electricity, they didn't know electrons existed. They observed effects, gave names (Franklin coined the &lt;em&gt;positive&lt;/em&gt; and &lt;em&gt;negative&lt;/em&gt; labels), and guessed which direction the "electric fluid" flowed: from positive to negative.&lt;/p&gt;

&lt;p&gt;Decades of physics — equations, laws, conventions, diagrams — were built on that guess.&lt;/p&gt;
&lt;h3&gt;
  
  
  Then we discovered electrons (and they go the other way)
&lt;/h3&gt;

&lt;p&gt;In &lt;strong&gt;1897&lt;/strong&gt;, &lt;strong&gt;J. J. Thomson&lt;/strong&gt; discovered the electron. And it turned out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The actual moving particles inside metals are &lt;em&gt;negative&lt;/em&gt; electrons&lt;/li&gt;
&lt;li&gt;They move from &lt;code&gt;−&lt;/code&gt; to &lt;code&gt;+&lt;/code&gt; — the &lt;strong&gt;opposite&lt;/strong&gt; direction of "Franklin's flow"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So at this point, the obvious thing would be to flip the convention to match physics, right?&lt;/p&gt;
&lt;h3&gt;
  
  
  Why we didn't flip it
&lt;/h3&gt;

&lt;p&gt;Because flipping wouldn't gain us much, and the cost would be enormous:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The math already works.&lt;/strong&gt; As shown above, "positive charge moving one way" and "negative charge moving the other way" are indistinguishable as current. Every equation built on the old convention gives correct answers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Re-teaching the world is expensive.&lt;/strong&gt; Every textbook, every diagram, every datasheet, every diode and transistor symbol (arrows point in &lt;em&gt;conventional&lt;/em&gt; current direction!), every habit of every engineer would have to flip.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;There's no payoff.&lt;/strong&gt; Flipping wouldn't make calculations easier, wouldn't reveal new physics, wouldn't fix any practical problem.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So we kept the convention. We just teach the asterisk: &lt;em&gt;conventional current&lt;/em&gt; flows + to −, &lt;em&gt;actual electrons&lt;/em&gt; flow − to +.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Once you know this, you'll spot it everywhere. The arrow on a diode symbol? Conventional current direction. The arrow on a transistor's emitter? Same. Almost every directional arrow in electronics is conventional, not electronic.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;
  
  
  Quick Check — 3 Questions
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo0ziw325dh6zy3y5evyo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fo0ziw325dh6zy3y5evyo.png" alt="Quick Check (3 questions)" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three questions, harder than they look. &lt;strong&gt;Pause before peeking.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Q1.&lt;/strong&gt; Current is the &lt;em&gt;speed&lt;/em&gt; at which electrons travel through a wire.&lt;/p&gt;

&lt;p&gt;True or false?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q2.&lt;/strong&gt; Two wires, A and B. In the same 1 second, wire A sees 6 electrons cross a given cross-section, while wire B sees 3 electrons cross. Which has the larger current?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3.&lt;/strong&gt; Electrons move from &lt;code&gt;−&lt;/code&gt; to &lt;code&gt;+&lt;/code&gt;. So is it correct to say the current direction we use in circuit calculations is from &lt;code&gt;+&lt;/code&gt; to &lt;code&gt;−&lt;/code&gt;?&lt;/p&gt;

&lt;p&gt;Correct or incorrect?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Got your answers?&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check: Answers
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  Click to reveal the answers
  &lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzdm4dfpfpvqj6phkbyc1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzdm4dfpfpvqj6phkbyc1.png" alt="Quick Check: Answers" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Answer&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Q1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;False&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Current is the &lt;em&gt;amount&lt;/em&gt; of charge crossing per second, not the speed of the carriers. Confusingly, electrons drift very slowly (Episode 3) while still producing large currents.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Wire A&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;More charges crossing per second means more current. Wire A has twice as many electrons crossing per second, so its current is twice B's (assuming the per-electron charge is the same).&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Correct&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Conventional current is defined as the direction positive charge would flow — which is &lt;code&gt;+&lt;/code&gt; to &lt;code&gt;−&lt;/code&gt; in the external circuit. It's opposite to the actual electron motion, but that's the convention everyone uses.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;If Q1 caught you, you're not alone — it's the single most common beginner trap on this topic. Most people instinctively equate "more current" with "faster moving electrons," but current is really about &lt;em&gt;how much charge crosses per second&lt;/em&gt;, which depends on both how many carriers there are and how fast they're going. (For a typical metal, the speed barely changes; the number of carriers does the work.)&lt;/p&gt;



&lt;br&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Section Summary
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjvehoep7043rggjvv4xr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjvehoep7043rggjvv4xr.png" alt="Section Summary" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today's thread:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Current&lt;/strong&gt; = amount of electric charge crossing a cross-section per second. Unit: ampere (A)&lt;/li&gt;
&lt;li&gt;The carriers inside a metal are &lt;strong&gt;free electrons&lt;/strong&gt;, with negative charge&lt;/li&gt;
&lt;li&gt;In the external circuit, electrons drift from &lt;strong&gt;− to +&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;But &lt;strong&gt;conventional current&lt;/strong&gt;, used in every equation and schematic, is defined the other way: &lt;strong&gt;+ to −&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;This is a &lt;em&gt;convention&lt;/em&gt; that predates the discovery of the electron. The math works perfectly as long as everyone uses it consistently&lt;/li&gt;
&lt;li&gt;So: use &lt;code&gt;+ → −&lt;/code&gt; for circuits. Remember &lt;code&gt;− → +&lt;/code&gt; is the actual electron motion, for when physics asks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This convention is a quirk you'll meet again and again as you go deeper into electronics — every diode symbol, every transistor arrow, every datasheet plot. Knowing why it's "backwards" makes all of those instantly less confusing.&lt;/p&gt;

&lt;p&gt;Next episode: &lt;strong&gt;voltage and the GND (ground) reference.&lt;/strong&gt; Voltage is one of the most-used words in electronics and one of the most misunderstood. We'll figure out why voltage always needs a &lt;em&gt;reference&lt;/em&gt;, what &lt;code&gt;0V&lt;/code&gt; actually means, and why "GND" became the universal zero. See you in Episode 5.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Open vs. Short Circuits — Two Words That Tell You Everything About a Circuit's State</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 01:13:43 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/open-vs-short-circuits-two-words-that-tell-you-everything-about-a-circuits-state-pb8</link>
      <guid>https://dev.to/buonomakestudio/open-vs-short-circuits-two-words-that-tell-you-everything-about-a-circuits-state-pb8</guid>
      <description>&lt;p&gt;"That circuit got &lt;em&gt;shorted&lt;/em&gt;." "There's an &lt;em&gt;open&lt;/em&gt; somewhere in the line." You've probably heard both. But what's actually happening physically? And how do you spot each one when you're staring at a schematic?&lt;/p&gt;

&lt;p&gt;In &lt;strong&gt;Episode 3 of the Electric Circuits Textbook&lt;/strong&gt; series, we'll nail down two of the most loaded words in circuit reading: &lt;strong&gt;open&lt;/strong&gt; and &lt;strong&gt;short&lt;/strong&gt;. They're not as scary as they sound — they boil down to &lt;em&gt;one&lt;/em&gt; idea, applied in opposite ways. Once you see it, every schematic gets easier to debug.&lt;/p&gt;

&lt;p&gt;If you missed &lt;a href="https://dev.to/buonomakestudio/conductors-insulators-and-resistors-why-free-electrons-decide-everything-and-how-a-resistor-3bg8"&gt;Episode 2 (conductors, insulators, and resistors)&lt;/a&gt;, that's the previous post. This one stands on its own, so you can start here. No math today.&lt;/p&gt;

&lt;h2&gt;
  
  
  Today's Goal
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F21a4rwj386fjuo4ao01f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F21a4rwj386fjuo4ao01f.png" alt="What This Chapter Is About" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Five things to take away:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;What a switch really does&lt;/strong&gt; — just connects or breaks the path. Nothing more.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What an "open" circuit is&lt;/strong&gt; — the path is broken. Infinite resistance, zero current.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What a "short" circuit is&lt;/strong&gt; — a low-resistance bypass. Over-large current.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Why shorts are dangerous&lt;/strong&gt; — heat, fire, and how fuses save you&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The 2-step trick&lt;/strong&gt; for spotting either one on a schematic at a glance&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There's a 3-question quick check at the end, plus a bonus on why electrons are surprisingly slow (slower than a snail) but light bulbs still turn on instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Role of a Switch — Just Connect or Break
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fy5bjhh0ysjeuxlftw95u.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fy5bjhh0ysjeuxlftw95u.png" alt="The Role of a Switch" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's start with the most familiar part: the &lt;strong&gt;switch&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A switch is &lt;em&gt;just&lt;/em&gt; a part that &lt;strong&gt;connects or breaks the path of a circuit&lt;/strong&gt;. It doesn't create the electricity. It doesn't destroy the electricity. It opens and closes a passage. That's the whole job.&lt;/p&gt;

&lt;p&gt;Think of a &lt;strong&gt;drawbridge&lt;/strong&gt; over a moat. Bridge down? People can cross. Bridge up? They can't. A switch is the drawbridge of the circuit: flipped on, current can flow; flipped off, the loop is broken and current stops.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;A confusing language note.&lt;/strong&gt; A regular door says "open = you can pass through." But in circuit talk, an &lt;strong&gt;open circuit&lt;/strong&gt; means &lt;strong&gt;broken — nothing passes&lt;/strong&gt;. The word "open" here means "the loop is opened up / broken." It's worth getting that mismatch out of the way now, because we'll meet it again in two minutes.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;These two states — connect / break — are the foundation of everything that follows.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is an Open Circuit?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjciorj2espn4xrh1uhr8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjciorj2espn4xrh1uhr8.png" alt="What Is an Open Circuit?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An open circuit is a state where the path is broken somewhere, so no current flows.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A switch in the &lt;em&gt;off&lt;/em&gt; position is the canonical open. So is a snapped wire ("broken trace"). So is a component that fell off, or a connector that wasn't plugged in all the way. Anywhere the metal-to-metal connection is missing, you have an open.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Think of a road with a chunk missing. The car can't drive through the gap. The road isn't broken in any spiritual sense — it just has a hole, and that hole is fatal to anyone trying to cross it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The resistance across that gap is treated as &lt;strong&gt;infinite&lt;/strong&gt;. Why? Because there is no conducting path between the two sides under normal conditions — no continuous metal, no continuous wire, nothing for current to follow.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;strong&gt;The Open trifecta&lt;/strong&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Path&lt;/td&gt;
&lt;td&gt;Broken / not connected&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Resistance&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Infinite&lt;/strong&gt; (∞)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Current&lt;/td&gt;
&lt;td&gt;
&lt;strong&gt;Zero&lt;/strong&gt; (0 A)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;These three are the same fact written three different ways. Lock them together.&lt;/p&gt;
&lt;h2&gt;
  
  
  What Is a Short Circuit?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Funnj1ev19uxar9hh7cjj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Funnj1ev19uxar9hh7cjj.png" alt="What Is a Short Circuit?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A short circuit is &lt;strong&gt;the exact opposite of an open&lt;/strong&gt;. Hold that thought — it's the cleanest way to get both definitions to stick.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A short circuit is a state where a near-zero-resistance shortcut forms across a place that wasn't supposed to be there&lt;/strong&gt;, and &lt;em&gt;over-large&lt;/em&gt; current rushes through it.&lt;/p&gt;

&lt;p&gt;Picture this: the current was supposed to take the long road — through the load (a resistor, a motor, a microcontroller, whatever). Then suddenly someone bulldozes a brand-new highway &lt;em&gt;around&lt;/em&gt; the load, with no toll booth. The current takes the easy road. Massively.&lt;/p&gt;

&lt;p&gt;The textbook example: the rubber sheath on a power cord wears through, and the two copper conductors inside come into direct contact. Boom — a low-resistance bypass appears, and you have a short.&lt;/p&gt;
&lt;h3&gt;
  
  
  Open vs. Short, side by side
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Open&lt;/th&gt;
&lt;th&gt;Short&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;What it is&lt;/td&gt;
&lt;td&gt;Path broken&lt;/td&gt;
&lt;td&gt;A bypass around the load with near-zero resistance&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Resistance&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Infinite&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Near-zero&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Current&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Zero&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Over-large&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;In this basic single-loop model, the two are &lt;strong&gt;useful opposites&lt;/strong&gt; — flipped in both resistance and current. That symmetry is the key to telling them apart at a glance.&lt;/p&gt;
&lt;h2&gt;
  
  
  Why Is a Short Dangerous?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjgvcw8iray095ialbtck.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjgvcw8iray095ialbtck.png" alt="Why Is a Short Dangerous?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A short has near-zero resistance, which makes the current &lt;strong&gt;huge&lt;/strong&gt;. Big current means &lt;strong&gt;heat&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wires and components heat up&lt;/li&gt;
&lt;li&gt;Insulation can melt&lt;/li&gt;
&lt;li&gt;Parts burn out&lt;/li&gt;
&lt;li&gt;In bad cases — &lt;strong&gt;fire&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Even something as small as touching the &lt;code&gt;+&lt;/code&gt; and &lt;code&gt;–&lt;/code&gt; of a battery with a paperclip is a short. The battery gets hot fast.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;One technical caveat.&lt;/strong&gt; "Zero resistance" is the cleanest way to put it, but it's the &lt;em&gt;idealization&lt;/em&gt;. In reality the battery itself, the wires, and the contacts all have a little resistance, so the current doesn't become &lt;em&gt;literally infinite&lt;/em&gt; — it's limited to &lt;em&gt;some&lt;/em&gt; enormous value. Which is still plenty enough to start a fire.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3&gt;
  
  
  Fuses: The Deliberate Open
&lt;/h3&gt;

&lt;p&gt;Here's the elegant part. The way most circuits protect themselves against shorts is by &lt;strong&gt;making an open&lt;/strong&gt; on purpose, exactly where it's needed.&lt;/p&gt;

&lt;p&gt;A &lt;strong&gt;fuse&lt;/strong&gt; is a thin piece of metal that's designed to &lt;strong&gt;melt and break when too much current flows through it&lt;/strong&gt;. Once it melts, the path is severed — that spot is now an open circuit. Current stops, and the chance of overheating or fire downstream is greatly reduced.&lt;/p&gt;

&lt;p&gt;A blown fuse isn't a &lt;em&gt;broken&lt;/em&gt; fuse. It's a fuse that &lt;strong&gt;did its job.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A fuse uses &lt;em&gt;the first half of today's lesson&lt;/em&gt; (the open) to protect against &lt;em&gt;the second half&lt;/em&gt; (the short). That's the kind of inversion that makes circuit theory satisfying once you see it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;(With the caveat that protection only works if the fuse/breaker is correctly rated and installed in the first place. Don't bypass them.)&lt;/p&gt;
&lt;h2&gt;
  
  
  Spotting Either One on a Schematic — 2 Steps
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzf2iu7vqlasf3kxzl3he.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzf2iu7vqlasf3kxzl3he.png" alt="Telling Them Apart on a Schematic: 2 Steps" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So when you're looking at a real schematic and want to find an open or a short, here's the recipe.&lt;/p&gt;
&lt;h3&gt;
  
  
  Step 1: Look for an Open
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Trace the loop with your finger&lt;/strong&gt; — source → load → back to source. Is there &lt;em&gt;anywhere&lt;/em&gt; the path is broken? A switch that's off, a missing component, a wire that disappears into nowhere? If yes, that's an &lt;strong&gt;open&lt;/strong&gt;, and no current flows through that loop.&lt;/p&gt;
&lt;h3&gt;
  
  
  Step 2: Look for a Short
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Look for a bypass path.&lt;/strong&gt; Is there a wire (or low-resistance connection) that &lt;strong&gt;skips around a load&lt;/strong&gt;, or directly connects the two terminals of the source? Either pattern — bypassing a load, or connecting + and – directly — is a &lt;strong&gt;short&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That's the whole method. Two reads of the same diagram, with two different questions. Open is about &lt;em&gt;missing&lt;/em&gt; connections. Short is about &lt;em&gt;extra&lt;/em&gt; connections.&lt;/p&gt;
&lt;h2&gt;
  
  
  Field Note: Electrons Are Slower Than a Snail
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54o4ojh8pajaonzawtg4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F54o4ojh8pajaonzawtg4.png" alt="Field Note" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Flip a switch and the bulb lights up &lt;em&gt;instantly&lt;/em&gt;. So electricity must be moving through the wire at light speed, right?&lt;/p&gt;

&lt;p&gt;Actually — &lt;strong&gt;the electrons in a copper wire move astonishingly slowly.&lt;/strong&gt; The average drift velocity for a typical current is less than a millimeter per second. &lt;strong&gt;Slower than a snail.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So how does the bulb light up the moment you flip the switch?&lt;/p&gt;

&lt;p&gt;Because &lt;strong&gt;what's moving fast isn't the electrons. It's the electromagnetic signal that tells them to start drifting.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Think of &lt;a href="https://en.wikipedia.org/wiki/Newton%27s_cradle" rel="noopener noreferrer"&gt;Newton's cradle&lt;/a&gt;. When you let the end ball drop into the others, the ball at the far end &lt;em&gt;immediately&lt;/em&gt; pops out. The energy traveled across the row almost instantly, even though no single ball moved very far. The same thing is happening inside a wire: the electrons themselves drift slowly, but the &lt;em&gt;signal pushing them&lt;/em&gt; propagates through the whole circuit at a large fraction of the speed of light, depending on the wiring and the surrounding insulator.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"Electricity travels like Newton's cradle." Once you see this, a lot of weird electrical phenomena suddenly make sense.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2&gt;
  
  
  Quick Check — 3 Questions
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkm7s0eoegbmewe6ix1ut.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fkm7s0eoegbmewe6ix1ut.png" alt="Quick Check (3 questions)" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three questions to test the read. &lt;strong&gt;Pause before peeking.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Q1.&lt;/strong&gt; A "short circuit" means the circuit has failed and current stops flowing.&lt;/p&gt;

&lt;p&gt;True or false?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q2.&lt;/strong&gt; Two schematics: ① has a wire that's broken partway. ② has a wire that bypasses the bulb (the current never reaches the bulb). Which one has &lt;strong&gt;no current flowing in the loop&lt;/strong&gt; — ①, ②, or both?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3.&lt;/strong&gt; A fuse in your house has blown. Which best describes what happened?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The fuse broke (defective part)&lt;/li&gt;
&lt;li&gt;The fuse broke on purpose to protect the circuit&lt;/li&gt;
&lt;li&gt;The short got automatically fixed&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;Got them?&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check: Answers
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  Click to reveal the answers
  &lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvn29uk88plamcmwpra98.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvn29uk88plamcmwpra98.png" alt="Quick Check: Answers" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Answer&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Q1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;False&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;The wrong half is "current stops flowing." In a short, an over-large current flows. &lt;em&gt;Open&lt;/em&gt; is the one where current stops. They're the opposites of each other.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;① (the broken wire)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;No current flows when the path is broken — that's the &lt;strong&gt;open&lt;/strong&gt;. The short (②) has &lt;em&gt;more&lt;/em&gt; current than normal, not less.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;2. It broke on purpose to protect the circuit&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A fuse is designed to melt and break when the current gets dangerous. By breaking, it creates an open and shuts the dangerous current down. A blown fuse did its job.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Q1 catches a lot of people. The phrase "short circuit" sounds like "circuit is broken / not working," but the physics is the opposite: &lt;em&gt;too much&lt;/em&gt; current, not too little. If you got Q1 right on the first try, you've actually understood the distinction at a real level.&lt;/p&gt;



&lt;br&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Section Summary
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0gszxuy7bdxg1ny17h1g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0gszxuy7bdxg1ny17h1g.png" alt="Section Summary" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today, the single thread:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A circuit needs a complete loop for current to flow&lt;/li&gt;
&lt;li&gt;Break the loop anywhere → &lt;strong&gt;open&lt;/strong&gt; circuit. Infinite resistance, zero current&lt;/li&gt;
&lt;li&gt;Add a near-zero-resistance bypass → &lt;strong&gt;short&lt;/strong&gt; circuit. Tiny resistance, over-large current&lt;/li&gt;
&lt;li&gt;Open and short are &lt;strong&gt;opposites in both resistance and current&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;switch&lt;/strong&gt; deliberately creates an open or a closed loop&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;fuse&lt;/strong&gt; uses the open's properties &lt;em&gt;on purpose&lt;/em&gt; to defend against shorts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole episode collapses to &lt;strong&gt;"is the loop connected, or is it broken?"&lt;/strong&gt; Switches and fuses are both just controlled instances of that single question.&lt;/p&gt;

&lt;p&gt;This is the foundation for spotting trouble on a schematic. Whether you're debugging a hobby circuit, learning electronics, or just wondering why your living room breaker tripped — open and short are the first two things to check.&lt;/p&gt;

&lt;p&gt;Next episode: &lt;strong&gt;current direction vs. electron direction&lt;/strong&gt; — and why the two are drawn going opposite ways on every schematic in the world. The short answer involves Benjamin Franklin and a 200-year-old guess. See you in Episode 4.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Conductors, Insulators, and Resistors — Why Free Electrons Decide Everything, and How a Resistor Saves Your LED</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 01:04:26 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/conductors-insulators-and-resistors-why-free-electrons-decide-everything-and-how-a-resistor-3bg8</link>
      <guid>https://dev.to/buonomakestudio/conductors-insulators-and-resistors-why-free-electrons-decide-everything-and-how-a-resistor-3bg8</guid>
      <description>&lt;p&gt;A power cord has copper wire on the inside and rubber on the outside. They're both just &lt;em&gt;stuff&lt;/em&gt; — but one carries current beautifully and the other refuses to. &lt;strong&gt;Why?&lt;/strong&gt; "Because copper is metal" is a description, not an explanation.&lt;/p&gt;

&lt;p&gt;In this &lt;strong&gt;Episode 2 of the Electric Circuits Textbook&lt;/strong&gt; series, we'll unpack the real answer (it's about &lt;strong&gt;free electrons&lt;/strong&gt;), explain what people actually mean by &lt;strong&gt;resistance&lt;/strong&gt;, and look at why a tiny part called a &lt;strong&gt;resistor&lt;/strong&gt; is the thing standing between your LED and the smoke that comes out of it.&lt;/p&gt;

&lt;p&gt;If you haven't seen &lt;a href="https://dev.to/buonomakestudio/electric-circuits-and-schematic-symbols-how-to-read-a-circuit-diagram-as-a-loop-2f7e"&gt;Episode 1 (circuits and schematic symbols)&lt;/a&gt;, that's the previous post — but this article stands on its own, so you can start here. No hard math today.&lt;/p&gt;

&lt;h2&gt;
  
  
  Today's Goal
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe8sxf1agyjm5rbflmcvi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fe8sxf1agyjm5rbflmcvi.png" alt="Today's Goal" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three things to take away:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;What separates conductors from insulators&lt;/strong&gt; — and it's not "hardness" or "is it a metal"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What "resistance" actually means&lt;/strong&gt; — how hard it is for current to flow&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What a resistor does in a real circuit&lt;/strong&gt; — including why every LED beginner needs one&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There's a 3-question quick check at the end. A bonus: how to read a resistor's value from its colored bands (the &lt;strong&gt;color code&lt;/strong&gt;).&lt;/p&gt;

&lt;h2&gt;
  
  
  What Conducts and What Doesn't
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgz90tm4rpnl2h19nxdik.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgz90tm4rpnl2h19nxdik.png" alt="What Conducts and What Doesn't" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Look around. Some things conduct electricity well; others barely conduct at all.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Conductors&lt;/strong&gt; — substances that carry electricity easily. Copper, aluminum, iron — most metals.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Insulators&lt;/strong&gt; — substances that barely carry electricity. Rubber, glass, most plastics.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So &lt;strong&gt;where does the difference actually come from?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The key is the number of &lt;strong&gt;free electrons&lt;/strong&gt; — electrons that can move freely inside the material.&lt;/p&gt;

&lt;p&gt;Picture an open plaza with people running around. In a metal, there are &lt;em&gt;huge&lt;/em&gt; numbers of these free-moving electrons, so a crowd can stream across the plaza easily. Push on one side and the motion ripples across instantly. That's a conductor.&lt;/p&gt;

&lt;p&gt;In rubber, the electrons are bound tightly to their atoms. They're locked in place. So no matter how hard you push, almost nothing flows under normal conditions. That's an insulator.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The conductivity gap between a typical conductor and a typical insulator is &lt;strong&gt;over twenty orders of magnitude&lt;/strong&gt; wide. That's not "a bit different" — that's a different universe.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A power cord is a tidy illustration of both at once: copper wire on the inside (conductor) carries the current; rubber or PVC sheath on the outside (insulator) keeps the current from leaking out. &lt;strong&gt;One cable, two jobs.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  A Quick Heads-Up: Semiconductors Exist
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjon6jow7bvp4o54k4161.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fjon6jow7bvp4o54k4161.png" alt="There Are In-Between Materials Too" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I want to plant one name in your head before we move on.&lt;/p&gt;

&lt;p&gt;We just framed materials as either "conduct well" or "barely conduct" — but there's a middle category too. &lt;strong&gt;Semiconductors&lt;/strong&gt; sit somewhere between conductors and insulators in how easily they pass current. The brains of every phone, every laptop, every microcontroller are made from these.&lt;/p&gt;

&lt;p&gt;Why semiconductors matter, what makes them so special — that's a major topic later in this series, in &lt;strong&gt;Part 2: Electronic Circuits&lt;/strong&gt;. For today, just file the name away: &lt;em&gt;there's an in-between class of material called a semiconductor.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is "Resistance"?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4z909fo5ww1yczy9xv31.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F4z909fo5ww1yczy9xv31.png" alt="What Is Resistance?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Resistance is just "how hard it is for current to flow."&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hard to flow → large resistance&lt;/li&gt;
&lt;li&gt;Easy to flow → small resistance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Picture a garden hose. A thick hose lets water gush through. A narrow hose chokes the water down to a trickle. That "harder to push fluid through" feeling is what resistance is, electrically.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;One caveat that beats a misconception.&lt;/strong&gt; A conductor doesn't have &lt;em&gt;zero&lt;/em&gt; resistance — even copper has a tiny amount. Likewise, an insulator isn't &lt;em&gt;infinite&lt;/em&gt; resistance — its leakage current is astronomically small, but not literally zero. There's no perfect conductor and no perfect insulator. Every substance sits somewhere on a &lt;em&gt;spectrum&lt;/em&gt; of "how hard is it for current to flow through me?"&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is one of the most useful mental switches in beginner circuit theory: &lt;strong&gt;don't think "conducts vs. doesn't conduct." Think "how easily does it conduct?"&lt;/strong&gt; Conductors and insulators are just the two extremes of that spectrum.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Resistor — A Part That Controls Current
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpflun2w83e75jb2frsup.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fpflun2w83e75jb2frsup.png" alt="A Resistor Controls the Amount of Current" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now to today's main character: the &lt;strong&gt;resistor&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A resistor is "hardness-to-flow" deliberately turned into a single, packaged part. You buy one from a parts store, drop it into your circuit, and it will &lt;em&gt;limit and adjust the current&lt;/em&gt; — for a given source voltage and the rest of the loop, the resistor's value sets how much current actually flows.&lt;/p&gt;

&lt;p&gt;Think of a faucet. Turn the handle and the water slows; turn it the other way and the water surges. A resistor is a faucet for current — except you don't turn it; you choose the size of resistor at design time, and the current in that part of the circuit settles accordingly.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why You Need One: the LED Story
&lt;/h3&gt;

&lt;p&gt;The cleanest example of "why a resistor matters" is the &lt;strong&gt;LED&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;An LED has a property where, above a certain voltage, the current shoots up dramatically (the &lt;em&gt;why&lt;/em&gt; behind that comes back when we cover semiconductors in Part 2). So if you connect an LED &lt;strong&gt;directly to a low-impedance voltage source&lt;/strong&gt;, current floods through it and &lt;strong&gt;the LED burns out in milliseconds.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The fix is simple: put a resistor &lt;strong&gt;in series&lt;/strong&gt; with the LED. The resistor limits current in that loop, so only a safe amount reaches the LED — and the LED happily lights up instead of self-destructing.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A resistor isn't a "thing that weakens electricity." It's a &lt;strong&gt;thing that decides the current's amount, on purpose.&lt;/strong&gt; That's a very different framing.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Field Note: The Resistor Color Code
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs58riztnpec3wq7swqav.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs58riztnpec3wq7swqav.png" alt="Field Note: The Resistor Color Code" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A real resistor is tiny. There's no room to print a number like &lt;code&gt;27000 Ω ±5%&lt;/code&gt; on the side. So someone invented a code: &lt;strong&gt;colored bands&lt;/strong&gt;, read in a fixed order.&lt;/p&gt;

&lt;p&gt;In the common &lt;strong&gt;4-band&lt;/strong&gt; type, the bands mean:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Band&lt;/th&gt;
&lt;th&gt;What it encodes&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1st&lt;/td&gt;
&lt;td&gt;The first digit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2nd&lt;/td&gt;
&lt;td&gt;The second digit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3rd&lt;/td&gt;
&lt;td&gt;The number of zeros (i.e., the multiplier, ×10^n)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;4th&lt;/td&gt;
&lt;td&gt;The tolerance (e.g., gold = ±5%, silver = ±10%)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;And the color-to-digit mapping is fixed worldwide:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Color&lt;/th&gt;
&lt;th&gt;Digit&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Black&lt;/td&gt;
&lt;td&gt;0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Brown&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Red&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Orange&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Yellow&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Green&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Blue&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Violet&lt;/td&gt;
&lt;td&gt;7&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gray&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;White&lt;/td&gt;
&lt;td&gt;9&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;So &lt;strong&gt;"brown, black, red, gold"&lt;/strong&gt; decodes as: &lt;code&gt;1, 0&lt;/code&gt; → &lt;code&gt;10&lt;/code&gt;, then "add 2 zeros" → &lt;code&gt;1,000 Ω = 1 kΩ&lt;/code&gt;, ±5%.&lt;/p&gt;

&lt;p&gt;You'll see this code on many through-hole resistors. Once you train your eyes — maybe 20 resistors of practice — you read the values like text.&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check — 3 Questions
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5cpfte4xfhkuvvkzfl8f.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5cpfte4xfhkuvvkzfl8f.png" alt="Quick Check (3 questions)" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three questions to lock the ideas in. &lt;strong&gt;Pause before peeking at the answers.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Q1.&lt;/strong&gt; Why does a metal conduct electricity well?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Because it's hard&lt;/li&gt;
&lt;li&gt;Because it has many electrons that can move freely inside&lt;/li&gt;
&lt;li&gt;Because it's a metal&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Q2.&lt;/strong&gt; An insulator like rubber conducts no electricity at all — the flow is exactly zero.&lt;/p&gt;

&lt;p&gt;True or false?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3.&lt;/strong&gt; A resistor has bands &lt;strong&gt;red, violet, orange, gold&lt;/strong&gt;. What's its value? (All choices ±5%.)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;27 kΩ&lt;/li&gt;
&lt;li&gt;22 kΩ&lt;/li&gt;
&lt;li&gt;47 kΩ&lt;/li&gt;
&lt;li&gt;2.7 kΩ&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;Got your answers?&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check: Answers
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  Click to reveal the answers
  &lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0kt0u1zh1ueznxgq8ilt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0kt0u1zh1ueznxgq8ilt.png" alt="Quick Check: Answers" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Answer&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Q1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;2. Because of free-moving electrons&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Conducting isn't about hardness or about being a metal. &lt;em&gt;Metals happen to have many free electrons&lt;/em&gt;, which is why they conduct. The free electrons are the cause; "metal" is just correlated.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;False&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;An insulator isn't perfectly zero either. It's astronomically resistive, so the current is tiny — but not literally zero.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1. 27 kΩ ±5%&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Red = 2, violet = 7 → &lt;code&gt;27&lt;/code&gt;. Orange = "3 zeros" → ×1000. So &lt;code&gt;27 × 1000 = 27,000 Ω = 27 kΩ&lt;/code&gt;. Gold = ±5%.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Common misreads for Q3:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;22 kΩ&lt;/strong&gt; — reading violet as red&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;47 kΩ&lt;/strong&gt; — reading the first red as yellow&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;2.7 kΩ&lt;/strong&gt; — reading orange as red (×100 instead of ×1000)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read each color &lt;em&gt;individually&lt;/em&gt;. Don't pattern-match the whole strip at once.&lt;/p&gt;

&lt;p&gt;How did you do? If Q1 felt obvious, that's a good sign — the "free electrons" frame is going to keep paying off as the series goes on.&lt;/p&gt;



&lt;br&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Section Summary
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1fy7f66hilnby0phx4ql.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1fy7f66hilnby0phx4ql.png" alt="Section Summary" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today's story collapses into a single thread:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For everyday solids like metals, rubber, and glass, whether something conducts electricity is largely explained by its &lt;strong&gt;number of free electrons&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Metals (lots of free electrons) are &lt;strong&gt;conductors&lt;/strong&gt;; rubber and glass (few) are &lt;strong&gt;insulators&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;"How hard it is for current to flow through a material" is what we call &lt;strong&gt;resistance&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;resistor&lt;/strong&gt; is that hardness-to-flow turned into a part — used to &lt;strong&gt;set the current&lt;/strong&gt; in a circuit on purpose&lt;/li&gt;
&lt;li&gt;That's exactly why an LED, which would otherwise burn out, lights up safely when you put a resistor in series with it&lt;/li&gt;
&lt;li&gt;And those resistors are labeled by &lt;strong&gt;color bands&lt;/strong&gt; instead of printed numbers — the color code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The throughline: &lt;strong&gt;a material's electronic property at the atomic level (free electrons) is directly connected to a part's function in a real circuit (current control).&lt;/strong&gt; Material → resistance → resistor → working LED. That continuity is what makes circuit theory beautiful once you see it.&lt;/p&gt;

&lt;p&gt;Next time we look at one more piece of circuit-reading vocabulary: &lt;strong&gt;open and short circuits.&lt;/strong&gt; What does "open" really mean, what does "shorted" really mean, and how do you spot each one on a schematic at a glance? See you in Episode 3.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Electric Circuits and Schematic Symbols — How to Read a Circuit Diagram as a Loop</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 18 Jun 2026 00:32:50 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/electric-circuits-and-schematic-symbols-how-to-read-a-circuit-diagram-as-a-loop-2f7e</link>
      <guid>https://dev.to/buonomakestudio/electric-circuits-and-schematic-symbols-how-to-read-a-circuit-diagram-as-a-loop-2f7e</guid>
      <description>&lt;p&gt;If you've ever stared at a circuit diagram and felt like a tangle of lines was just refusing to mean anything, this article is for you.&lt;/p&gt;

&lt;p&gt;In this Episode 1 of the &lt;strong&gt;Electric Circuits Textbook&lt;/strong&gt; series, we'll unlock what a "circuit" really is, and how to read a schematic. Both rest on one big idea — &lt;strong&gt;a circuit is a loop&lt;/strong&gt; — plus four basic symbols. Get those, and circuit diagrams start looking like a map you can trace with your finger.&lt;/p&gt;

&lt;p&gt;If you haven't read &lt;a href="https://dev.to/buonomakestudio/electric-circuits-textbook-0-series-overview-learn-circuits-from-zero-for-beginners-4i18"&gt;Episode 0 — the series roadmap&lt;/a&gt;, that's the orientation; this article is where the actual material starts. No hard math today, no prerequisites. Just careful reading.&lt;/p&gt;

&lt;h2&gt;
  
  
  Today's Goal
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ujqy4scpcn8xdkwz53c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9ujqy4scpcn8xdkwz53c.png" alt="Today's Goal" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Three things to take away from this article:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;What an electric circuit is&lt;/strong&gt; — read as a one-way loop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;What a schematic is&lt;/strong&gt; — read as a map of connections&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Four basic symbols&lt;/strong&gt; — source, resistor, switch, and wire&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;There's a 3-question quick check at the end. Read with a pen handy and try the questions before peeking at the answers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Is an Electric Circuit?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feztzr65yuyj8q2g3agp4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feztzr65yuyj8q2g3agp4.png" alt="What Is an Electric Circuit?" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's start with the definition.&lt;/p&gt;

&lt;p&gt;An electric circuit is &lt;strong&gt;a path where electricity leaves the source, passes through a part like a bulb or a motor, and returns to the source — a single loop that goes all the way around&lt;/strong&gt;. The part that actually does the work with the electricity is called the &lt;strong&gt;load&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Picture a running track. You leave the start, run all the way around, and come back to the same place you started. Electricity leaves the source, travels through the load, and comes home to the source. &lt;strong&gt;That one full loop is what an electric circuit really is.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If you remember nothing else from this section, remember this: an electric circuit is a loop.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Everything else in this article builds on that one idea.&lt;/p&gt;

&lt;h2&gt;
  
  
  No Loop, No Flow
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb3cm9nmm3yv6ijwrxs97.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fb3cm9nmm3yv6ijwrxs97.png" alt="No Loop, No Flow" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here's the most important property of that loop: &lt;strong&gt;if the loop isn't complete, electricity won't flow.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Think of a switch in your living room. Flip it on, the path connects, the loop closes, current flows, the bulb lights up. Flip it off, the path is cut somewhere, the loop is broken — no current, no light.&lt;/p&gt;

&lt;p&gt;This is where people get tripped up. You might think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;"If I just connect to the source, electricity flows."&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That's not true. The source provides a &lt;strong&gt;voltage&lt;/strong&gt;, but current only flows when there is a complete path back to the other terminal. Even if one side of the source is connected, current will not flow unless the path returns to the other side.&lt;/p&gt;

&lt;p&gt;It flows &lt;strong&gt;only once it's connected&lt;/strong&gt;. Hold that feeling — we'll come back to it in the symbol section.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Current Doesn't Get "Used Up" — Energy Does
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkvtbaz73vb1x8byes51b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkvtbaz73vb1x8byes51b.png" alt="The Electricity Itself Isn't Used Up" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Another one people misunderstand: &lt;strong&gt;the current is not consumed by the load.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It's natural to think "electricity gets used up by the bulb." But the &lt;strong&gt;charge&lt;/strong&gt; flowing around the loop doesn't disappear over the loop. As much as leaves the source comes right back to it.&lt;/p&gt;

&lt;p&gt;So what's actually being consumed? &lt;strong&gt;Energy.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's an analogy. Imagine a waterwheel in a river. As the water turns the wheel, the &lt;strong&gt;amount of water&lt;/strong&gt; doesn't drop — every drop that enters the wheel comes out the other side. What drops is the water's &lt;strong&gt;push&lt;/strong&gt; (its energy).&lt;/p&gt;

&lt;p&gt;A circuit works the same way:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The charge keeps circulating around the loop, unchanged in amount.&lt;/li&gt;
&lt;li&gt;At the load, the &lt;strong&gt;energy&lt;/strong&gt; changes form — into light, motion, or heat — and gets consumed.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;The charge&lt;/th&gt;
&lt;th&gt;The energy&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Inside the loop&lt;/td&gt;
&lt;td&gt;Circulates around, unchanged in amount&lt;/td&gt;
&lt;td&gt;Supplied by the source and transferred through the circuit&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;At the load&lt;/td&gt;
&lt;td&gt;Passes through unchanged&lt;/td&gt;
&lt;td&gt;Converts into light, heat, or motion&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;If the loop is broken&lt;/td&gt;
&lt;td&gt;Nothing flows&lt;/td&gt;
&lt;td&gt;Nothing is delivered&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;In everyday language we tend to lump both together as "electricity," but it really pays to separate them: &lt;strong&gt;what circulates is the charge, what's used is the energy.&lt;/strong&gt; This will come up again in the quick check.&lt;/p&gt;
&lt;h2&gt;
  
  
  A Schematic Is a "Map of Connections"
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flw8xq9p4290zv1o50357.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flw8xq9p4290zv1o50357.png" alt="A Schematic Is a " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now let's look at how we put a circuit onto paper. That's the &lt;strong&gt;schematic&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A schematic is a diagram that represents each part — source, bulb, resistor — by a fixed &lt;strong&gt;symbol&lt;/strong&gt;. The symbols themselves are called &lt;strong&gt;schematic symbols&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The key insight: &lt;strong&gt;a schematic is not a photo of the physical thing.&lt;/strong&gt; Where the parts physically sit, whether the wires are long or short, straight or bent — none of that is preserved in the diagram. What a schematic shows is only &lt;strong&gt;what connects to what&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A familiar analogy is a subway map. The London Tube map doesn't accurately show the real distances between stations, the actual curves of the track, or the geography of the city. But you can see at a glance &lt;strong&gt;which station connects to which line&lt;/strong&gt;. A schematic does exactly the same job for circuits — it's a map of connections, drawn for legibility, not for realism.&lt;/p&gt;
&lt;h2&gt;
  
  
  Tracing Lines: When Are Two Wires "One Piece"?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhwai7d2s8k9j76omsvnn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhwai7d2s8k9j76omsvnn.png" alt="Tracing Lines: Connected Lines Are " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Before we get to the symbols, there's one skill beginners need first: how to &lt;strong&gt;trace the wires&lt;/strong&gt; on a schematic. Once this clicks, schematics get dramatically easier to read.&lt;/p&gt;

&lt;p&gt;Three rules cover almost everything you need:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Lines joined by wire are electrically one piece.&lt;/strong&gt; No matter how long the wire is, or how many corners it bends through.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Cross a component, and you're in a separate piece.&lt;/strong&gt; A resistor, a battery, anything that does something to the current — those break the "one piece" rule.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;At a crossing, look for the junction dot.&lt;/strong&gt; A black dot at the intersection means &lt;em&gt;connected&lt;/em&gt;. No dot means the lines are just visually crossing, with no electrical connection.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A bit more on each.&lt;/p&gt;
&lt;h3&gt;
  
  
  "One piece" extends through any amount of wire
&lt;/h3&gt;

&lt;p&gt;A wire bent into a corner, or running long across the diagram, or even appearing in two visually-separated areas — as long as it's all the &lt;strong&gt;same uninterrupted wire&lt;/strong&gt;, it's electrically the same single point. Schematics bend wires purely so the diagram fits on the page.&lt;/p&gt;
&lt;h3&gt;
  
  
  Components break the connection
&lt;/h3&gt;

&lt;p&gt;The moment a component (resistor, capacitor, battery, etc.) is inserted in the path, the wire &lt;strong&gt;before&lt;/strong&gt; and &lt;strong&gt;after&lt;/strong&gt; it are no longer the same piece. The component does &lt;em&gt;something&lt;/em&gt; to the current — drops a voltage, stores energy, whatever — so they have to be treated as separate connection points.&lt;/p&gt;
&lt;h3&gt;
  
  
  Crossings: the dot is everything
&lt;/h3&gt;

&lt;p&gt;When two wires draw a &lt;code&gt;+&lt;/code&gt;, they might or might not be connected. The convention is:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Black dot at the crossing&lt;/strong&gt; → connected (one node)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No dot at the crossing&lt;/strong&gt; → not connected (the lines just visually cross)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is a common source of misreading for beginners, so make a habit of checking the crossing every time.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;
  Tip: a finger-tracing habit that prevents 90% of misreads
  &lt;br&gt;
Whenever you spot a crossing in a schematic, &lt;strong&gt;physically trace each wire with your finger and look for a junction dot at every intersection.&lt;/strong&gt; It feels slow at first, but it removes the single most common rookie mistake — and once your eyes know what to look for, you'll spot dots automatically.&lt;br&gt;


&lt;p&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  The Four Basic Symbols
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fge2uqtpvgzsxolesoio9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fge2uqtpvgzsxolesoio9.png" alt="Recognizing the Basic Symbols" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now let's lock in the four most common symbols. With just these, you can already read most simple circuits as a loop.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Symbol&lt;/th&gt;
&lt;th&gt;What it is&lt;/th&gt;
&lt;th&gt;What to remember&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Source&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Provides electrical energy to the circuit (e.g. a battery)&lt;/td&gt;
&lt;td&gt;The long line is + (positive), the short line is – (negative). Direction matters.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Resistor&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A part that opposes current flow&lt;/td&gt;
&lt;td&gt;Drawn as a rectangle (new JIS / IEC) or a zigzag (old JIS / ANSI). More on this in a moment.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Switch&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Connects or breaks the path&lt;/td&gt;
&lt;td&gt;Drawn as a line with one end lifted. &lt;strong&gt;Open&lt;/strong&gt; = path broken. &lt;strong&gt;Closed&lt;/strong&gt; = path connected.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Wire&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Carries current between parts&lt;/td&gt;
&lt;td&gt;Just a plain straight line.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Notice that the switch encodes "no loop, no flow" right into its symbol: when the lifted end is up, the loop is broken; when it's down, the loop is closed. The picture &lt;em&gt;is&lt;/em&gt; the rule.&lt;/p&gt;

&lt;p&gt;Once you can read these four — source, resistor, switch, wire — you can already trace a simple circuit as &lt;strong&gt;"leave the source, through the resistor, past the switch, back to the source."&lt;/strong&gt; That's a loop.&lt;/p&gt;

&lt;p&gt;Don't try to memorize every schematic symbol that exists. Start with these four. The rest build on top of them later in the series.&lt;/p&gt;
&lt;h2&gt;
  
  
  Field Note: The Resistor Has Two Symbols
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs35ox1w1cq90mfmadhq9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fs35ox1w1cq90mfmadhq9.png" alt="The Resistor Symbol Differs by " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One real-world wrinkle worth knowing about: the resistor is drawn &lt;strong&gt;two different ways&lt;/strong&gt;, depending on which standard the diagram follows.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Symbol&lt;/th&gt;
&lt;th&gt;Standard&lt;/th&gt;
&lt;th&gt;Where you'll see it&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Rectangle&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;New JIS / IEC (international standard)&lt;/td&gt;
&lt;td&gt;Modern Japanese textbooks, most international datasheets, schematics drawn this decade&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Zigzag&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Old JIS / ANSI&lt;/td&gt;
&lt;td&gt;Plenty of Japanese drawings still in use; &lt;strong&gt;the dominant style in the United States&lt;/strong&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Standards aren't strictly enforced in most settings, and the older zigzag has stuck around partly out of habit and partly because it visually suggests "something gets in the way of the flow." So you'll routinely see &lt;strong&gt;both&lt;/strong&gt; styles in the same career, sometimes in the same project.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;In a sentence:&lt;/strong&gt; rectangle = new JIS / IEC, zigzag = old JIS / ANSI. Both mean the same resistor. Use whichever your team, school, or reference material has settled on.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If a single article had to teach you exactly one piece of unwritten field knowledge, it would probably be this one.&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check — 3 Questions
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo395rkg4w1p7mskvse12.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fo395rkg4w1p7mskvse12.png" alt="Quick Check (3 questions)" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Time to check your understanding. These three questions are deliberately chosen to trip you up if anything didn't fully land. &lt;strong&gt;Pause and think before peeking at the answers.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Q1.&lt;/strong&gt; In a simple loop circuit (source, switch, bulb in a single loop, nothing else), the current measured &lt;strong&gt;after&lt;/strong&gt; the bulb compared to &lt;strong&gt;before&lt;/strong&gt; the bulb — what is it?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;It's been used up, so smaller after&lt;/li&gt;
&lt;li&gt;Unchanged&lt;/li&gt;
&lt;li&gt;Drops to zero just before the bulb&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Q2.&lt;/strong&gt; Take the same set of parts (source, switch, resistor, wires) connected the same way. Draw schematic A as a square layout, then redraw the exact same connections as schematic B with a round, twisty layout. Are A and B "the same circuit"?&lt;/p&gt;

&lt;p&gt;Yes / No&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q3.&lt;/strong&gt; Two schematics show two wires crossing in a &lt;code&gt;+&lt;/code&gt;. In figure A, there's a &lt;strong&gt;black dot&lt;/strong&gt; at the crossing. In figure B, there's &lt;strong&gt;no dot&lt;/strong&gt;. Which is electrically &lt;em&gt;connected&lt;/em&gt;?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;A (with the dot)&lt;/li&gt;
&lt;li&gt;B (without the dot)&lt;/li&gt;
&lt;li&gt;Both&lt;/li&gt;
&lt;/ol&gt;
&lt;/blockquote&gt;

&lt;p&gt;Got your answers locked in? Let's check.&lt;/p&gt;
&lt;h2&gt;
  
  
  Quick Check: Answers
&lt;/h2&gt;

&lt;p&gt;&lt;/p&gt;
  Click to reveal the answers
  &lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqtxwjdoqwgep8g57ddnd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqtxwjdoqwgep8g57ddnd.png" alt="Quick Check: Answers" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;#&lt;/th&gt;
&lt;th&gt;Answer&lt;/th&gt;
&lt;th&gt;Why&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Q1&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;2. Unchanged&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;What drops is &lt;em&gt;energy&lt;/em&gt;. In a single-loop circuit with no branches, the current is the same at every point in the loop — including just before and just after the bulb. Don't confuse charge flow with energy.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q2&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Yes — same circuit&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;A schematic is a map of &lt;em&gt;connections&lt;/em&gt;, not shape or position. Different visual layouts of the &lt;em&gt;same connections&lt;/em&gt; describe the same circuit.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Q3&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1. A (with the dot)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;Without a junction dot, two lines just visually cross — they're not connected. The dot is what creates the connection.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;How did you do?&lt;/p&gt;

&lt;p&gt;If you missed any of those, revisit the corresponding section:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Q1&lt;/strong&gt; → "The Current Doesn't Get 'Used Up' — Energy Does"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Q2&lt;/strong&gt; → "A Schematic Is a 'Map of Connections'"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Q3&lt;/strong&gt; → "Tracing Lines: When Are Two Wires 'One Piece'?"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The Q1 misconception (electricity = energy = the same thing) is the single most common confusion in introductory circuit theory. If you got it on the first try, you're in great shape for what comes later.&lt;/p&gt;



&lt;br&gt;
&lt;p&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Section Summary
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftzro6yfgzfjmkznscoje.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftzro6yfgzfjmkznscoje.png" alt="Section Summary" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Today's whole story collapses into one thread: &lt;strong&gt;electricity travels around a loop.&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An &lt;strong&gt;electric circuit&lt;/strong&gt; is one closed loop, source → load → back to source&lt;/li&gt;
&lt;li&gt;If the loop is broken anywhere, nothing flows ("no loop, no flow")&lt;/li&gt;
&lt;li&gt;The &lt;strong&gt;charge&lt;/strong&gt; circulates and doesn't get used up; what gets consumed at the load is &lt;strong&gt;energy&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;schematic&lt;/strong&gt; is a map of &lt;em&gt;connections&lt;/em&gt;, not positions or lengths&lt;/li&gt;
&lt;li&gt;With just four symbols (&lt;strong&gt;source, resistor, switch, wire&lt;/strong&gt;) you can already trace simple circuits as loops&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This loop idea is the foundation for everything else in this series. The next episode picks up here: &lt;strong&gt;conductors, insulators, and resistors&lt;/strong&gt; — &lt;em&gt;why&lt;/em&gt; some materials let current flow and others don't, and how a resistor actually opposes the current.&lt;/p&gt;

&lt;p&gt;Thanks for reading. If this clicked for you, the &lt;a href="https://dev.to/buonomakestudio/electric-circuits-textbook-0-series-overview-learn-circuits-from-zero-for-beginners-4i18"&gt;Episode 0 roadmap&lt;/a&gt; lays out the full series. Follow my profile to catch the next episode as it drops.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Starting the Electric Circuits Textbook Series — A roadmap from zero to a field-ready foundation</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Wed, 17 Jun 2026 14:36:12 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/electric-circuits-textbook-0-series-overview-learn-circuits-from-zero-for-beginners-4i18</link>
      <guid>https://dev.to/buonomakestudio/electric-circuits-textbook-0-series-overview-learn-circuits-from-zero-for-beginners-4i18</guid>
      <description>&lt;p&gt;If you've ever tried to "properly learn electricity" and ended up bouncing between fragments — a YouTube video here, a textbook chapter there — without ever feeling like the pieces connect, this post is for you.&lt;/p&gt;

&lt;p&gt;I'm Bono. I run a YouTube channel and a blog around electronics, and from this week I'm starting a long-running series called &lt;strong&gt;the Electric Circuits Textbook&lt;/strong&gt;. Its job is to take you from zero all the way to a foundation in circuit theory that actually holds up in the field — covering electric circuits, electronic circuits, logic circuits, and power electronics with control, in that order.&lt;/p&gt;

&lt;p&gt;This article is the &lt;strong&gt;Episode 0&lt;/strong&gt; — an orientation before the main series begins. By the time you finish reading, you'll know who this series is for, how far it goes, what each of the four parts contains, and how to actually get through a long series without burning out.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note on numbering.&lt;/strong&gt; In the video version this is labeled as "#1," because YouTube counts the introduction. On the blog I'm calling it Episode 0, since the &lt;em&gt;content&lt;/em&gt; of this article is roadmap-only — the actual material starts in the next episode.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Welcome
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9uncnbgjc88mrsp0dfg5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9uncnbgjc88mrsp0dfg5.png" alt="Welcome" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Electric Circuits Textbook is a structured course that walks you through the theory of electricity from zero, in order, and systematically. Once the theory is solid, a separate &lt;strong&gt;practical edition&lt;/strong&gt; is planned to follow.&lt;/p&gt;

&lt;p&gt;I spent more than a month designing this series — deciding what to teach, in what order, and where to slow down. I've also gone through every piece of the content myself. So I'm shipping it with confidence.&lt;/p&gt;

&lt;p&gt;This first article lays out the big picture: what we're going to learn, and how.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who This Series Is For
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhvu9fzxxklbugiqxh7pl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhvu9fzxxklbugiqxh7pl.png" alt="Who This Is For" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can start with &lt;strong&gt;middle-school-level math&lt;/strong&gt;. That part is honest.&lt;/p&gt;

&lt;p&gt;What I also want to be honest about: this is &lt;strong&gt;not&lt;/strong&gt; a course you can follow with no math at all. Around AC, transient phenomena, and control, we use high-school-level ideas — trigonometry, complex numbers, calculus. I break each one down as it appears, so a non-STEM background, a beginner background, or a long-pause-and-restart background is all fine. You don't need to brace yourself before starting.&lt;/p&gt;

&lt;p&gt;But it's also not a shortcut. Real understanding takes time working through examples yourself. With that caveat in mind, the series is especially aimed at:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;People who want to work in the field one day, and need a real foundation&lt;/li&gt;
&lt;li&gt;Self-learners and working engineers who want to rebuild from first principles&lt;/li&gt;
&lt;li&gt;Anyone who is willing to take it one step at a time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If that's you, I'll take you all the way.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Made This Series
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq07ezdvpxvcq062ezajm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq07ezdvpxvcq062ezajm.png" alt="Why This Series Was Made" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A short backstory. There are three reasons this series exists.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;There aren't many beginner-friendly paths that put the pieces in order.&lt;/strong&gt; I've been making electronics content on YouTube for years, and I kept seeing the same gap: plenty of individual lessons, but very little that walks you through circuit theory as one ordered sequence.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Demand in the field is growing.&lt;/strong&gt; With AI everywhere and the working-age population shrinking, I keep hearing from both sides — companies that need people who can handle real electricity, and learners who want a way in. I want to help bridge those two.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The tools to make a proper textbook finally exist.&lt;/strong&gt; I've wanted to build something like this for years but never had the bandwidth. AI as a writing and review partner is what finally made it possible.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How Far You'll Go
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmj4pddor1h66ilnx59ft.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmj4pddor1h66ilnx59ft.png" alt="How Far You'll Go" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where will you end up after the theory edition?&lt;/p&gt;

&lt;p&gt;The goal is a &lt;strong&gt;theoretical foundation in electricity that holds up in the field&lt;/strong&gt;. Not formula memorization. The aim is to understand the basic theory of electricity, electronics, logic, and control through the &lt;em&gt;reasons&lt;/em&gt; behind each result, not just the result itself.&lt;/p&gt;

&lt;p&gt;Concretely, that means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You can read what a circuit diagram and its symbols actually mean&lt;/li&gt;
&lt;li&gt;You can explain how a circuit works in your own words&lt;/li&gt;
&lt;li&gt;You can follow conversations and reference material that engineers exchange day-to-day&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Component selection, measurement technique, and design judgment — the hands-on side — belong to the &lt;strong&gt;practical edition&lt;/strong&gt; that follows the theory edition. The theory edition's job is to make sure that foundation is built solidly.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Whole Map of the Series
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faa1c62mzhy8zleitlvh1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faa1c62mzhy8zleitlvh1.png" alt="The Whole Map of the Series" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The theory edition is structured as &lt;strong&gt;four parts&lt;/strong&gt;.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Part 1 — Electric Circuits&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Part 2 — Electronic Circuits&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Part 3 — Logic Circuits&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Part 4 — Power Electronics and Control&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The order matters. Each part is the foundation for the next, so working through them front-to-back is the shortest path. And the theory edition doesn't actually stop at Part 4 — I plan to keep adding topics beyond it as the series grows.&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 1: Electric Circuits
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdc009f2i9t60monp3901.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdc009f2i9t60monp3901.png" alt="Part 1: Electric Circuits" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me walk through each part briefly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Part 1: Electric Circuits.&lt;/strong&gt; We start from the basics of DC circuits, work through Ohm's law and AC, and finish at transient phenomena that change over time. This is where you build basic stamina in electricity. Everything that follows rests on this part.&lt;/p&gt;

&lt;h3&gt;
  
  
  Part 1 — Contents
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36cfj1axihao6so3op6m.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36cfj1axihao6so3op6m.png" alt="Part 1: Electric Circuits — Contents" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A closer look at what Part 1 covers.&lt;/p&gt;

&lt;p&gt;It starts with the fundamentals of DC circuits — circuit symbols, current and voltage, and ground. From there we move to Ohm's law and the calculations around power and series/parallel resistance. Then the circuit theorems for solving circuits, then capacitors and inductors that store energy, then AC circuits. We close on AC power, three-phase AC, and transient phenomena.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Topic&lt;/th&gt;
&lt;th&gt;What you'll get&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;DC fundamentals&lt;/td&gt;
&lt;td&gt;Symbols, current, voltage, ground&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ohm's law and calculations&lt;/td&gt;
&lt;td&gt;Power, series/parallel reasoning&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Circuit theorems&lt;/td&gt;
&lt;td&gt;Tools for solving real circuits&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Capacitors and inductors&lt;/td&gt;
&lt;td&gt;The energy-storage elements&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AC circuits&lt;/td&gt;
&lt;td&gt;Complex numbers as a working tool&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AC power and transients&lt;/td&gt;
&lt;td&gt;Three-phase AC, time-varying behavior&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;By the end of Part 1, you'll have the &lt;strong&gt;basic circuit intuition&lt;/strong&gt; you need for the rest of the series.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If a word like "transient phenomena" looks intimidating, don't worry — that's a Part 1 topic and we walk into it from scratch with diagrams. Right now it's enough to know the word exists.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Part 2: Electronic Circuits
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvc6v8l5keawoopwqqpfr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvc6v8l5keawoopwqqpfr.png" alt="Part 2: Electronic Circuits" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Part 2: Electronic Circuits.&lt;/strong&gt; Semiconductors, diodes, transistors, op-amps — the components that &lt;em&gt;do something&lt;/em&gt; to signals. You'll learn the techniques for &lt;strong&gt;handling signals&lt;/strong&gt;: amplifying small ones, reshaping their form, generating new ones. This is where the insides of the electronic devices around you start to make sense.&lt;/p&gt;

&lt;h3&gt;
  
  
  Part 2 — Contents
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1by1b1h8mw8y4dyss03o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1by1b1h8mw8y4dyss03o.png" alt="Part 2: Electronic Circuits — Contents" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Part 2 covers, in order:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How semiconductors and diodes work&lt;/li&gt;
&lt;li&gt;Rectifier circuits and power supplies — turning electricity into clean DC&lt;/li&gt;
&lt;li&gt;Transistor operation&lt;/li&gt;
&lt;li&gt;Amplifier circuits — making small signals larger&lt;/li&gt;
&lt;li&gt;Op-amps — the workhorse of practical amplification&lt;/li&gt;
&lt;li&gt;Oscillators, modulation, and demodulation — generating and carrying signals&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After this part, you'll know what each common component is &lt;em&gt;for&lt;/em&gt;, not just what it's called.&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 3: Logic Circuits
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3tjtfzikajdg4es6ayf0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3tjtfzikajdg4es6ayf0.png" alt="Part 3: Logic Circuits" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Part 3: Logic Circuits.&lt;/strong&gt; This part shifts gears. Here, using only two numbers — 0 and 1 — we look at how the insides of a computer are actually built. You'll combine logic gates to compute and to store state. This is where you touch the deepest layer of the device you're reading this article on.&lt;/p&gt;

&lt;h3&gt;
  
  
  Part 3 — Contents
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpts4i5l20z1anznb2rlt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpts4i5l20z1anznb2rlt.png" alt="Part 3: Logic Circuits — Contents" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Part 3 has four chapters:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Binary and the basics of logic circuits&lt;/strong&gt; — binary, Boolean algebra, logic gates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Combinational circuits&lt;/strong&gt; — combining gates to compute&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sequential circuits and flip-flops&lt;/strong&gt; — circuits that remember; counters and registers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Memory and AD/DA conversion&lt;/strong&gt; — storage, and the bridge between analog and digital&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;By the end, you can see how a computer does both &lt;em&gt;calculation&lt;/em&gt; and &lt;em&gt;memory&lt;/em&gt; — the two things that make it a computer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Part 4: Power Electronics and Control
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl0fd3admqcud7bu2irre.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl0fd3admqcud7bu2irre.png" alt="Part 4: Power Electronics and Control" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Part 4: Power Electronics and Control.&lt;/strong&gt; Everything you learned in Parts 1–3 — electricity, electronics, logic — gets used here. Power supplies, motor drives, and the control engineering that commands them. The power-supply circuits that convert electricity efficiently, the drive circuits that actually turn motors, and the control that makes them move the way you intend. This is the part where everything ties back to the real world.&lt;/p&gt;

&lt;h3&gt;
  
  
  Part 4 — Contents
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnlra4327nmmsvutjuaxu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnlra4327nmmsvutjuaxu.png" alt="Part 4: Power Electronics and Control — Contents" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Part 4 covers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Power-supply circuits&lt;/strong&gt; — DC-DC converters and switching power supplies, for efficient conversion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Motor drive&lt;/strong&gt; — the various motor types and the circuits that drive them&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Control engineering — fundamentals&lt;/strong&gt; — the idea of feedback&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;System response and stability&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PID control&lt;/strong&gt; — the workhorse of practical control&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;By the time you get to the end of Part 4, you have the toolbox to drive a piece of physical hardware and command it the way you intend.&lt;/p&gt;




&lt;h2&gt;
  
  
  How to Actually Get Through a Long Series
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ov6kd4wk3h5ixyv0gpf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1ov6kd4wk3h5ixyv0gpf.png" alt="Let's Get Started" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A series this long needs three habits to survive. Keep these in mind:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Follow the episodes in order, along the map.&lt;/strong&gt; Each block is the foundation for the next. Skipping breaks the chain.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;When you get stuck, go back without hesitation.&lt;/strong&gt; Almost every "I don't get it" has its cause one step earlier. Walking back is cheap; pushing forward confused is expensive.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One episode, one theme. Take it at your pace.&lt;/strong&gt; Each episode is self-contained for that one theme, so it's perfectly fine to move slowly. Real ability builds either way.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It will feel hard at times. But it's designed so that if you keep moving — even slowly — you'll reach a place where it makes sense.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Quick Note on Some Common Misconceptions
&lt;/h2&gt;

&lt;p&gt;A few things readers often expect from an introduction like this. Worth clearing up before the main series starts:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;What people often expect&lt;/th&gt;
&lt;th&gt;What this is actually&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;The introduction teaches Ohm's law, basic circuits, etc.&lt;/td&gt;
&lt;td&gt;This is the &lt;em&gt;map&lt;/em&gt; only. Real content begins in the next episode.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"I'm not a STEM person, so electricity isn't for me."&lt;/td&gt;
&lt;td&gt;The required math is filled in as it appears. You can start from zero, as long as you're willing to work through the math when it shows up.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;"If I can't binge the whole ~140-episode series, there's no point."&lt;/td&gt;
&lt;td&gt;Each episode is one self-contained theme. Go in order, back up when you need to, that's enough.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Where We Go Next
&lt;/h2&gt;

&lt;p&gt;That was the &lt;strong&gt;Episode 0&lt;/strong&gt; — who this series is for, how far it goes, what the four parts contain, and how to actually get through it.&lt;/p&gt;

&lt;p&gt;The most important takeaway: &lt;strong&gt;electricity, taken one step at a time in the right order, is reachable&lt;/strong&gt; — for non-STEM backgrounds, for total beginners, for people coming back to it years later. If you want to follow technical conversations and read manufacturer documentation comfortably, this series is built for exactly that.&lt;/p&gt;

&lt;p&gt;In &lt;strong&gt;Episode 1&lt;/strong&gt;, the actual content begins: &lt;strong&gt;Electric Circuits and Schematic Symbols&lt;/strong&gt;. We unpack what a "circuit" really means, and how to read a schematic diagram, starting from zero. See you there.&lt;/p&gt;

</description>
      <category>electronics</category>
      <category>beginners</category>
      <category>circuits</category>
      <category>learning</category>
    </item>
    <item>
      <title>The Goal for English Learners Is to Have a Dream in English</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Tue, 12 May 2026 03:53:28 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/the-goal-for-english-learners-is-to-have-a-dream-in-english-1kf7</link>
      <guid>https://dev.to/buonomakestudio/the-goal-for-english-learners-is-to-have-a-dream-in-english-1kf7</guid>
      <description>&lt;p&gt;Hi, this is Buono.&lt;/p&gt;

&lt;p&gt;I had a dream in English 2 times before.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1st time: When I was working as a project manager with foreign people in an automobile company.&lt;/li&gt;
&lt;li&gt;2nd time: When I was reading many English books.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not so many. And the durations were short. (Furthermore, I didn't remember the contents very well.)&lt;/p&gt;

&lt;p&gt;But I guess there is a significant gap between 0 and 1 (or more) because a tremendous effort is needed in order to have a dream in English.&lt;/p&gt;

&lt;p&gt;I can say it confidently based on my experience.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Have a Dream in English
&lt;/h2&gt;

&lt;p&gt;The key to having a dream in English is: &lt;strong&gt;Fill your brain with English&lt;/strong&gt;. That's all.&lt;/p&gt;

&lt;p&gt;Before I saw an English dream for the first time in my life, I had held meetings with foreign people on Zoom almost every day.&lt;/p&gt;

&lt;p&gt;Since my English skills were poorer than they are now, I was struggling to catch up with their conversation.&lt;/p&gt;

&lt;p&gt;So, naturally, my brain filled with English.&lt;/p&gt;

&lt;p&gt;But after quitting the position and the job, I haven't seen any dreams in English. (Very sadly for me.)&lt;/p&gt;

&lt;p&gt;Then, how about the 2nd time?&lt;/p&gt;

&lt;p&gt;All of a sudden, it happened to me one day.&lt;/p&gt;

&lt;p&gt;As I mentioned in the other article, I have read many English books recently. Sometimes 30 minutes a day, sometimes 4 hours a day.&lt;/p&gt;

&lt;p&gt;When I got up in the morning, I found that I had had a dream that I was having a hamburger with foreign friends somewhere in McDonald's.&lt;/p&gt;

&lt;p&gt;Even though I was not sure why I dreamt this kind of dream (because I haven't read such kind of books), I was very happy to have an English dream again, long after the 1st dream.&lt;/p&gt;

&lt;h2&gt;
  
  
  Fill Your Brain With English
&lt;/h2&gt;

&lt;p&gt;So I encourage you to fill your brain with English through these activities:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;To read many English books&lt;/li&gt;
&lt;li&gt;To watch many English videos/movies&lt;/li&gt;
&lt;li&gt;To have conversations many times online. (Like Native Camp)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Catch you later👍&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>The reason why we should not read English books using dictionary</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Thu, 07 May 2026 13:37:55 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/the-reason-why-we-should-not-read-english-books-using-dictionary-103f</link>
      <guid>https://dev.to/buonomakestudio/the-reason-why-we-should-not-read-english-books-using-dictionary-103f</guid>
      <description>&lt;h1&gt;
  
  
  The Reason Why We Should Not Read English Books Using Dictionary
&lt;/h1&gt;

&lt;p&gt;Hi, this is Buono.&lt;/p&gt;

&lt;p&gt;I love reading English books recently and have read around 30 books over the last year.&lt;/p&gt;

&lt;p&gt;Below is the list I read during this period:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The Giver&lt;/li&gt;
&lt;li&gt;Darren shan (#1 to #6)&lt;/li&gt;
&lt;li&gt;Wonder&lt;/li&gt;
&lt;li&gt;Factfulness&lt;/li&gt;
&lt;li&gt;The Boy in the Striped Pyjamas&lt;/li&gt;
&lt;li&gt;The House With Chicken Legs&lt;/li&gt;
&lt;li&gt;It Ends With Us&lt;/li&gt;
&lt;li&gt;There's a Boy in the Girls' Bathroom&lt;/li&gt;
&lt;li&gt;Danny the Champion of the World&lt;/li&gt;
&lt;li&gt;Atomic Habits&lt;/li&gt;
&lt;li&gt;Tuesdays with Morrie&lt;/li&gt;
&lt;li&gt;etc…&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As you can see, I'm open-minded and read books of several genres.&lt;/p&gt;

&lt;h2&gt;
  
  
  Disadvantages of Using a Dictionary
&lt;/h2&gt;

&lt;p&gt;Since I'm a middle-level English learner, I often see a word I don't know whenever I turn a page.&lt;/p&gt;

&lt;p&gt;The frequency depends on the genre and the target of the book.&lt;/p&gt;

&lt;p&gt;Anyway, I don't use a dictionary at all nowadays.&lt;/p&gt;

&lt;p&gt;You might think about how you proceed to read ahead without understanding the detailed meaning.&lt;/p&gt;

&lt;p&gt;But I can say from my experience that you don't have to worry about that point.&lt;/p&gt;

&lt;p&gt;Even if you catch only 60% of 70% of all sentences or wordings, you can figure out the overall story and what the author wants to tell us. I'm sure it doesn't matter.&lt;/p&gt;

&lt;p&gt;You don't have to be a perfectionist. You must not.&lt;/p&gt;

&lt;p&gt;On the other hand, below are the disadvantages of using a dictionary to look up all the meanings of a word you see.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The rhythm of reading turns bad&lt;/li&gt;
&lt;li&gt;The power of anticipating the meaning of a word you don't know diminishes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In order to avoid these cons, we should read books using the dictionary as little as possible.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Assume the Meaning of a Word You Don't Know
&lt;/h2&gt;

&lt;p&gt;Let me show you my idea for how I determine the meaning of a word I don't know when I encounter it.&lt;/p&gt;

&lt;p&gt;We can predict the meaning if we find these words listed below. (In this case, A is your familiar word, whereas X is not familiar to you.)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A and X: The meaning of X is almost the same as A.&lt;/li&gt;
&lt;li&gt;A but X: The meaning of X is the opposite of A.&lt;/li&gt;
&lt;li&gt;Although A, it's X: The meaning of X is the opposite of A.&lt;/li&gt;
&lt;li&gt;A, so X: X is a result of A.&lt;/li&gt;
&lt;li&gt;X so that / therefore A: X causes A.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These are just examples.&lt;/p&gt;

&lt;p&gt;Additionally, we can use the "context" power to predict the meaning.&lt;/p&gt;

&lt;p&gt;If that paragraph contains several positive emotional words like smiled, empowered, and happiness, the X in the paragraph should be a positive word or something related to positive words.&lt;/p&gt;

&lt;p&gt;In that way, I succeeded in reading many books.&lt;/p&gt;

&lt;p&gt;Catch you later👍&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>Those Who Ask If They Need To Study English Don't Need To Study English.</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Wed, 06 May 2026 07:58:24 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/those-who-ask-if-they-need-to-study-english-dont-need-to-study-english-k72</link>
      <guid>https://dev.to/buonomakestudio/those-who-ask-if-they-need-to-study-english-dont-need-to-study-english-k72</guid>
      <description>&lt;p&gt;Hi, it's Buono.&lt;/p&gt;

&lt;p&gt;I'm often asked by friends and subscribers of my channel if they need to study English.&lt;/p&gt;

&lt;p&gt;The background of the question is obviously the era of AI.&lt;/p&gt;

&lt;p&gt;In this era, AI can translate any language into any language they want. Some devices like a pocket-talk allow us to have a conversation with anyone who has a different mother tongue in real time.&lt;/p&gt;

&lt;p&gt;No wonder they have such a kind of question in these circumstances.&lt;/p&gt;

&lt;p&gt;But, I hate to tell you this: if you have this question, you don't need to study English.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Purpose of Studying English
&lt;/h2&gt;

&lt;p&gt;Why are you interested in learning English in the first place?&lt;/p&gt;

&lt;p&gt;Some people might say that they want to travel abroad alone without a tour guide.&lt;/p&gt;

&lt;p&gt;Some people might say that they want to exchange different cultures.&lt;/p&gt;

&lt;p&gt;For me, the reason why I learn English is related to the foundational experience when I was young.&lt;/p&gt;

&lt;p&gt;I've been to a language school in Sydney for 1 month.&lt;/p&gt;

&lt;p&gt;It was so memorable for my entire life that I couldnt't forget. English class with a funny teacher, a passionate Brazilian girl, and wild European boys.&lt;/p&gt;

&lt;p&gt;But what I cannot forget most is the moment I saw at the gathering held one night.&lt;/p&gt;

&lt;p&gt;Korean, French, and other friends who are from other countries were talking about Manga.&lt;/p&gt;

&lt;p&gt;Japanese was only me there.&lt;/p&gt;

&lt;p&gt;I was right there at the moment when they wanted to ask something about Manga. They asked me some questions and opinions to me when I was found.&lt;/p&gt;

&lt;p&gt;But I couldn't reply with an appropriate answer and opinion to them.&lt;/p&gt;

&lt;p&gt;"Why don't you know Manga at all, even though you're Japanese?" is written in their faces.&lt;/p&gt;

&lt;p&gt;After that regrettable happening, my top priority in learning English became to discuss Manga with foreign people.&lt;/p&gt;

&lt;h2&gt;
  
  
  Do You Have Emotional Motivations to Learn English?
&lt;/h2&gt;

&lt;p&gt;The previous story is mine. All of you have different stories.&lt;/p&gt;

&lt;p&gt;But, no matter what story you have, I can say that "emotional motivation" is mandatory to keep you learning English.&lt;/p&gt;

&lt;p&gt;You can see two main reasons why we learn language:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Useful motivation: To earn more wages, to be helpful in daily life&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Emotional motivation: To conquer regrettable/unforgettable things. To be cool. To be what they want to be.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You can easily imagine that the first one can be represented by AI. If you're learning a language for the number one reason, you must quit learning it immediately because AI will obtain that skill in the near future and speak/translate just for you. You don't have to ruin your precious time.&lt;/p&gt;

&lt;p&gt;But, on the other hand, if you're currently learning a language for the number two reason, you must keep going.&lt;/p&gt;

&lt;p&gt;In my experience and feeling, those who ask me if they need to study English are learning or seeing just for the number one reason.&lt;/p&gt;

&lt;p&gt;I'm absolutely sure that those who have the number two reason are driven from their hearts.&lt;/p&gt;

&lt;p&gt;Like the experience I faced in Sydney, we need firsthand experience regardless of the place, type, or situation.&lt;/p&gt;

&lt;p&gt;I strongly recommend you remember that you have had such kind of things in the past.&lt;/p&gt;

&lt;p&gt;Catch you later👍&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>Why Isn't There a Reward for Obtaining TIME Instead of MONEY?</title>
      <dc:creator>Buono Make Studio</dc:creator>
      <pubDate>Tue, 28 Apr 2026 12:45:43 +0000</pubDate>
      <link>https://dev.to/buonomakestudio/why-isnt-there-a-reward-for-obtaining-time-instead-of-money-2goh</link>
      <guid>https://dev.to/buonomakestudio/why-isnt-there-a-reward-for-obtaining-time-instead-of-money-2goh</guid>
      <description>&lt;p&gt;Hi, this is Buono.&lt;/p&gt;

&lt;p&gt;Let me talk about the reward system spreading around the world today.&lt;/p&gt;

&lt;p&gt;What can we get as a result of working?&lt;/p&gt;

&lt;p&gt;You're right, it's money.&lt;/p&gt;

&lt;p&gt;But this time I'd like to ask you, "Is money all you need?"&lt;/p&gt;

&lt;h2&gt;
  
  
  We Need Money, But…
&lt;/h2&gt;

&lt;p&gt;Needless to say, money is important for our lives, especially to provide for our families.&lt;/p&gt;

&lt;p&gt;We need it when we go out anywhere, go to the restaurant with friends, enroll our children in school, and more and more (Since I'm a father, I understand how you feel).&lt;/p&gt;

&lt;p&gt;But please ask yourself this: Do we need money INFINITELY?&lt;/p&gt;

&lt;p&gt;I suggest you calculate the exact value you need in a year.&lt;/p&gt;

&lt;p&gt;If the value exceeds the money you earn, you must keep working continuously and maybe more.&lt;/p&gt;

&lt;p&gt;But if your earnings exceed the threshold, this article is written for you.&lt;/p&gt;

&lt;p&gt;You have to make a decision that you keep earning as you have been, or focus on more important things in your life.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prioritize TIME Over MONEY
&lt;/h2&gt;

&lt;p&gt;My suggestion is that we apply a new work style where we work only 2 or 3 days a week, instead of 5.&lt;/p&gt;

&lt;p&gt;It sounds like a freelancer. In a sense, it's true. However, my suggestion covers all work styles.&lt;/p&gt;

&lt;p&gt;Why is it that we only have the option that we proceed going up?&lt;/p&gt;

&lt;p&gt;The more we work and make achievements, the more we earn money, and more importantly, the busier we are.&lt;/p&gt;

&lt;p&gt;That situation comes from the fact that the opportunity loss of a high-earning person is greater than that of others if he is free. That's why such a person is demanded everywhere to minimize the loss, ending up always occupied.&lt;/p&gt;

&lt;p&gt;Does it ring a bell?&lt;/p&gt;

&lt;p&gt;I'm very sorry for you.&lt;/p&gt;

&lt;p&gt;This is one of the reasons I don't want to promote myself and become a boss.&lt;/p&gt;

&lt;p&gt;I need time rather than money very much. I love free time. I have many things I want to do in my life.&lt;/p&gt;

&lt;p&gt;After considering many hours, I came up with one idea.&lt;/p&gt;

&lt;p&gt;Companies offer two options as a reward of something great like below:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Money and position: Same as the current way&lt;/li&gt;
&lt;li&gt;Time: We can reduce our working time with same wages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The latter one represents more high cost performance.&lt;/p&gt;

&lt;p&gt;Imagine that you are currently working 5 days a week and earn $3,000 a month. After getting this reward, you will work only 3 days a week with same wage $3,000.&lt;/p&gt;

&lt;p&gt;Conglaturation! You obtain completely free 2 days a week.&lt;/p&gt;

&lt;p&gt;You can go everywhere you want, you can do everything you want using this space.&lt;/p&gt;

&lt;p&gt;This is my suggestion.&lt;/p&gt;

&lt;p&gt;I hope many long-sighted companies apply this work style in the near future.&lt;/p&gt;

&lt;p&gt;What do you think about it?&lt;/p&gt;

&lt;p&gt;Catch you later👍&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
  </channel>
</rss>
