Basic Electronic Components
January 19, 2026 · View on GitHub
This document covers four fundamental electronic components: Resistors, Capacitors, Buttons, and Switches, including common values, formulas, and types.
1. Resistors (R)
Resistors limit the flow of electrical current and dissipate energy as heat.
Common Formulas
- Ohm's Law: (Voltage = Current Resistance)
- Series Resistance:
- Parallel Resistance:
Common Values (E12/E24 Series - 5% Tolerance)
Values are multiplied by powers of 10 (e.g., 10, 100, 1k, 10k, 100k, 1M): 1.0, 1.1, 1.2, 1.3, 1.5, 1.6, 1.8, 2.0, 2.2, 2.4, 2.7, 3.0, 3.3, 3.6, 3.9, 4.3, 4.7, 5.1, 5.6, 6.2, 6.8, 7.5, 8.2, 9.1
2. Capacitors (C)
Capacitors store electrical charge in an electric field.
Common Formulas
- Capacitance: (Charge / Voltage)
- Current:
- Parallel Capacitance:
- Series Capacitance:
- Energy Stored:
Common Values
- Ceramic (picoFarads/nanoFarads): 10pF, 22pF, 100pF, 1nF, 10nF, 100nF (often labeled "104")
- Electrolytic (microFarads): 1µF, 10µF, 22µF, 47µF, 100µF, 220µF, 470µF, 1000µF
3. Buttons (Push Button)
A momentary switch that completes a circuit only when pressed.
Common Types
- Normally Open (NO): Circuit is open (off) until pushed.
- Normally Closed (NC): Circuit is closed (on) until pushed.
- Tactile Switch: Small, standard button for PCB mounting.
4. Switches (SW)
An electromechanical device that breaks or connects a circuit, staying in position until flipped.
Common Types
- SPST: Single Pole, Single Throw (On/Off)
- SPDT: Single Pole, Double Throw (Toggle between two paths)
- DPST/DPDT: Double Pole variants (controls two independent circuits simultaneously)
- DIP Switch: Small array of switches for circuit boards.
Quick Reference Summary Table
| Component | Symbol (Ref) | Key Formula | Common Use |
|---|---|---|---|
| Resistor | Zigzag / Box | Current limiting, voltage divider | |
| Capacitor | Two Parallel Lines | Filtering, timing, coupling | |
| Button | Momentary | N/A | User input (momentary) |
| Switch | Toggle/Lever | N/A | Power control, signal routing |
Common Suffixes
- k = kilo ($1$0^{3}$$)
- M = Mega ($1$0^{6}$$)
- m = milli ($10^{-3}$)
- µ = micro ($10^{-6}$)
- n = nano ($10^{-9}$)
- p = pico ($10^{-12}$)