The MB102 Breadboard Power Supply Module by CorpCo (Part ID: Uno) 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 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 to 12V (via DC barrel jack) |
Alternate Input | 5V (via USB Type-A port) |
Output Voltage Options | 3.3V and 5V |
Maximum Output Current | 700mA (depending on input source) |
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 for 6.5V to 12V DC power supply. |
USB Type-A Port | Alternate input for 5V power supply. |
Power Switch | Toggles the module ON or OFF. |
Voltage Selector Jumper | Selects the output voltage (3.3V or 5V) for each power rail. |
Breadboard Pins | Outputs 3.3V or 5V to the breadboard's power rails (left and right sides). |
GND Pins | Provides ground connections to the breadboard's ground rails. |
Connect the Module to a Breadboard:
Provide Input Power:
Set the Output Voltage:
Power On the Module:
Connect Components:
Below is an example of how to power an Arduino UNO using the MB102 module:
// Example: Blink an LED using Arduino UNO powered by MB102 module
// Define the LED pin
const int ledPin = 13;
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 too low or disconnected | Verify the input voltage is within the 6.5V to 12V range or check USB power. |
Output voltage is incorrect | Voltage selector jumper is misconfigured | Ensure the jumpers are set to the desired voltage (3.3V or 5V). |
Components not receiving power | Poor connection to the breadboard | Ensure the module is securely connected to the breadboard. |
Module overheats during operation | Excessive current draw or poor ventilation | Reduce the load or improve airflow around the module. |
Can I use the MB102 module with a 9V battery?
Is the module compatible with all breadboards?
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.