Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use Power Supply: Examples, Pinouts, and Specs

Image of Power Supply
Cirkit Designer LogoDesign with Power Supply in Cirkit Designer

Introduction

The Power Supply is a critical electronic component designed to provide electrical energy to a circuit. It converts AC or DC voltage from a source into a stable and usable form for powering electronic components. Power supplies are essential in virtually all electronic systems, ensuring that devices operate within their required voltage and current specifications.

Explore Projects Built with Power Supply

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
AC to DC Power Supply with Transformer and Bridge Rectifier
Image of BRIDGE RECTIFIER: A project utilizing Power Supply in a practical application
This circuit is a basic AC to DC power supply that steps down 220V AC to a lower voltage using a transformer, rectifies it to DC using a bridge rectifier made of diodes, and smooths the output with an electrolytic capacitor. A rocker switch is used to turn the power supply on and off.
Cirkit Designer LogoOpen Project in Cirkit Designer
USB-Powered DC Gear Motor with LED Indicator
Image of Hand Crank mobile charger : A project utilizing Power Supply in a practical application
This circuit appears to be a power supply unit with a bridge rectifier connected to a DC gear motor, indicating it is designed to convert AC to DC power for the motor. An electrolytic capacitor is used for smoothing the DC output, and a 7805 voltage regulator is included to provide a stable 5V output. Additionally, there is an LED with a series resistor, likely serving as a power indicator light.
Cirkit Designer LogoOpen Project in Cirkit Designer
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
Image of rfdriver: A project utilizing Power Supply in a practical application
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
AC to DC Power Supply with Voltage Regulation and Overcurrent Protection
Image of PENGATUR VOLTAN: A project utilizing Power Supply in a practical application
This circuit appears to be a power supply unit with a transformer for stepping down voltage, a bridge rectifier for converting AC to DC, and a voltage regulator for stabilizing the output voltage. It includes a Zener diode for overvoltage protection, capacitors for smoothing out ripples in the DC supply, and a fuse for overcurrent protection. A toggle switch and a rocker switch are used to control the power flow, and there is an LED indicator connected through resistors, likely for power-on indication.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with Power Supply

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of BRIDGE RECTIFIER: A project utilizing Power Supply in a practical application
AC to DC Power Supply with Transformer and Bridge Rectifier
This circuit is a basic AC to DC power supply that steps down 220V AC to a lower voltage using a transformer, rectifies it to DC using a bridge rectifier made of diodes, and smooths the output with an electrolytic capacitor. A rocker switch is used to turn the power supply on and off.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Hand Crank mobile charger : A project utilizing Power Supply in a practical application
USB-Powered DC Gear Motor with LED Indicator
This circuit appears to be a power supply unit with a bridge rectifier connected to a DC gear motor, indicating it is designed to convert AC to DC power for the motor. An electrolytic capacitor is used for smoothing the DC output, and a 7805 voltage regulator is included to provide a stable 5V output. Additionally, there is an LED with a series resistor, likely serving as a power indicator light.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of rfdriver: A project utilizing Power Supply in a practical application
Dual 5V Power Supply Distribution Circuit with Toggle Switch Control
This circuit consists of two 5V 5A power supplies connected to an AC wall plug point, providing DC output through a 12-way connector. The ground connections from both power supplies are interconnected and also connected to the ground pins of two toggle switches. The DC outputs from the power supplies are separately connected to different pins on the 12-way connector, with each power supply output being switchable via one of the toggle switches.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of PENGATUR VOLTAN: A project utilizing Power Supply in a practical application
AC to DC Power Supply with Voltage Regulation and Overcurrent Protection
This circuit appears to be a power supply unit with a transformer for stepping down voltage, a bridge rectifier for converting AC to DC, and a voltage regulator for stabilizing the output voltage. It includes a Zener diode for overvoltage protection, capacitors for smoothing out ripples in the DC supply, and a fuse for overcurrent protection. A toggle switch and a rocker switch are used to control the power flow, and there is an LED indicator connected through resistors, likely for power-on indication.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications and Use Cases

  • Powering microcontrollers, sensors, and actuators in embedded systems
  • Supplying energy to consumer electronics such as laptops, TVs, and smartphones
  • Industrial automation systems and robotics
  • Laboratory equipment and testing setups
  • LED lighting systems and displays

