

The 3in1DC module, manufactured by DigiKey (Part ID: 123some), is a versatile 3-in-1 DC module that integrates a DC-DC converter, a voltage regulator, and a power management system. This compact and efficient component is designed to simplify power management in electronic circuits, making it ideal for a wide range of applications.








The following table outlines the key technical details of the 3in1DC module:
| Parameter | Value |
|---|---|
| Input Voltage Range | 4.5V to 24V |
| Output Voltage Range | 1.8V, 3.3V, 5V (selectable) |
| Maximum Output Current | 2A |
| Efficiency | Up to 95% |
| Operating Temperature | -40°C to +85°C |
| Dimensions | 25mm x 20mm x 10mm |
| Protection Features | Overcurrent, Overvoltage, Thermal |
The 3in1DC module has a simple pinout for easy integration into circuits:
| Pin | Name | Description |
|---|---|---|
| 1 | VIN | Input voltage (4.5V to 24V) |
| 2 | GND | Ground connection |
| 3 | VOUT | Regulated output voltage (1.8V, 3.3V, or 5V) |
| 4 | SEL1 | Voltage selection pin 1 (used with SEL2) |
| 5 | SEL2 | Voltage selection pin 2 (used with SEL1) |
| 6 | EN | Enable pin (active high, connect to VIN to enable) |
The following example demonstrates how to power an Arduino UNO using the 3in1DC module:
// Example code to blink an LED connected to pin 13 of the Arduino UNO
// Ensure the 3in1DC module is providing a stable 5V to the Arduino UNO
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:
Unstable Output Voltage:
Incorrect Output Voltage:
Q: Can the 3in1DC module be used with a battery?
A: Yes, the module can be powered by a battery as long as the input voltage is within the range of 4.5V to 24V.
Q: What happens if the input voltage exceeds 24V?
A: The module may be damaged. Always ensure the input voltage stays within the specified range.
Q: Can I use the 3in1DC to power multiple devices?
A: Yes, as long as the total current draw does not exceed 2A.
Q: Is the module protected against reverse polarity?
A: No, the module does not have reverse polarity protection. Ensure correct polarity when connecting the input voltage.