

The MBR745 is a Schottky diode manufactured by Fairchild Semiconductor. It is designed for high-efficiency rectification and power management applications. Known for its low forward voltage drop and fast switching speed, the MBR745 is widely used in power supplies, DC-DC converters, and freewheeling diodes in motor control circuits. Its robust design and high current handling capability make it a reliable choice for both industrial and consumer electronics.








The following table outlines the key technical specifications of the MBR745 Schottky diode:
| Parameter | Value |
|---|---|
| Manufacturer Part ID | MBR745 |
| Manufacturer | Fairchild Semiconductor |
| Maximum Repetitive Reverse Voltage (VRRM) | 45 V |
| Average Forward Current (IF(AV)) | 7.5 A |
| Peak Forward Surge Current (IFSM) | 150 A (8.3 ms half-sine) |
| Forward Voltage Drop (VF) | 0.67 V (at 7.5 A, TJ = 25°C) |
| Reverse Current (IR) | 1 mA (at VR = 45 V, TJ = 25°C) |
| Operating Junction Temperature (TJ) | -65°C to +150°C |
| Package Type | TO-220AC |
The MBR745 is available in a TO-220AC package with the following pin configuration:
| Pin Number | Pin Name | Description |
|---|---|---|
| 1 | Anode | Positive terminal of the diode |
| 2 | Cathode | Negative terminal of the diode |
| Tab | Cathode | Electrically connected to the cathode |
The MBR745 can be used in a full-wave rectifier circuit for converting AC to DC. Below is an example of how to connect four MBR745 diodes in a bridge rectifier configuration:
AC Input ----|>|----+----|<|---- AC Input
Anode Cathode
| |
+-----------+
| |
Cathode Anode
|<|----+----|>|
| |
(+) (-)
DC Output DC Output
The MBR745 can be used in Arduino projects for reverse polarity protection or as a freewheeling diode in motor control circuits. Below is an example of using the MBR745 for reverse polarity protection:
// Example: Reading voltage after reverse polarity protection
// Ensure the MBR745 is connected between the power supply and Arduino VIN pin.
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud
}
void loop() {
int voltage = analogRead(A0); // Read voltage from analog pin A0
float voltageValue = voltage * (5.0 / 1023.0); // Convert to actual voltage
Serial.print("Voltage after protection: ");
Serial.print(voltageValue);
Serial.println(" V");
delay(1000); // Wait for 1 second before the next reading
}
Excessive Heat Generation
No Current Flow
High Reverse Leakage Current
Voltage Drop Too High
Q1: Can the MBR745 handle AC signals?
A1: Yes, the MBR745 can rectify AC signals when used in a rectifier circuit.
Q2: What is the maximum surge current the MBR745 can handle?
A2: The MBR745 can handle a peak forward surge current of 150 A for 8.3 ms (half-sine wave).
Q3: Can I use the MBR745 for solar panel applications?
A3: Yes, the MBR745 is suitable as a bypass diode in solar panels due to its low forward voltage drop and high current capability.
Q4: Is the MBR745 suitable for high-frequency applications?
A4: Yes, the MBR745's fast switching speed makes it ideal for high-frequency rectification.
By following this documentation, users can effectively integrate the MBR745 Schottky diode into their electronic designs for reliable and efficient performance.