Technical Specifications

The following table outlines the key technical details of the Generic Power Supply:

Parameter Value
Manufacturer Generic
Part ID Power Supply
Input Voltage Range 100-240V AC, 50/60Hz
Output Voltage Range 3.3V, 5V, 12V DC (varies by model)
Output Current Up to 5A (varies by model)
Power Rating 15W to 60W (varies by model)
Efficiency ≥85%
Protection Features Overvoltage, Overcurrent, Short Circuit
Operating Temperature -10°C to 50°C
Storage Temperature -20°C to 70°C
Dimensions Varies by model

Pin Configuration and Descriptions

The Power Supply typically has the following pin configuration:

Pin Name Description
AC Input Connects to the AC mains supply (100-240V AC)
DC Output + Positive terminal for the regulated DC output voltage
DC Output - Negative terminal (ground) for the DC output voltage
Earth (GND) Ground connection for safety and noise reduction

Usage Instructions

How to Use the Power Supply in a Circuit

  1. Input Connection: Connect the AC Input pins to a mains power source (100-240V AC). Ensure the power supply is rated for your region's voltage and frequency.
  2. Output Connection: Connect the DC Output + and DC Output - pins to the load (e.g., microcontroller, sensor, or other electronic components). Verify that the load's voltage and current requirements match the power supply's output specifications.
  3. Grounding: For safety and noise reduction, connect the Earth (GND) pin to a proper ground point.
  4. Power On: Switch on the power supply and verify the output voltage using a multimeter before connecting sensitive components.

Important Considerations and Best Practices

  • Voltage Selection: If the power supply has multiple output voltage options, ensure you select the correct voltage for your application.
  • Current Rating: Do not exceed the maximum current rating of the power supply to avoid overheating or damage.
  • Heat Dissipation: Ensure adequate ventilation around the power supply to prevent overheating.
  • Polarity: Double-check the polarity of the DC output connections to avoid damaging your circuit.
  • Safety: Always handle the power supply with care, especially when working with high-voltage AC inputs.

Example: Using the Power Supply with an Arduino UNO

To power an Arduino UNO using a 5V DC power supply, follow these steps:

  1. Connect the DC Output + pin of the power supply to the Arduino's 5V pin.
  2. Connect the DC Output - pin of the power supply to the Arduino's GND pin.
  3. Verify the connections and power on the supply.

Here is an example Arduino sketch to blink an LED when powered by the power supply:

// Blink an LED connected to pin 13
// Ensure the Arduino is powered by the 5V power supply

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
}

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Output Voltage

    • Cause: The power supply is not connected to the mains or the input voltage is incorrect.
    • Solution: Verify the AC input connection and ensure the mains power is on.
  2. Overheating

    • Cause: The power supply is overloaded or lacks proper ventilation.
    • Solution: Reduce the load current or improve airflow around the power supply.
  3. Output Voltage Fluctuations

    • Cause: The load exceeds the power supply's capacity or there is electrical noise.
    • Solution: Use a load within the power supply's rated capacity and add filtering capacitors if necessary.
  4. Short Circuit Protection Triggered

    • Cause: A short circuit exists in the connected load.
    • Solution: Disconnect the load, check for shorts, and reconnect after resolving the issue.

FAQs

Q1: Can I use this power supply to charge batteries?
A1: No, this power supply is not designed for battery charging. Use a dedicated battery charger for that purpose.

Q2: How do I know if the power supply is compatible with my device?
A2: Check the voltage and current requirements of your device and ensure they match the power supply's output specifications.

Q3: Is it safe to leave the power supply on for extended periods?
A3: Yes, as long as the power supply is operating within its rated specifications and has adequate ventilation.

Q4: Can I use this power supply outdoors?
A4: No, this power supply is not weatherproof. Use it only in dry, indoor environments.

By following this documentation, you can safely and effectively use the Generic Power Supply in your electronic projects.