<?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: Sadie Rose</title>
    <description>The latest articles on DEV Community by Sadie Rose (@sadie_rose).</description>
    <link>https://dev.to/sadie_rose</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%2F4140955%2Fb79a8261-c49a-46b8-8860-a82687ed3988.png</url>
      <title>DEV Community: Sadie Rose</title>
      <link>https://dev.to/sadie_rose</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sadie_rose"/>
    <language>en</language>
    <item>
      <title>I Just Started Learning Electronics — Here Are the Components I’m Finally Beginning to Understand ⚡</title>
      <dc:creator>Sadie Rose</dc:creator>
      <pubDate>Fri, 25 Sep 2026 08:05:21 +0000</pubDate>
      <link>https://dev.to/sadie_rose/i-just-started-learning-electronics-here-are-the-components-im-finally-beginning-to-understand-257h</link>
      <guid>https://dev.to/sadie_rose/i-just-started-learning-electronics-here-are-the-components-im-finally-beginning-to-understand-257h</guid>
      <description>&lt;p&gt;Hi DEV Community! 👋&lt;/p&gt;

&lt;p&gt;I’m &lt;strong&gt;Sadie Rose&lt;/strong&gt;, a first-year electronics student from New York, and I recently started seriously learning about electronics.&lt;/p&gt;

&lt;p&gt;When I first looked at a circuit board, I honestly saw a confusing collection of tiny colorful parts, strange symbols, numbers, wires, and components with names I had barely heard before.&lt;/p&gt;

&lt;p&gt;Resistors. Capacitors. Diodes. Transistors.&lt;/p&gt;

&lt;p&gt;I knew they were important.&lt;/p&gt;

&lt;p&gt;I just didn’t know &lt;strong&gt;what they actually did&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;So I decided to start from the basics.&lt;/p&gt;

&lt;p&gt;In this post, I want to share some of the first electronic components I’m learning about, explained from the perspective of someone who is still a beginner.&lt;/p&gt;

&lt;p&gt;If you’re also starting electronics, hopefully this makes the subject feel a little less intimidating.&lt;/p&gt;




&lt;h2&gt;
  
  
  1. Resistors — Controlling Current
&lt;/h2&gt;

&lt;p&gt;One of the first components I learned about was the &lt;strong&gt;resistor&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A resistor limits the amount of electrical current flowing through a circuit.&lt;/p&gt;

&lt;p&gt;You can think of it a little like a narrow section of pipe controlling how much water can flow through.&lt;/p&gt;

&lt;p&gt;Its resistance is measured in &lt;strong&gt;ohms (Ω)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;One equation that keeps appearing in electronics is &lt;strong&gt;Ohm’s Law&lt;/strong&gt;:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;V = I × R
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Where:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;code&gt;V&lt;/code&gt; = Voltage&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;I&lt;/code&gt; = Current&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;R&lt;/code&gt; = Resistance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m realizing that understanding this simple equation is going to be incredibly important as I learn more advanced electronics.&lt;/p&gt;

&lt;p&gt;One beginner example is connecting an LED to a power source.&lt;/p&gt;

&lt;p&gt;You normally don't want to connect an LED directly to a voltage source because too much current can damage it.&lt;/p&gt;

&lt;p&gt;Adding a resistor helps limit that current.&lt;/p&gt;




&lt;h2&gt;
  
  
  2. Capacitors — Tiny Energy Storage Devices
&lt;/h2&gt;

&lt;p&gt;Next came &lt;strong&gt;capacitors&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;At first, I thought capacitors were basically tiny batteries.&lt;/p&gt;

&lt;p&gt;That isn't exactly correct, but the comparison helped me understand the general idea.&lt;/p&gt;

&lt;p&gt;A capacitor can temporarily store electrical energy in an electric field and release it later.&lt;/p&gt;

&lt;p&gt;Capacitance is measured in &lt;strong&gt;farads (F)&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;You'll commonly see much smaller values such as:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;µF  = microfarads
nF  = nanofarads
pF  = picofarads
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Capacitors can be used for things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Filtering electrical noise&lt;/li&gt;
&lt;li&gt;Smoothing voltage&lt;/li&gt;
&lt;li&gt;Timing circuits&lt;/li&gt;
&lt;li&gt;Energy storage&lt;/li&gt;
&lt;li&gt;Signal coupling&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm still learning when and why different capacitor values are chosen, but it’s already interesting to see how often capacitors appear in circuits.&lt;/p&gt;




