

The LM7809 is a linear voltage regulator that provides a fixed output voltage of 9V. It is designed to deliver a maximum output current of 1A, making it ideal for powering low-power electronic circuits. The LM7809 features built-in thermal overload protection and short-circuit protection, ensuring safe and reliable operation. With its wide input voltage range, it is a versatile component for various applications.








The LM7809 is a robust and reliable voltage regulator with the following key specifications:
| Parameter | Value |
|---|---|
| Output Voltage | 9V ± 2% |
| Maximum Output Current | 1A |
| Input Voltage Range | 11V to 35V |
| Dropout Voltage | 2V to 2.5V |
| Quiescent Current | 5mA (typical) |
| Operating Temperature | 0°C to +125°C |
| Thermal Overload Protection | Yes |
| Short-Circuit Protection | Yes |
| Package Types | TO-220, TO-3 |
The LM7809 typically comes in a TO-220 package with three pins. The pinout is as follows:
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | Input (IN) | Connect to the unregulated input voltage source. |
| 2 | Ground (GND) | Common ground for input and output. |
| 3 | Output (OUT) | Provides the regulated 9V output. |
Below is a simple circuit diagram for using the LM7809:
Unregulated Input Voltage
+12V
|
|
[C1] 0.33µF
|
|-----> Pin 1 (Input)
|
GND
|
|-----> Pin 2 (Ground)
|
[C2] 0.1µF
|
|-----> Pin 3 (Output) -----> Regulated 9V Output
The LM7809 can be used to power an Arduino UNO by providing a stable 9V supply to its power jack. Below is an example of how to connect the LM7809 to an Arduino UNO:
// Example: Powering Arduino UNO with LM7809
// Connect the LM7809 output to the Arduino UNO power jack (9V input).
void setup() {
// No specific code is required for powering the Arduino UNO.
// Ensure the LM7809 is properly connected to the input voltage source
// and the output is connected to the Arduino power jack.
}
void loop() {
// Your Arduino code goes here.
}
No Output Voltage
Overheating
Output Voltage Fluctuations
Short Circuit
Q1: Can I use the LM7809 to power a 12V device?
A1: No, the LM7809 provides a fixed output of 9V. Using it to power a 12V device may result in insufficient voltage and improper operation.
Q2: What happens if the input voltage exceeds 35V?
A2: The LM7809 may be damaged if the input voltage exceeds its maximum rating of 35V. Always ensure the input voltage is within the specified range.
Q3: Can I use the LM7809 without capacitors?
A3: While the LM7809 may function without capacitors, it is not recommended. Capacitors improve stability and reduce noise, ensuring reliable operation.
Q4: Is the LM7809 suitable for battery-powered circuits?
A4: Yes, as long as the battery voltage is within the input voltage range (11V to 35V). However, consider the dropout voltage when designing the circuit.