# Difference Between Active and Passive Components in Electronics ## ๐Ÿ”‹ Active Components Active components are electronic devices that **can amplify signals**, **control current**, or **produce energy**. They require an external power source to function. ### Examples: - **Transistors** โ€“ Amplify or switch electronic signals - **Diodes** (including LEDs) โ€“ Allow current in one direction, used in rectification - **Integrated Circuits (ICs)** โ€“ Contain multiple active and passive components ### Key Features: - Require external power to operate - Can **inject power** into a circuit - Can **control the flow** of electricity - Used for **amplification**, **signal processing**, and **switching** --- ## ๐Ÿ”Œ Passive Components Passive components cannot amplify or generate power. They only **respond to** the electrical signals applied to them. ### Examples: - **Resistors** โ€“ Limit current flow - **Capacitors** โ€“ Store and release energy as an electric field - **Inductors** โ€“ Store energy in a magnetic field - **Transformers** โ€“ Transfer energy between circuits via magnetic fields ### Key Features: - Do **not require** external power to operate - **Cannot amplify** signals - Used for **filtering**, **energy storage**, **tuning**, and **impedance matching** --- ## โš–๏ธ Quick Analogy - **Passive Component**: Like a **valve or container** โ€” it regulates or stores energy. - **Active Component**: Like a **pump** โ€” it can **add energy** and control the system dynamically. --- # ๐Ÿ”‹ 10 Active Electronic Components ![Active Components](./active_components_symbols.png) # ๐Ÿ”Œ 10 Passive Electronic Components ![Passive Components](./passive_components_symbols.png) ------ # ๐Ÿ” Use in a Timer Circuit # ๐Ÿ”ง 555 Timer LED Blinker Circuit (Astable Mode) This project uses a 555 timer IC in **astable mode** to blink an LED on and off at a regular interval. --- ## ๐Ÿงฐ Required Components | Component | Value | Quantity | |----------------|------------------|----------| | 555 Timer IC | NE555 | 1 | | Resistor R1 | 10 kฮฉ | 1 | | Resistor R2 | 10 kฮฉ | 1 | | Resistor R3 | 470 ฮฉ | 1 | | Capacitor C1 | 10 ยตF (electrolytic) | 1 | | LED | Any color | 1 | | Power Supply | 5V โ€“ 9V DC | 1 | | Breadboard + jumper wires | โ€” | โ€” | --- ## ๐Ÿ” How It Works The 555 timer is configured in **astable mode**, which means it continuously switches between high and low states: - The **output pin (pin 3)** alternates between HIGH and LOW. - This causes the **LED to blink** on and off. - The **timing interval** is determined by **R1**, **R2**, and **C1**. --- ## โฑ๏ธ Blinking Frequency Formula To change the blink rate: T = 0.693 ร— (R1 + 2ร—R2) ร— C1 Where: - `T` is the period in seconds - `R1`, `R2` in ohms - `C1` in farads --- ## ๐Ÿ”Œ Circuit Schematic ![555 Timer LED Blink Circuit](./555_blink_circuit.png) --- ## โœ… Assembly Tips - Ensure **pin 1** is connected to **GND** - **Pin 8** goes to **Vcc** - Make sure the **capacitor polarity** is correct (โˆ’ side to GND) - Use a **current-limiting resistor (R3)** with the LED to prevent damage --- This is a perfect beginner project to understand **timers**, **oscillation**, and **basic LED control**. ### Resources: https://elonics.org/adjustable-led-flasher-using-555-timer/