

The Mini AC-DC 110V-230V to 5V 700mA Module by PermanentFly is a compact and efficient power supply module designed to convert high AC voltage (110V-230V) into a stable 5V DC output. With a maximum current output of 700mA, this module is ideal for powering low-voltage electronic devices, such as microcontrollers, sensors, and small IoT devices. Its small size and high efficiency make it a popular choice for embedded systems and DIY electronics projects.








| Parameter | Value |
|---|---|
| Input Voltage Range | 110V-230V AC |
| Output Voltage | 5V DC |
| Maximum Output Current | 700mA |
| Power Output | 3.5W |
| Efficiency | ≥ 80% |
| Operating Temperature | -25°C to +70°C |
| Dimensions | ~33mm x 20mm x 15mm |
| Isolation Voltage | 3000V AC |
| Manufacturer | PermanentFly |
| Pin Name | Description |
|---|---|
| AC IN1 | AC input terminal 1 (connect to live wire) |
| AC IN2 | AC input terminal 2 (connect to neutral wire) |
| DC OUT+ | Positive DC output (5V) |
| DC OUT- | Negative DC output (GND) |
Below is an example of how to connect the module to an Arduino UNO and blink an LED:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| No output voltage | Incorrect AC input connection | Verify AC IN1 and AC IN2 connections. |
| Output voltage is unstable | Exceeding maximum load current | Reduce the load to ≤ 700mA. |
| Module overheating | Prolonged operation at maximum load | Improve ventilation or reduce the load. |
| Arduino not powering on | Loose or incorrect DC output connection | Check DC OUT+ and DC OUT- connections. |
Can this module power a Raspberry Pi?
No, the module's maximum current output (700mA) is insufficient for most Raspberry Pi models, which typically require at least 2.5A.
Is the module safe to use with AC mains?
Yes, but proper insulation and secure connections are essential to ensure safety.
Can I use this module outdoors?
The module is not weatherproof. Use it only in dry, indoor environments or enclose it in a weatherproof case.
What happens if I exceed the maximum load?
Exceeding 700mA may cause the module to overheat, shut down, or become permanently damaged.
This concludes the documentation for the Mini AC-DC 110V-230V to 5V 700mA Module by PermanentFly. Always prioritize safety and follow best practices when working with high-voltage components.