

The 18650 Lithium Battery Charger USB Type-C is a compact and efficient charging module designed specifically for 18650 lithium-ion batteries. It features a USB Type-C interface, ensuring compatibility with modern devices and providing a reliable power source for charging. This charger is ideal for DIY electronics projects, portable power banks, and other applications requiring rechargeable 18650 batteries.








Below are the key technical details and pin configurations for the 18650 Lithium Battery Charger USB Type-C module:
| Parameter | Specification |
|---|---|
| Input Voltage | 5V (via USB Type-C port) |
| Charging Current | 1A (default, adjustable in some models) |
| Battery Type Supported | 18650 Lithium-Ion |
| Charging Cut-Off Voltage | 4.2V ± 1% |
| Overcharge Protection | Yes |
| Over-discharge Protection | Yes |
| Short Circuit Protection | Yes |
| Dimensions | ~25mm x 19mm x 10mm |
| Pin Name | Description |
|---|---|
| USB Type-C | Input power port for 5V DC supply |
| B+ | Positive terminal for the 18650 battery |
| B- | Negative terminal for the 18650 battery |
| OUT+ | Positive output terminal for connected load |
| OUT- | Negative output terminal for connected load |
B+ pin.B- pin.OUT+ and the negative terminal to OUT-.B+ and B- terminals.The 18650 Lithium Battery Charger USB Type-C can be used to power an Arduino UNO. Below is an example of how to connect the charger to the Arduino:
OUT+ pin of the charger to the Arduino's VIN pin.OUT- pin of the charger to the Arduino's GND pin.Here is a simple Arduino sketch to blink an LED while powered by the 18650 battery:
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the Arduino is powered via the 18650 battery charger.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
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 |
|---|---|---|
| Charger not powering on | No input power or faulty USB cable | Check the USB Type-C cable and power source. |
| Battery not charging | Incorrect battery connection | Verify the polarity of the battery connections. |
| Red LED stays on indefinitely | Faulty or deeply discharged battery | Replace the battery or pre-charge it with a dedicated charger. |
| Module overheating | Excessive load or poor ventilation | Reduce the load or ensure proper ventilation. |
Can I use this charger for batteries other than 18650?
What happens if I connect the battery in reverse polarity?
Can I charge multiple 18650 batteries simultaneously?
Is it safe to leave the battery connected after charging is complete?
By following this documentation, you can safely and effectively use the 18650 Lithium Battery Charger USB Type-C in your projects.