

The Charger Micro USB 5V 3A by AC (Manufacturer Part ID: Charger) is a compact and efficient power supply device designed to deliver a stable 5V output with a maximum current of 3A. It features a Micro USB connector, making it ideal for powering and charging a wide range of devices, including smartphones, tablets, single-board computers (e.g., Raspberry Pi), and other portable electronics.








Below are the key technical details of the Charger Micro USB 5V 3A:
| Parameter | Specification |
|---|---|
| Manufacturer | AC |
| Part ID | Charger |
| Output Voltage | 5V DC |
| Maximum Output Current | 3A |
| Connector Type | Micro USB |
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Efficiency | ≥85% |
| Cable Length | Typically 1 meter (varies by model) |
| Operating Temperature | 0°C to 40°C |
| Storage Temperature | -20°C to 70°C |
| Safety Features | Overcurrent, overvoltage, and short-circuit protection |
The Micro USB connector used in this charger follows the standard pinout:
| Pin Number | Name | Description |
|---|---|---|
| 1 | VBUS (+5V) | Provides the 5V DC output from the charger. |
| 2 | D- (Data -) | Data line, typically unused for power-only use. |
| 3 | D+ (Data +) | Data line, typically unused for power-only use. |
| 4 | ID | Identification pin, typically unused. |
| 5 | GND (Ground) | Ground connection for the circuit. |
The Charger Micro USB 5V 3A can be used to power an Arduino UNO via its USB port. Below is an example of how to connect and use the charger:
Here is a simple Arduino sketch to blink an LED while powered by the charger:
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered by the Charger Micro USB 5V 3A.
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
}
Device Does Not Power On:
Charger Overheats:
Intermittent Power Delivery:
No Output Voltage:
Q1: Can this charger be used with a Raspberry Pi?
A1: Yes, the Charger Micro USB 5V 3A is suitable for powering Raspberry Pi models that require a 5V input and draw ≤3A.
Q2: Is this charger compatible with fast-charging protocols?
A2: No, this charger provides a constant 5V output and does not support fast-charging protocols like Quick Charge or Power Delivery.
Q3: Can I use this charger to power multiple devices simultaneously?
A3: It is not recommended to split the output to power multiple devices, as this may exceed the 3A current limit.
Q4: Is the charger safe to use for long durations?
A4: Yes, the charger is designed for continuous use, provided it is not overloaded and is used in a well-ventilated area.