

The DC12 Battery (Manufacturer: Sanlux, Part ID: 18650) is a rechargeable battery that provides direct current (DC) electrical energy at a nominal voltage of 12 volts. It is widely used in powering electronic devices, circuits, and systems that require a stable and reliable power source. This battery is compact, efficient, and suitable for portable applications.








The following table outlines the key technical details of the Sanlux DC12 Battery (18650):
| Parameter | Value |
|---|---|
| Nominal Voltage | 12V |
| Capacity | 2000mAh (varies by model) |
| Chemistry | Lithium-ion |
| Maximum Discharge Current | 2A |
| Charging Voltage | 12.6V |
| Charging Current | 1A (recommended) |
| Operating Temperature | -20°C to 60°C |
| Dimensions | 65mm x 18mm (per cell) |
| Weight | ~45g (per cell) |
The DC12 Battery typically has two terminals for connection:
| Pin | Label | Description |
|---|---|---|
| 1 | + (Positive) | Positive terminal for power output. Connect to the load's positive input. |
| 2 | - (Negative) | Negative terminal for power output. Connect to the load's ground or negative input. |
+) of the battery to the positive input of your circuit.-) to the ground or negative input of your circuit.Below is an example of how to connect the DC12 Battery to an Arduino UNO to power an LED:
Vin pin.GND pin.// This code blinks an LED connected to pin 13 of the Arduino UNO.
// Ensure the DC12 battery is connected to the Arduino's Vin and GND pins.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output pin
}
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
}
Battery Not Charging:
Battery Drains Quickly:
Device Does Not Power On:
Battery Overheats During Use:
By following this documentation, users can safely and effectively utilize the Sanlux DC12 Battery (18650) in their projects and applications.