

The 5V 5A Raspberry Pi Power Supply 2 is a high-quality power adapter designed to deliver a stable 5V output with a maximum current of 5A. This power supply is ideal for powering Raspberry Pi boards, single-board computers, and other devices requiring a reliable 5V power source. Its robust design ensures consistent performance, making it suitable for both hobbyist and professional applications.








The following table outlines the key technical details of the 5V 5A Raspberry Pi Power Supply 2:
| Specification | Details |
|---|---|
| Output Voltage | 5V DC |
| Maximum Output Current | 5A |
| Input Voltage Range | 100-240V AC, 50/60Hz |
| Connector Type | USB-C (or Micro-USB, depending on model) |
| Cable Length | 1.5 meters (approx.) |
| Power Efficiency | >85% |
| Protection Features | Over-voltage, over-current, short-circuit protection |
For USB-C or Micro-USB connectors, the pin configuration is as follows:
| Pin | Name | Description |
|---|---|---|
| 1 | VBUS | +5V DC output |
| 2 | GND | Ground |
| 3 | CC1/CC2 | Configuration channel for USB-C devices |
| 4 | D+ | Data line (not used for power supply) |
| 5 | D- | Data line (not used for power supply) |
| Pin | Name | Description |
|---|---|---|
| 1 | VBUS | +5V DC output |
| 2 | D- | Data line (not used for power supply) |
| 3 | D+ | Data line (not used for power supply) |
| 4 | ID | Identification pin (not used for power supply) |
| 5 | GND | Ground |
Connect the Power Supply to the Device:
Plug the USB-C or Micro-USB connector into the power input port of your Raspberry Pi or compatible device.
Ensure Proper Voltage and Current Requirements:
Verify that the device being powered requires a 5V input and does not exceed the 5A current limit.
Plug into a Power Outlet:
Connect the power supply to a standard AC outlet (100-240V AC). The power supply will automatically regulate the output to 5V DC.
Monitor Device Operation:
Ensure that the device powers on and operates correctly. If the device does not power on, check the connections and ensure the power supply is functioning.
If you are using the power supply to power a Raspberry Pi 4 and connect it to an Arduino UNO for a project, follow these steps:
// Example Arduino code to send data to a Raspberry Pi
// Ensure the Raspberry Pi is powered by the 5V 5A power supply
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud
}
void loop() {
Serial.println("Hello from Arduino!"); // Send a message to the Raspberry Pi
delay(1000); // Wait for 1 second before sending the next message
}
Device Does Not Power On:
Power Supply Overheats:
Intermittent Power Loss:
Device Restarts Unexpectedly:
By following this documentation, you can effectively use the 5V 5A Raspberry Pi Power Supply 2 to power your devices safely and efficiently.