24V 10A Switch-Mode Power Supply (SMPS)
24V 10A Switch-Mode Power Supply (SMPS)
The 24V 10A Switch-Mode Power Supply (SMPS) is a high-performance, compact power supply module designed to provide a stable and regulated 24V DC output voltage at a maximum current of 10A. This module is ideal for powering IoT devices, industrial control systems, automation equipment, and other applications that require a reliable and efficient power supply.
The primary function of the 24V 10A SMPS is to convert a wide-range AC input voltage (typically 85-264V AC) to a stable and regulated 24V DC output voltage. The module uses advanced switch-mode technology to achieve high efficiency, low noise, and high reliability.
85-264V AC
47-63Hz
1.5A max (at 100V AC), 3.5A max (at 230V AC)
24V DC 1%
10A max
240W max
< 1% peak-to-peak
> 85% at full load
> 0.95 at 230V AC
1% over input voltage range
1% over output current range
| Overvoltage Protection (OVP) | 28V DC max |
| Undervoltage Protection (UVP) | 20V DC min |
| Overcurrent Protection (OCP) | 11A max |
| Short-Circuit Protection (SCP) | Yes |
127mm x 76mm x 38mm (L x W x H)
320g
Metal (with plastic cover)
-20C to +70C
-40C to +85C
UL, CE, RoHS, and FCC compliant
| Electromagnetic Compatibility (EMC) | EN 55011 and EN 55022 compliant |
IEC 320 C14
2-pin terminal block
Screw mounting or DIN rail mounting (optional)
| The 24V 10A SMPS is suitable for a wide range of applications, including |
IoT devices and sensors
Industrial control systems and automation equipment
LED lighting systems
Power tools and equipment
Medical devices and equipment
Telecommunications and data communications equipment
The 24V 10A SMPS comes with a 3-year warranty and dedicated technical support from the manufacturer.
24V 10A SMPS Power Supply DocumentationOverviewThe 24V 10A SMPS Power Supply is a high-efficiency, switching-mode power supply unit (SMPS) designed to provide a stable 24V DC output at a maximum current of 10A. This power supply is suitable for use in a wide range of applications, including industrial control systems, automation, and IoT projects.FeaturesInput voltage range: 100-240V AC
Output voltage: 24V DC
Output current: up to 10A
High efficiency: up to 90%
Compact design: 99 x 73 x 43 mm (L x W x H)
Protections: overvoltage, undervoltage, overcurrent, and short-circuit protectionConnectionsInput: AC inlet (3-pin, IEC C14)
Output: DC screw terminal (2-pin, 3.5mm pitch)Example 1: Using the 24V 10A SMPS Power Supply with an Arduino BoardIn this example, we will use the 24V 10A SMPS Power Supply to power an Arduino board and a peripheral device, such as a relay module.Hardware Requirements24V 10A SMPS Power Supply
Arduino Board (e.g., Arduino Uno or Arduino Mega)
Relay Module (e.g., SRD-05VDC-SL-C)
Jumper wiresCode Example (Arduino)
```c
const int relayPin = 2; // Pin connected to the relay modulevoid setup() {
pinMode(relayPin, OUTPUT);
}void loop() {
digitalWrite(relayPin, HIGH); // Turn on the relay
delay(1000);
digitalWrite(relayPin, LOW); // Turn off the relay
delay(1000);
}
```
Example 2: Using the 24V 10A SMPS Power Supply with a Raspberry PiIn this example, we will use the 24V 10A SMPS Power Supply to power a Raspberry Pi and a peripheral device, such as a DC motor.Hardware Requirements24V 10A SMPS Power Supply
Raspberry Pi (e.g., Raspberry Pi 4)
DC Motor (e.g., 24V, 1A)
Motor Driver (e.g., L298N)
Jumper wiresCode Example (Python)
```python
import RPi.GPIO as GPIO
import timeGPIO.setmode(GPIO.BCM)
motor_pin = 17 # Pin connected to the motor driverGPIO.setup(motor_pin, GPIO.OUT)while True:
GPIO.output(motor_pin, GPIO.HIGH) # Turn on the motor
time.sleep(1)
GPIO.output(motor_pin, GPIO.LOW) # Turn off the motor
time.sleep(1)
```
Important NotesAlways ensure the power supply is properly connected and configured before powering on the system.
Verify the maximum current rating of the power supply is not exceeded by the connected devices.
Implement proper electrical isolation and safety measures when working with high-voltage systems.By following these examples and guidelines, you can successfully integrate the 24V 10A SMPS Power Supply into your IoT projects and ensure reliable operation and stability.