

The MB102 Breadboard Power Supply Module by CorpCo is a compact and versatile power supply solution designed specifically for breadboard-based prototyping. It provides selectable output voltages of 3.3V and 5V, making it ideal for powering a wide range of electronic components and microcontroller projects. This module is easy to use, fits snugly onto standard breadboards, and eliminates the need for bulky external 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 (selectable via jumper) |
| Maximum Output Current | 700mA |
| Dimensions | 53mm x 35mm x 20mm |
| Compatibility | Standard 830-point breadboards |
The MB102 module has several key pins and connectors. The table below describes their functions:
| Pin/Connector | Description |
|---|---|
| DC Barrel Jack Input | Accepts 6.5V - 12V DC input for powering the module. |
| USB Type-A Input | Provides 5V DC input as an alternative power source. |
| 3.3V Output Pins | Provides regulated 3.3V output for powering components. |
| 5V Output Pins | Provides regulated 5V output for powering components. |
| Power Switch | Turns the module ON or OFF. |
| Voltage Selector Jumper | Allows switching between 3.3V and 5V output on each power rail. |
| Breadboard Pins | Connects directly to the power rails of a standard breadboard. |
Powering the Module:
Setting the Output Voltage:
Connecting to a Breadboard:
Powering Components:
The MB102 module can be used to power an Arduino UNO via its breadboard connections. Below is an example of how to connect and use the module:
// Example: Blink an LED using Arduino UNO powered by MB102 module
// Ensure the MB102 output is set to 5V and connected to the Arduino VIN and GND pins.
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 | Power source not connected or insufficient | Check the input voltage and connections. |
| Output voltage is incorrect | Incorrect jumper setting | Verify and adjust the voltage selector jumper. |
| Module overheats | Excessive current draw | Reduce the load or check for short circuits. |
| Breadboard connections are loose | Module not seated properly | Ensure the module is firmly inserted. |
Can I use the MB102 module with a 9V battery?
What happens if I exceed the maximum current rating?
Can I use both 3.3V and 5V outputs simultaneously?
By following this documentation, you can effectively use the MB102 Breadboard Power Supply Module for your electronic projects.