

The D24V90F5 is a high-performance DC-DC step-down voltage regulator capable of delivering a stable 5V output from a wide input voltage range of 6V to 36V. With a maximum output power of 90W, this regulator is designed for applications requiring high efficiency and reliability. Its compact design and robust features make it suitable for powering microcontrollers, sensors, communication devices, and other electronic systems.








| Parameter | Value |
|---|---|
| Input Voltage Range | 6V to 36V |
| Output Voltage | 5V |
| Maximum Output Current | 18A |
| Maximum Output Power | 90W |
| Efficiency | Up to 95% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 1.9" × 1.0" × 0.4" (approx.) |
| Pin Name | Pin Type | Description |
|---|---|---|
| VIN | Input | Connect to the positive terminal of the input voltage source. |
| GND | Ground | Connect to the ground of the input voltage source. |
| VOUT | Output | Provides the regulated 5V output. |
| ENABLE | Control | Logic input to enable or disable the regulator. High = Enabled, Low = Disabled. |
Connect the Input Voltage:
Connect the Ground:
Connect the Output:
Enable the Regulator:
Add Capacitors (Optional):
The D24V90F5 can be used to power an Arduino UNO by providing a stable 5V supply. Below is an example circuit and Arduino code to demonstrate its usage.
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the D24V90F5 is providing a stable 5V supply to the Arduino
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
void loop() {
digitalWrite(13, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(13, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Overheating:
Output Voltage Fluctuations:
Regulator Not Enabling:
Q: Can the D24V90F5 be used with a 24V input?
A: Yes, the D24V90F5 supports input voltages up to 36V, so 24V is within the acceptable range.
Q: What happens if the input voltage exceeds 36V?
A: Exceeding the maximum input voltage can damage the regulator. Always ensure the input voltage stays within the specified range.
Q: Is the D24V90F5 suitable for battery-powered applications?
A: Yes, its high efficiency and wide input voltage range make it ideal for battery-powered systems.
Q: Can I leave the ENABLE pin unconnected?
A: Yes, leaving the ENABLE pin unconnected will disable the regulator. To enable it, connect the pin to a high logic level.
This concludes the documentation for the D24V90F5. For further assistance, refer to the manufacturer's datasheet or contact technical support.