

The 18650 Lithium Battery Boost Module Type-C (Manufacturer Part ID: H-1-1790-2S1A) by Hailege is a compact and efficient power module designed to boost the voltage from a single 18650 lithium battery. It features a Type-C input for charging and power delivery, making it ideal for powering a wide range of electronic devices. This module is particularly useful in portable electronics, DIY projects, and battery-powered systems where a stable output voltage is required.








Below are the key technical details of the 18650 Lithium Battery Boost Module Type-C:
| Parameter | Specification |
|---|---|
| Input Voltage Range | 3.0V - 4.2V (Single 18650 Battery) |
| Output Voltage | 5V (Boosted) |
| Output Current | Up to 1A |
| Charging Input Port | Type-C |
| Charging Input Voltage | 5V |
| Charging Current | 1A |
| Efficiency | Up to 92% |
| Dimensions | 25mm x 15mm x 5mm |
| Protection Features | Overcharge, Overdischarge, Short Circuit |
The module has the following key pins and connectors:
| Pin/Connector | Description |
|---|---|
BAT+ |
Positive terminal for the 18650 battery. |
BAT- |
Negative terminal for the 18650 battery. |
OUT+ |
Positive output terminal for the boosted 5V voltage. |
OUT- |
Negative output terminal for the boosted 5V voltage. |
Type-C Port |
Input port for charging the 18650 battery using a 5V Type-C power source. |
BAT+ pin.BAT- pin.OUT+ and OUT- pins.The module can be used to power an Arduino UNO via its 5V pin. Below is an example setup:
OUT+ pin of the module to the 5V pin of the Arduino UNO.OUT- pin of the module to the GND pin of the Arduino UNO.Here is a simple Arduino sketch to blink an LED while powered by the module:
// Blink an LED connected to pin 13 of the Arduino UNO
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
}
Module Not Powering the Load:
Overheating During Operation:
Battery Not Charging:
No Output Voltage:
Q1: Can I use this module with other lithium battery types?
A1: This module is specifically designed for 18650 lithium batteries. Using other battery types may result in improper operation or damage.
Q2: What happens if I connect a load that requires more than 1A?
A2: The module may overheat or shut down to protect itself. Always ensure the load current is within the 1A limit.
Q3: Can I use the module without a battery?
A3: No, the module requires a connected 18650 battery to function properly.
Q4: Is the module safe to use for long-term applications?
A4: Yes, the module includes protection features such as overcharge, overdischarge, and short circuit protection, making it safe for long-term use when used within its specifications.