-DB6-R
AI

The **DB6-R** is a specific model of a **Full-Wave Bridge Rectifier**. It is widely used in power supplies and consumer electronics to convert Alternating Current (AC) into Direct Current (DC).
---
## 1. Core Technical Specifications
The DB6-R is part of the "DB" series of bridge rectifiers, known for their compact size and reliable performance.
| Parameter | Value (Typical) |
| :--- | :--- |
| **Component Type** | Single-Phase Bridge Rectifier |
| **Max Peak Repetitive Reverse Voltage ($V_{RRM}$)** | 600V |
| **Max Average Forward Rectified Current ($I_{O}$)** | 1.0 Ampere |
| **Peak Forward Surge Current ($I_{FSM}$)** | 30 - 50 Amperes (8.3ms half-sine) |
| **Operating Temperature Range** | -55°C to +150°C |
| **Package Type** | DB (4-Pin DIP / Surface Mount equivalent) |
---
## 2. Functional Description
Inside the DB6-R are **four silicon diodes** arranged in a bridge configuration. This setup ensures that regardless of the AC input polarity, the output remains in a single direction (DC).
### Pin Configuration
The device has four leads, usually marked on the casing:
1. **AC Pins (~):** Two pins where the input alternating voltage is connected.
2. **Positive Output (+):** The rectified positive DC terminal.
3. **Negative Output (-):** The rectified negative DC terminal (Ground).
---
## 3. Key Features
* **High Reverse Voltage:** Rated up to 600V, making it suitable for standard household AC mains (110V/220V).
* **Low Forward Voltage Drop:** Typically around 1.1V per diode, which minimizes power loss.
* **Glass Passivated Junction:** This provides high reliability and stability against moisture and environmental contaminants.
* **Compact Footprint:** The "DB" package is small, saving space on Printed Circuit Boards (PCBs).
---
## 4. Typical Application Circuit
A bridge rectifier is usually the first stage after a transformer in a power supply circuit.
```text
[ AC Source ] ----> [ DB6-R ] ----> [ Smoothing Capacitor ] ----> [ DC Load ]
(Rectifies) (Removes Ripple) (Clean DC)
```
### Usage Examples:
* AC/DC Adapters (Wall warts).
* Battery Chargers.
* LED Lighting Power Supplies.
* Small home appliances.
---
## 5. Circuit Symbol Representation
In a schematic, it is represented as a diamond shape with four diodes:
```python
# Logic representation of the internal bridge
# AC1 --|>|--+--|>|-- AC2
# | |
# (-) (+)
```
- ⤷
What is the difference between the DB6-R and the DB107 bridge rectifier?
- ⤷ How do I calculate the heat dissipation requirements for a DB6-R?
- ⤷ Can the DB6-R be used for 240V AC mains rectification?