&lt;h2&gt;
  
  
  3. Diodes — Electricity's One-Way Door
&lt;/h2&gt;

&lt;p&gt;A &lt;strong&gt;diode&lt;/strong&gt; allows current to flow mainly in one direction.&lt;/p&gt;

&lt;p&gt;The analogy that helped me was thinking of it as a &lt;strong&gt;one-way door for electrical current&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;One of the most familiar types of diode is the &lt;strong&gt;LED — Light Emitting Diode&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;When current passes through an LED in the correct direction, it produces light.&lt;/p&gt;

&lt;p&gt;That also explains something I didn't understand when I first experimented with LEDs:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;polarity matters.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If the LED is connected backwards, it normally won't light.&lt;/p&gt;

&lt;p&gt;Learning small things like this has made breadboard experiments much easier to understand.&lt;/p&gt;




&lt;h2&gt;
  
  
  4. Transistors — Tiny Electronic Switches
&lt;/h2&gt;

&lt;p&gt;Transistors are where electronics started becoming especially interesting to me.&lt;/p&gt;

&lt;p&gt;A transistor can be used as an electronic &lt;strong&gt;switch&lt;/strong&gt; or &lt;strong&gt;amplifier&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Instead of physically pressing a switch, a small electrical signal can control another electrical signal.&lt;/p&gt;

&lt;p&gt;That simple idea is incredibly powerful.&lt;/p&gt;

&lt;p&gt;Computers contain enormous numbers of transistors working together to perform logical operations and calculations.&lt;/p&gt;

&lt;p&gt;As a beginner, I'm currently focusing on understanding basic transistor switching before going much deeper.&lt;/p&gt;

&lt;p&gt;I'm learning about terms like:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Base
Collector
Emitter
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;for bipolar junction transistors, and:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Gate
Drain
Source
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;for MOSFETs.&lt;/p&gt;

&lt;p&gt;There is definitely a lot more for me to learn here.&lt;/p&gt;




&lt;h2&gt;
  
  
  5. LEDs — The Most Satisfying Beginner Component 😄
&lt;/h2&gt;

&lt;p&gt;LEDs are probably one of my favorite components so far.&lt;/p&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;p&gt;Because they give you immediate feedback.&lt;/p&gt;

&lt;p&gt;Build the circuit correctly?&lt;/p&gt;

&lt;p&gt;💡 Light!&lt;/p&gt;

&lt;p&gt;Something wrong?&lt;/p&gt;

&lt;p&gt;No light.&lt;/p&gt;

&lt;p&gt;For someone learning electronics, that immediate visual result makes experimentation much more enjoyable.&lt;/p&gt;

&lt;p&gt;A basic LED circuit might contain:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Power Source
     ↓
Resistor
     ↓
LED
     ↓
Ground
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Simple circuits like this have helped me connect the theory I'm learning with something physical.&lt;/p&gt;




&lt;h2&gt;
  
  
  6. Breadboards — Building Without Soldering
&lt;/h2&gt;

&lt;p&gt;Another thing I'm learning to use is a &lt;strong&gt;breadboard&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A breadboard lets you build temporary circuits without soldering components together.&lt;/p&gt;

&lt;p&gt;At first, all those holes looked completely random.&lt;/p&gt;

&lt;p&gt;Then I learned that many of them are internally connected.&lt;/p&gt;

&lt;p&gt;Understanding the rows, columns, and power rails suddenly made breadboards much less mysterious.&lt;/p&gt;

&lt;p&gt;Now I can experiment with components, move wires around, make mistakes, and rebuild circuits without permanently connecting anything.&lt;/p&gt;

&lt;p&gt;For beginners, that feels incredibly useful.&lt;/p&gt;




&lt;h2&gt;
  
  
  7. Multimeters — Learning to Measure Instead of Guess
&lt;/h2&gt;

&lt;p&gt;One lesson I'm starting to appreciate is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Don't just guess what a circuit is doing. Measure it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's where the multimeter comes in.&lt;/p&gt;

