Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use 18650 Li-ion Battery x 2: Examples, Pinouts, and Specs

Image of 18650 Li-ion Battery x 2
Cirkit Designer LogoDesign with 18650 Li-ion Battery x 2 in Cirkit Designer

Documentation for Samsung 18650 Li-ion Battery x 2

1. Introduction

The Samsung 18650 Li-ion Battery is a high-performance rechargeable lithium-ion battery widely used in various applications due to its high energy density, long cycle life, and reliable performance. The "18650" designation refers to the battery's cylindrical shape, with a diameter of 18mm and a length of 65mm. This documentation covers the use of two 18650 batteries in series or parallel configurations.

Common Applications

  • Portable Electronics: Laptops, flashlights, power banks, and wireless devices.
  • Electric Vehicles (EVs): Battery packs for e-bikes, scooters, and cars.
  • DIY Projects: Robotics, IoT devices, and Arduino-based systems.
  • Energy Storage: Solar power systems and uninterruptible power supplies (UPS).

2. Technical Specifications

The following table outlines the key technical specifications of the Samsung 18650 Li-ion Battery:

Parameter Specification
Manufacturer Samsung
Part ID 18650
Battery Type Lithium-Ion (Li-ion)
Nominal Voltage 3.7V per cell
Capacity 2600mAh to 3500mAh (varies by model)
Maximum Discharge Current 10A to 20A (varies by model)
Charging Voltage 4.2V per cell
Charging Current Standard: 0.5C, Max: 1C
Dimensions 18mm (diameter) x 65mm (length)
Weight ~45g per cell
Operating Temperature Charge: 0°C to 45°C, Discharge: -20°C to 60°C

Pin Configuration and Descriptions

The 18650 battery has two terminals:

Pin Description
Positive (+) Positive terminal of the battery. Connect to the positive side of the circuit.
Negative (-) Negative terminal of the battery. Connect to the ground or negative side of the circuit.

3. Usage Instructions

Connecting Two 18650 Batteries

You can connect two 18650 batteries in series or parallel, depending on your voltage and capacity requirements:

  1. Series Configuration:

    • Increases the voltage while maintaining the same capacity.
    • Example: Two 18650 batteries in series provide a total voltage of 7.4V (3.7V + 3.7V).
    • Use this configuration for devices requiring higher voltage.
  2. Parallel Configuration:

    • Increases the capacity while maintaining the same voltage.
    • Example: Two 18650 batteries in parallel provide a total capacity of 5200mAh (2600mAh + 2600mAh).
    • Use this configuration for devices requiring longer runtime.

Steps for Safe Usage

  1. Check Polarity: Always connect the positive terminal to the positive side of the circuit and the negative terminal to the ground.
  2. Use a Battery Holder: Secure the batteries in a holder to ensure proper connections and avoid short circuits.
  3. Add Protection Circuitry: Use a Battery Management System (BMS) to prevent overcharging, over-discharging, and short circuits.
  4. Charge Safely: Use a dedicated Li-ion battery charger with a constant current/constant voltage (CC/CV) charging profile.
  5. Avoid Overheating: Ensure proper ventilation and avoid exposing the batteries to high temperatures.

4. Example Circuit with Arduino UNO

The following example demonstrates how to power an Arduino UNO using two 18650 batteries in series (7.4V) with a voltage regulator.

Components Required

  • 2 x Samsung 18650 Li-ion Batteries
  • Battery holder (for 2 batteries in series)
  • LM7805 Voltage Regulator (to step down 7.4V to 5V)
  • Arduino UNO
  • Connecting wires

Circuit Diagram

+-------------------+       +-------------------+
| 18650 Battery 1   |       | 18650 Battery 2   |
|   (+)     (-)     |-------|   (+)     (-)     |
+-------------------+       +-------------------+
         |                           |
         +---------------------------+
                     |
                     V
            +----------------+
            | LM7805 Regulator|
            |   IN   OUT   GND|
            +----------------+
               |      |
               V      V
           Arduino   GND

Arduino Code Example

This code reads the battery voltage using an analog pin and displays it on the Serial Monitor.

// Define the analog pin connected to the voltage divider
const int voltagePin = A0;

// Define the voltage divider ratio (e.g., 10k and 10k resistors)
const float voltageDividerRatio = 2.0;

// Define the reference voltage of the Arduino (5V for UNO)
const float referenceVoltage = 5.0;

void setup() {
  Serial.begin(9600); // Initialize serial communication at 9600 baud
}

void loop() {
  int analogValue = analogRead(voltagePin); // Read the analog pin value
  float batteryVoltage = (analogValue / 1023.0) * referenceVoltage * voltageDividerRatio;

  // Print the battery voltage to the Serial Monitor
  Serial.print("Battery Voltage: ");
  Serial.print(batteryVoltage);
  Serial.println(" V");

  delay(1000); // Wait for 1 second before the next reading
}

Note: Use a voltage divider to step down the battery voltage to a safe range (0-5V) for the Arduino's analog input.


5. Troubleshooting and FAQs

