The Dual 5V Power Supply Mini Board is a compact and efficient power supply solution designed to provide two stable 5V outputs. This board is ideal for powering microcontrollers, sensors, and other low-voltage electronic devices. Its small form factor makes it perfect for use in projects where space is limited.
Parameter | Value |
---|---|
Input Voltage | 6V - 12V DC |
Output Voltage | 5V DC (x2) |
Output Current | Up to 1A per output |
Power Rating | 5W per output |
Efficiency | Up to 90% |
Dimensions | 25mm x 25mm x 10mm |
Weight | 5 grams |
Pin Number | Pin Name | Description |
---|---|---|
1 | VIN | Input voltage (6V - 12V DC) |
2 | GND | Ground |
3 | 5V OUT1 | 5V Output 1 |
4 | 5V OUT2 | 5V Output 2 |
Connect the Input Voltage:
Connect the Outputs:
Here is an example of how to use the Dual 5V Power Supply Mini Board to power an Arduino UNO:
+---------+ +-------------------+
| DC Power| | Dual 5V Power |
| Source | | Supply Mini Board |
| | | |
| +6V |------>| VIN |
| GND |------>| GND |
+---------+ | |
| 5V OUT1 ----------> Arduino 5V Pin
| GND ----------> Arduino GND Pin
+-------------------+
// Simple Blink Example
// This code will blink the onboard LED of the Arduino UNO
void setup() {
pinMode(LED_BUILTIN, OUTPUT); // Set the LED pin as output
}
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(LED_BUILTIN, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Overheating:
Unstable Output Voltage:
Q1: Can I use this board to power a Raspberry Pi?
Q2: What happens if I exceed the input voltage range?
Q3: Can I use both 5V outputs simultaneously?
Q4: Is there any protection against reverse polarity?
This documentation provides a comprehensive guide to using the Dual 5V Power Supply Mini Board. Whether you are a beginner or an experienced user, following these guidelines will help you effectively integrate this component into your projects.