&lt;p&gt;A digital multimeter can help measure things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Voltage&lt;/li&gt;
&lt;li&gt;Current&lt;/li&gt;
&lt;li&gt;Resistance&lt;/li&gt;
&lt;li&gt;Continuity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of wondering whether voltage is reaching part of my circuit, I can actually test it.&lt;/p&gt;

&lt;p&gt;I'm still getting comfortable using a multimeter correctly, but I already understand why it's one of the most important tools on an electronics workbench.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Electronics Is Teaching Me
&lt;/h2&gt;

&lt;p&gt;The biggest surprise so far is that electronics isn't just about memorizing component names.&lt;/p&gt;

&lt;p&gt;It's about understanding relationships.&lt;/p&gt;

&lt;p&gt;Voltage affects current.&lt;/p&gt;

&lt;p&gt;Resistance affects current.&lt;/p&gt;

&lt;p&gt;Components interact with each other.&lt;/p&gt;

&lt;p&gt;A tiny change in one part of a circuit can affect everything else.&lt;/p&gt;

&lt;p&gt;And sometimes a circuit that looks perfect doesn't work because of one tiny mistake.&lt;/p&gt;

&lt;p&gt;Wrong resistor.&lt;/p&gt;

&lt;p&gt;LED backwards.&lt;/p&gt;

&lt;p&gt;Wire in the wrong breadboard row.&lt;/p&gt;

&lt;p&gt;No common ground.&lt;/p&gt;

&lt;p&gt;I'm discovering that debugging is probably going to be just as important as building.&lt;/p&gt;




&lt;h2&gt;
  
  
  My Beginner Electronics Learning List
&lt;/h2&gt;

&lt;p&gt;Right now, these are some of the topics I want to understand better:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ohm's Law&lt;/li&gt;
&lt;li&gt;Kirchhoff's Laws&lt;/li&gt;
&lt;li&gt;Series and parallel circuits&lt;/li&gt;
&lt;li&gt;Resistors and resistor color codes&lt;/li&gt;
&lt;li&gt;Capacitors&lt;/li&gt;
&lt;li&gt;Diodes&lt;/li&gt;
&lt;li&gt;LEDs&lt;/li&gt;
&lt;li&gt;BJTs&lt;/li&gt;
&lt;li&gt;MOSFETs&lt;/li&gt;
&lt;li&gt;Operational amplifiers&lt;/li&gt;
&lt;li&gt;Breadboards&lt;/li&gt;
&lt;li&gt;Multimeters&lt;/li&gt;
&lt;li&gt;Oscilloscopes&lt;/li&gt;
&lt;li&gt;Soldering&lt;/li&gt;
&lt;li&gt;Arduino and microcontrollers&lt;/li&gt;
&lt;li&gt;Reading schematics&lt;/li&gt;
&lt;li&gt;Designing simple PCBs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's a pretty long list. 😅&lt;/p&gt;

&lt;p&gt;But I'm learning one piece at a time.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I'm Writing About My Journey
&lt;/h2&gt;

&lt;p&gt;One reason I'm posting here is that writing about something forces me to understand it better.&lt;/p&gt;

&lt;p&gt;It's easy to read a chapter and think:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Yeah, I understand that.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;It's much harder to explain the same idea clearly in your own words.&lt;/p&gt;

&lt;p&gt;So as I continue learning electronics, I'm planning to share more of the concepts, experiments, mistakes, and small projects I encounter.&lt;/p&gt;

&lt;p&gt;I'm definitely &lt;strong&gt;not an expert&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;I'm a student learning in public.&lt;/p&gt;

&lt;p&gt;And maybe another beginner searching for the same answers will find something useful here.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Should I Learn Next?
&lt;/h2&gt;

&lt;p&gt;If you're experienced with electronics, I'd love your advice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is one electronics concept you wish you had understood earlier when you were a beginner?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And if you're learning too, tell me what you're currently building or studying.&lt;/p&gt;

&lt;p&gt;Maybe we can figure this stuff out together. ⚡&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

&lt;p&gt;— &lt;strong&gt;Sadie Rose&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>learning</category>
      <category>electronics</category>
      <category>beginners</category>
      <category>engineering</category>
    </item>
  </channel>
</rss>
