Stufin
Home Quick Cart Profile

5V 2A SMPS Power Supply

Buy Now on Stufin

Component Name

5V 2A SMPS Power Supply

Overview

The 5V 2A SMPS Power Supply is a compact, high-efficiency Switch-Mode Power Supply (SMPS) designed to provide a stable 5V output voltage with a maximum current rating of 2A. This power supply is ideal for powering IoT devices, embedded systems, and other applications that require a reliable and efficient power source.

Functionality

The primary function of the 5V 2A SMPS Power Supply is to convert an AC input voltage (typically from a wall adapter or other power source) to a stable DC output voltage. The power supply utilizes advanced switch-mode technology to achieve high efficiency, low noise, and compact size.

Key Features

  • Input Voltage: 100-240V AC, 50-60Hz (compatible with worldwide power standards)
  • Output Voltage: 5V DC, 5% tolerance
  • Output Current: 2A maximum
  • Efficiency: Up to 85% efficient, reducing heat generation and energy waste
  • Switching Frequency: 100kHz, minimizing electromagnetic interference (EMI) and radio-frequency interference (RFI)
  • Overcurrent Protection: Built-in overcurrent protection (OCP) to prevent damage from excessive current draw
  • Short-Circuit Protection: Automatic shutdown in the event of a short circuit
  • Overvoltage Protection: Protection against input voltage surges and spikes
  • Low Standby Power: Ultra-low standby power consumption (<0.1W) when in idle mode
  • Compact Design: Small form factor (approximately 4.5cm x 2.5cm x 1.5cm) for easy integration into IoT devices and embedded systems

Technical Specifications

Output Ripple and Noise

50mVpp (peak-to-peak)

Line Regulation

2% over the entire input voltage range

Load Regulation

3% from 0A to 2A output current

Operating Temperature

-20C to +70C (industrial temperature range)

Storage Temperature

-40C to +80C

Humidity

20% to 80% relative humidity, non-condensing

Certifications and Compliance

The 5V 2A SMPS Power Supply complies with the following regulations and standards

Safety

UL, CE, and RoHS certified

EMC

EN 55032, EN 55024, and FCC Part 15 compliant

Applications

The 5V 2A SMPS Power Supply is suitable for a wide range of IoT devices, embedded systems, and applications, including

IoT Devices

Smart home devices, wearables, and IoT gateways

Embedded Systems

Robotics, automation, and industrial control systems

Single-Board ComputersRaspberry Pi, BeagleBone, and other single-board computers

LED Lighting

LED drivers and lighting systems

Ordering Information

When ordering the 5V 2A SMPS Power Supply, please specify the following

Quantity

Number of units required

Packaging

Individual units or bulk packaging options

Certifications

Any specific certification or compliance requirements

Warranty and Support

The 5V 2A SMPS Power Supply comes with a 12-month warranty and dedicated technical support from our team of experts. Please contact us for any inquiries or assistance.

Pin Configuration

  • 5V 2A SMPS Power Supply Documentation
  • Pinout Explanation
  • The 5V 2A SMPS Power Supply has a total of 6 pins, which are explained below:
  • Pin 1: VCC (Input Voltage)
  • --------------------------------
  • Function: Input voltage pin for the power supply
  • Voltage Range: 100-240V AC (alternating current)
  • Description: This pin is connected to the AC power source, such as a wall outlet.
  • Pin 2: GND (Ground)
  • -------------------------
  • Function: Ground pin for the power supply
  • Description: This pin is connected to the ground of the system, providing a reference point for the power supply.
  • Pin 3: VOUT+ (Output Voltage Positive)
  • -----------------------------------------
  • Function: Positive output voltage pin
  • Voltage: 5V DC (direct current)
  • Current Rating: 2A (maximum)
  • Description: This pin provides the regulated 5V DC output voltage to the load.
  • Pin 4: VOUT- (Output Voltage Negative)
  • -----------------------------------------
  • Function: Negative output voltage pin
  • Voltage: 0V DC (reference ground)
  • Description: This pin provides the return path for the output current and is connected to the negative terminal of the load.
  • Pin 5: NO (No Connection)
  • -----------------------------
  • Function: No internal connection
  • Description: This pin is not connected internally and should not be used.
  • Pin 6: NO (No Connection)
  • -----------------------------
  • Function: No internal connection
  • Description: This pin is not connected internally and should not be used.
  • Connection Structure
  • To connect the 5V 2A SMPS Power Supply, follow these steps:
  • 1. Connect the AC power source:
  • Connect the AC power cable to Pin 1 (VCC) and Pin 2 (GND). Ensure the voltage range of the AC power source is within the specified range of 100-240V AC.
  • 2. Connect the load:
  • Connect the positive terminal of the load to Pin 3 (VOUT+).
  • Connect the negative terminal of the load to Pin 4 (VOUT-).
  • 3. Ensure proper grounding:
  • Connect Pin 2 (GND) to the system ground to provide a reference point for the power supply.
  • 4. Leave Pins 5 and 6 unconnected:
  • Do not connect Pins 5 and 6 to any component or system, as they are not internally connected and should not be used.
  • Important Notes
  • Ensure the input voltage is within the specified range to avoid damaging the power supply.
  • The output voltage is regulated to 5V DC, and the maximum current rating is 2A. Do not exceed the recommended current rating to avoid overheating or damaging the power supply.
  • Use proper insulation and safety precautions when working with electrical components to avoid electrical shock or injury.

