Electronics Basics: Understanding Voltage, Current, and Resistance
Master the fundamentals of electronics with this beginner-friendly guide to Ohm's Law and basic circuit theory.
Before diving into Arduino projects and IoT devices, understanding basic electronics principles will make you a better maker. Let's break down the fundamentals.
The Three Pillars: Voltage, Current, Resistance
Voltage (V) **What it is:** Electrical pressure or potential difference **Analogy:** Water pressure in a pipe **Unit:** Volts (V) **Common values:** 3.3V, 5V, 12V, 120V AC
Current (I) **What it is:** Flow of electrical charge **Analogy:** Water flow rate **Unit:** Amperes or Amps (A) **Common values:** milliamps (mA) for LEDs, amps for motors
Resistance (R) **What it is:** Opposition to current flow **Analogy:** Pipe diameter (narrow = more resistance) **Unit:** Ohms (Ω) **Common values:** 220Ω, 1kΩ, 10kΩ
Ohm's Law: The Golden Rule
The relationship between these three:
V = I × R
In plain English: Voltage = Current × Resistance
Practical Examples
- LED needs 20mA (0.02A)
- Forward voltage: 2V
- Power supply: 5V
- Voltage drop needed: 5V - 2V = 3V
- Resistor needed: R = V/I = 3V / 0.02A = 150Ω
- Use: 220Ω resistor (nearest standard value)
- 12V battery
- 100Ω resistor
- Current: I = V/R = 12V / 100Ω = 0.12A = 120mA
Power: The Fourth Element
Formula: P = V × I (Power = Voltage × Current) Unit: Watts (W)
- Choose correct resistor wattage
- Calculate battery life
- Prevent component burnout
- 5V powering 100mA device
- Power: P = 5V × 0.1A = 0.5W
Series vs Parallel Circuits
Series Circuit - Components connected end-to-end - **Voltage:** Splits across components - **Current:** Same through all components - **Resistance:** R_total = R1 + R2 + R3
Parallel Circuit - Components connected side-by-side - **Voltage:** Same across all components - **Current:** Splits across branches - **Resistance:** 1/R_total = 1/R1 + 1/R2 + 1/R3
Reading Resistor Color Codes
Resistors use color bands to show their value:
- Band 1: First digit
- Band 2: Second digit
- Band 3: Multiplier (zeros)
- Band 4: Tolerance
- 1-0-×100-±5% = 1000Ω ±5% = 1kΩ
- Black: 0
- Brown: 1
- Red: 2
- Orange: 3
- Yellow: 4
- Green: 5
- Blue: 6
- Violet: 7
- Gray: 8
- White: 9
Essential Tools
1. Multimeter: Measure voltage, current, resistance 2. Breadboard: Prototype without soldering 3. Wire strippers: Clean connections 4. Helping hands: Hold components while soldering
Safety Tips
- Start with low voltages (5V, 12V)
- Never work on live AC circuits without training
- Double-check polarity on polarized components
- Use appropriate fuses
- Keep work area organized
Practice Makes Perfect
Try these exercises: 1. Calculate resistor for different LED colors 2. Measure voltage across components in series 3. Build a voltage divider 4. Test series vs parallel resistor combinations
Understanding these basics will make every electronics project easier!
Found this helpful?
Share it with other makers!