

The Breadboard Power Supply Board SMD (Manufacturer Part ID: PRT-10804) by SparkFun Electronics is a compact and efficient power supply module designed specifically for breadboard applications. This board utilizes surface-mount technology (SMD) to minimize size while delivering reliable and regulated voltage outputs. It is an essential tool for prototyping and powering electronic circuits on a breadboard.








The following table outlines the key technical details of the Breadboard Power Supply Board SMD:
| Specification | Details |
|---|---|
| Input Voltage Range | 6.5V to 12V DC (via barrel jack) or 5V DC (via USB input) |
| Output Voltage Options | 3.3V or 5V (selectable via onboard switch) |
| Maximum Output Current | 700mA (depending on input voltage and load) |
| Dimensions | 2.1" x 0.6" (53mm x 15mm) |
| Power Regulation | Linear voltage regulator |
| Connector Compatibility | Standard breadboard pin spacing (0.1" or 2.54mm pitch) |
| Protection Features | Reverse polarity protection on input and short-circuit protection on output |
The Breadboard Power Supply Board SMD has the following pin configuration:
| Pin Name | Description |
|---|---|
| VIN | Input voltage pin (6.5V to 12V DC from barrel jack or 5V from USB input) |
| GND | Ground connection for the circuit |
| VOUT | Regulated output voltage (3.3V or 5V, selectable via switch) |
| USB Input | Micro-USB connector for 5V input power |
| Barrel Jack | DC barrel jack for 6.5V to 12V input power |
The Breadboard Power Supply Board SMD can be used to power an Arduino UNO via its breadboard connections. Below is an example of how to connect and use it:
Here is a simple Arduino sketch to blink an LED powered by the Breadboard Power Supply Board SMD:
// Blink an LED connected to pin 13
// Ensure the breadboard power supply is set to 5V and properly connected
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:
Short Circuit on Output:
USB Power Issues:
By following these guidelines and best practices, the Breadboard Power Supply Board SMD can provide reliable and efficient power for your breadboard-based projects.