

The MB102 Breadboard Power Supply Module by CorpCo is a compact and versatile power supply solution designed specifically for breadboard-based prototyping. It provides stable output voltages of 3.3V and 5V, making it ideal for powering a wide range of electronic components and microcontroller projects. The module connects directly to standard breadboards, simplifying the process of powering circuits without the need for external wiring or bulky power supplies.








The following table outlines the key technical details of the MB102 Breadboard Power Supply Module:
| Parameter | Specification |
|---|---|
| Input Voltage | 6.5V - 12V DC (via DC barrel jack) |
| USB Input Voltage | 5V DC (via USB Type-A port) |
| Output Voltage Options | 3.3V, 5V |
| Maximum Output Current | 700mA |
| Dimensions | 53mm x 35mm x 20mm |
| Compatibility | Standard 830-point breadboards |
The MB102 module has several key connectors and pins. The table below describes their functions:
| Pin/Connector | Description |
|---|---|
| DC Barrel Jack | Input for 6.5V - 12V DC power supply. |
| USB Type-A Port | Alternative input for 5V DC power supply. |
| Power Switch | Toggle between ON and OFF states for the module. |
| Voltage Selector Jumper | Selects the output voltage (3.3V or 5V) for each power rail. |
| Breadboard Pins | Connects directly to the breadboard power rails (VCC and GND). |
| LED Indicator | Indicates the power status of the module (ON when lit). |
Connect the Module to a Breadboard:
Provide Input Power:
Set the Output Voltage:
Power On the Module:
Connect Your Circuit:
Below is an example of how to use the MB102 module to power an Arduino UNO via a breadboard:
// Example: Blink an LED using Arduino UNO powered by MB102 module
const int ledPin = 13; // Pin connected to the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
| Issue | Possible Cause | Solution |
|---|---|---|
| Module does not power on | Input voltage is outside the specified range | Verify the input voltage is between 6.5V and 12V (DC barrel jack) or 5V (USB). |
| LED indicator is off | Power switch is in the OFF position | Slide the power switch to the ON position. |
| Incorrect output voltage on power rails | Voltage selector jumper is misconfigured | Ensure the jumpers are set to the desired voltage (3.3V or 5V). |
| Overheating of the module | Excessive current draw | Reduce the load to stay within the 700mA current limit. |
| Module does not fit the breadboard properly | Breadboard is non-standard or too small | Use a standard 830-point breadboard for proper compatibility. |
Can I use the MB102 module to power a Raspberry Pi?
What happens if I reverse the input polarity?
Can I use both the DC barrel jack and USB input simultaneously?
Is the module compatible with smaller breadboards?
By following this documentation, you can effectively use the MB102 Breadboard Power Supply Module in your electronic projects.