Common Issues and Solutions

Issue Possible Cause Solution
Battery not charging Faulty charger or incorrect polarity Check the charger and ensure correct polarity.
Battery overheating during use Overcurrent or short circuit Use a BMS and ensure proper ventilation.
Low runtime Battery not fully charged or degraded Fully charge the battery or replace it if it has degraded.
Arduino not powering on Insufficient voltage or loose connections Check the battery voltage and ensure secure connections.

FAQs

  1. Can I use 18650 batteries without a BMS?

    • It is not recommended. A BMS ensures safe operation by preventing overcharging, over-discharging, and short circuits.
  2. How do I safely dispose of 18650 batteries?

    • Take the batteries to a certified e-waste recycling center. Do not dispose of them in regular trash.
  3. Can I charge two 18650 batteries in series?

    • Yes, but you must use a charger designed for series charging or a BMS with balancing functionality.
  4. What is the lifespan of a Samsung 18650 battery?

    • Typically, 300-500 charge cycles, depending on usage and charging conditions.

This documentation provides a comprehensive guide to using the Samsung 18650 Li-ion Battery x 2. By following the instructions and best practices outlined here, you can safely and effectively integrate these batteries into your projects.

Explore Projects Built with 18650 Li-ion Battery x 2

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered Adjustable Voltage Regulator with Li-ion 18650 Batteries and BMS
Image of mini ups: A project utilizing 18650 Li-ion Battery x 2 in a practical application
This circuit is a power management system that uses four Li-ion 18650 batteries connected to a 2S 30A BMS for battery management and protection. The system includes step-up and step-down voltage regulators to provide adjustable output voltages, controlled by a rocker switch, and multiple DC jacks for power input and output.
Cirkit Designer LogoOpen Project in Cirkit Designer
18650 Li-ion Battery Pack with 4S40A BMS and XL4016 Voltage Regulator for Battery-Powered Applications
Image of Power Bank: A project utilizing 18650 Li-ion Battery x 2 in a practical application
This circuit is a battery management and charging system for a 4S Li-ion battery pack. It includes multiple 18650 Li-ion batteries connected to a 4S40A BMS for balancing and protection, a battery indicator for monitoring charge status, and an XL4016 module for voltage regulation. The system is designed to be charged via a 20V input from a charger.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Lora G2 Node Station with 18650 Li-ion Batteries and Boost Converter
Image of Custom-Lora-G2-Node: A project utilizing 18650 Li-ion Battery x 2 in a practical application
This circuit is a portable power supply system that uses multiple 18650 Li-ion batteries to provide a stable 5V output through a boost converter. It includes a fast charging module with a USB-C input for recharging the batteries and a battery indicator for monitoring the battery status. The system powers a Lora G2 Node Station, making it suitable for wireless communication applications.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Circuit with Ceramic Capacitor
Image of ewgw: A project utilizing 18650 Li-ion Battery x 2 in a practical application
This circuit consists of a 18650 Li-ion battery connected to a ceramic capacitor. The positive terminal of the battery is connected to one pin of the capacitor, and the negative terminal is connected to the other pin, forming a simple energy storage and filtering circuit.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with 18650 Li-ion Battery x 2

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of mini ups: A project utilizing 18650 Li-ion Battery x 2 in a practical application
Battery-Powered Adjustable Voltage Regulator with Li-ion 18650 Batteries and BMS
This circuit is a power management system that uses four Li-ion 18650 batteries connected to a 2S 30A BMS for battery management and protection. The system includes step-up and step-down voltage regulators to provide adjustable output voltages, controlled by a rocker switch, and multiple DC jacks for power input and output.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Power Bank: A project utilizing 18650 Li-ion Battery x 2 in a practical application
18650 Li-ion Battery Pack with 4S40A BMS and XL4016 Voltage Regulator for Battery-Powered Applications
This circuit is a battery management and charging system for a 4S Li-ion battery pack. It includes multiple 18650 Li-ion batteries connected to a 4S40A BMS for balancing and protection, a battery indicator for monitoring charge status, and an XL4016 module for voltage regulation. The system is designed to be charged via a 20V input from a charger.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Custom-Lora-G2-Node: A project utilizing 18650 Li-ion Battery x 2 in a practical application
Battery-Powered Lora G2 Node Station with 18650 Li-ion Batteries and Boost Converter
This circuit is a portable power supply system that uses multiple 18650 Li-ion batteries to provide a stable 5V output through a boost converter. It includes a fast charging module with a USB-C input for recharging the batteries and a battery indicator for monitoring the battery status. The system powers a Lora G2 Node Station, making it suitable for wireless communication applications.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of ewgw: A project utilizing 18650 Li-ion Battery x 2 in a practical application
Battery-Powered Circuit with Ceramic Capacitor
This circuit consists of a 18650 Li-ion battery connected to a ceramic capacitor. The positive terminal of the battery is connected to one pin of the capacitor, and the negative terminal is connected to the other pin, forming a simple energy storage and filtering circuit.
Cirkit Designer LogoOpen Project in Cirkit Designer