

The DUAL USB 5V 1A 2.1A 18650 Battery Charger PCB Power Module is a compact and efficient solution for charging and powering USB devices. This module is designed to convert the energy stored in 18650 lithium-ion batteries into a stable 5V output, suitable for charging or powering devices such as smartphones, tablets, and other USB-powered electronics. It features dual USB output ports, with one port providing 1A and the other 2.1A, making it ideal for simultaneously charging devices with different power requirements.








| Parameter | Value |
|---|---|
| Input Voltage | 3.7V (Nominal, from 18650 battery) |
| Output Voltage | 5V ± 0.1V |
| Output Current (Port 1) | 1A |
| Output Current (Port 2) | 2.1A |
| Efficiency | Up to 92% |
| Battery Type Supported | 18650 Lithium-Ion |
| Protection Features | Overcharge, Overdischarge, |
| Overcurrent, Short Circuit | |
| Dimensions | Varies (typically compact) |
| Pin/Port Name | Type | Description |
|---|---|---|
| B+ | Input | Positive terminal for the 18650 battery |
| B- | Input | Negative terminal for the 18650 battery |
| USB Port 1 | Output (1A) | USB output port providing 5V at 1A |
| USB Port 2 | Output (2.1A) | USB output port providing 5V at 2.1A |
| Indicator LEDs | Output | Status LEDs for charging and power indication |
B+ pin and the negative terminal to the B- pin. Ensure proper polarity to avoid damage.While this module is not directly programmable, it can be used to power an Arduino UNO via its USB port. Below is an example of powering an Arduino UNO using this module:
/* Example: Powering Arduino UNO with the DUAL USB 5V 1A 2.1A Module
- Connect the module's 2.1A USB port to the Arduino UNO's USB input.
- Ensure the 18650 battery is properly connected to the module.
- This example demonstrates a simple LED blink program. */
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output for the onboard LED
}
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
}
No Output Voltage:
Overheating:
Device Not Charging:
LED Indicators Not Working:
Can I use other types of batteries with this module?
What happens if I connect devices that exceed the current rating?
Can I charge the 18650 battery while powering devices?
Is it safe to leave the module connected to the battery for extended periods?