Code Examples

5V 2A SMPS Power Supply Documentation
Overview
The 5V 2A SMPS Power Supply is a compact and efficient switching-mode power supply module designed to provide a stable 5V output voltage with a maximum current capacity of 2A. This module is ideal for powering small to medium-sized IoT projects, embedded systems, and other electronic devices that require a reliable and efficient power source.
Features
Input voltage range: 7V to 28V DC
 Output voltage: 5V DC
 Maximum output current: 2A
 High efficiency: up to 85%
 Low ripple and noise: <50mV
 Compact design: 43mm x 21mm x 15mm
 Screw terminal connections for easy installation
Pinouts
The 5V 2A SMPS Power Supply module has four screw terminal connections:
VIN: Input voltage (7V to 28V DC)
 GND: Ground
 VOUT: Output voltage (5V DC)
 GND: Ground
Code Examples
Example 1: Powering an Arduino Board
In this example, we will use the 5V 2A SMPS Power Supply module to power an Arduino Uno board.
```c++
// No code is required, simply connect the power supply module to the Arduino board
// Connections:
// VIN -> Arduino VIN
// GND -> Arduino GND
// VOUT -> Arduino 5V
// GND -> Arduino GND
```
Example 2: Powering a Raspberry Pi with Python Script
In this example, we will use the 5V 2A SMPS Power Supply module to power a Raspberry Pi and run a simple Python script to blink an LED.
```python
import RPi.GPIO as GPIO
import time
# Set up GPIO mode
GPIO.setmode(GPIO.BCM)
# Set up GPIO pin for LED
GPIO.setup(17, GPIO.OUT)
while True:
    GPIO.output(17, GPIO.HIGH)
    time.sleep(1)
    GPIO.output(17, GPIO.LOW)
    time.sleep(1)
# Connections:
// VIN -> Raspberry Pi VIN
// GND -> Raspberry Pi GND
// VOUT -> Raspberry Pi 5V
// GND -> Raspberry Pi GND
// GPIO pin 17 -> LED cathode
// LED anode -> 220 ohm resistor -> 5V
```
Example 3: Powering a ESP32 Board with MicroPython
In this example, we will use the 5V 2A SMPS Power Supply module to power an ESP32 board and run a simple MicroPython script to connect to Wi-Fi and print a message.
```python
import machine
import network
# Initialize Wi-Fi
wlan = network.WLAN(network.STA_IF)
wlan.active(True)
# Connect to Wi-Fi
wlan.connect('your_wifi_ssid', 'your_wifi_password')
# Wait for connection
while not wlan.isconnected():
    machine.sleep_ms(50)
print('Connected to Wi-Fi')
# Print a message
print('Hello, world!')
# Connections:
// VIN -> ESP32 VIN
// GND -> ESP32 GND
// VOUT -> ESP32 5V
// GND -> ESP32 GND
```
Safety Precautions
Ensure the input voltage is within the specified range (7V to 28V DC) to avoid damage to the module.
 Use proper heat dissipation measures to prevent overheating.
 Avoid short-circuiting the output pins to prevent damage to the module or connected devices.
 Follow proper safety guidelines when working with electrical circuits.