-
Notifications
You must be signed in to change notification settings - Fork 1
2.1 Basic Electrical Components
Understanding electrical symbols and components is essential before diving into PCB design.
Familiarize yourself with common electrical symbols that represent various components on a schematic:
-
Resistor:
-
Capacitor:
-
Inductor:
-
Diode:
Resistors limit the flow of electric current in a circuit. The relationship between voltage (V), current (I), and resistance (R) is described by Ohm's law:
Capacitors store electrical energy temporarily and release it when needed. The formula for calculating charge (Q) is:
Inductors store energy in a magnetic field when electrical current passes through them. The voltage across an inductor is given by:
Diodes allow current to flow in one direction only, making them essential for rectification in power supply circuits.
-
Series Resistance: The total resistance in a series circuit is the sum of the individual resistances.
$R_{total} = R_1 + R_2 + ... + R_n$ -
Parallel Resistance: The total resistance in a parallel circuit is calculated using:
$\frac{1}{R_{total}} = \frac{1}{R_1} + \frac{1}{R_2} + ... + \frac{1}{R_n}$
-
Series Capacitance: The total capacitance in a series circuit is:
$\frac{1}{C_{total}} = \frac{1}{C_1} + \frac{1}{C_2} + ... + \frac{1}{C_n}$ -
Parallel Capacitance: The total capacitance in a parallel circuit is:
$C_{total} = C_1 + C_2 + ... + C_n$
- Capacitors and Inductors have an equivalent series resistance.
- This means:
- Current is flowing through these components.
- These components will dissipate power.
$P=VI=I^2R=V^2/R$ - Each component has a maximum power dissipation.
- CHECK COMPONENT DATASHEETS