2022-11-09 07:00:05 +00:00
|
|
|
---
|
2023-02-10 18:22:04 +00:00
|
|
|
tags: [electricity, circuits]
|
2022-11-09 07:00:05 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# LEDs
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
LED' stands for **Light Emitting Diode**, a [circuit]() component that emits
|
|
|
|
light. The symbol for an LED is displayed below:
|
2022-11-09 07:00:05 +00:00
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-11-09 07:00:05 +00:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
A **diode** is a special kind of component that only permits current to flow
|
|
|
|
through it in one direction. To achieve this it has very low resistance in one
|
|
|
|
direction to allow current flow and high resistance in the other direction to
|
|
|
|
impede current flow. This feature of diodes is clearly represented in the
|
|
|
|
generic diode circuit symbol:
|
2022-11-09 07:00:05 +00:00
|
|
|
|
2024-02-16 16:14:01 +00:00
|
|
|

|
2022-11-09 07:00:05 +00:00
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
An LED diode lights up when the right amount of current flows through it. A
|
|
|
|
standard LED has a maximum current of 20mA. An appropriate
|
2024-02-17 11:57:44 +00:00
|
|
|
[resistor](Resistance.md#resistors)
|
2024-02-02 15:58:13 +00:00
|
|
|
must therefore be added to the circuit to ensure the current doesn't exeedd this
|
|
|
|
amount.
|