The 22.5W Power Bank is a portable battery pack designed to provide reliable and efficient charging for devices such as smartphones, tablets, and other USB-powered gadgets. With its compact design and high output power, it is an ideal solution for users who need to charge their devices on the go. The power bank supports fast charging, ensuring minimal downtime for your devices.
Parameter | Specification |
---|---|
Output Power | 22.5W |
Input Voltage/Current | 5V/2A, 9V/2A |
Output Voltage/Current | 5V/3A, 9V/2.5A, 12V/1.87A |
Battery Capacity | 10,000mAh |
Charging Port Types | USB-A, USB-C |
Dimensions | 140mm x 70mm x 15mm |
Weight | 200g |
Protection Features | Overcharge, overcurrent, short circuit, and temperature protection |
Port Type | Description |
---|---|
USB-A | Standard output port for charging devices. Supports fast charging. |
USB-C | Input/output port for charging the power bank or devices. Supports PD (Power Delivery). |
Micro-USB | Input port for charging the power bank (legacy option). |
LED Indicators | Four LEDs to indicate the battery charge level (25%, 50%, 75%, 100%). |
Charging the Power Bank:
Charging Devices:
Using with Arduino UNO:
/* Example: Blink an LED using power from the 22.5W Power Bank.
Ensure the power bank is connected to the Arduino UNO via USB. */
const int ledPin = 13; // Pin 13 is connected to the onboard LED
void setup() {
pinMode(ledPin, OUTPUT); // Set pin 13 as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
Issue | Possible Cause | Solution |
---|---|---|
Power bank not charging devices | Low battery level or faulty cable | Check the LED indicators and recharge the power bank. Replace the cable if necessary. |
Devices not fast charging | Incompatible device or cable | Ensure the device and cable support fast charging. Use a certified fast-charging cable. |
Power bank not charging itself | Faulty input cable or adapter | Verify the input cable and adapter are functional and meet the required specifications. |
LED indicators not working | Internal fault or drained battery | Recharge the power bank. If the issue persists, contact customer support. |
Can I charge multiple devices simultaneously?
How long does it take to fully charge the power bank?
Is the power bank safe to use with sensitive electronics?
Can I use the power bank while it is charging?
By following this documentation, you can effectively use the 22.5W Power Bank to power your devices and projects with confidence.