

The 3x Slot Battery Holder 18650 (Seri) is a compact and durable component designed to securely hold three 18650 lithium-ion batteries in series. This configuration allows the holder to combine the voltage of all three batteries, making it ideal for powering high-voltage electronic circuits. The holder is equipped with sturdy terminals for reliable electrical connections and is commonly used in DIY electronics, robotics, portable devices, and renewable energy projects.








The 3x Slot Battery Holder has two main terminals for electrical connections:
| Terminal | Description | Wire Color |
|---|---|---|
| Positive (+) | Positive output terminal (combined voltage) | Red |
| Negative (-) | Negative output terminal (ground) | Black |
The 3x Slot Battery Holder can be used to power an Arduino UNO via its VIN pin. Below is an example circuit and code:
// Example code to blink an LED using an Arduino UNO powered by the 3x Slot Battery Holder
// Ensure the battery voltage is within the Arduino's acceptable range (7-12V).
const int ledPin = 13; // Built-in LED pin on Arduino UNO
void setup() {
pinMode(ledPin, OUTPUT); // Set the LED pin as an output
}
void loop() {
digitalWrite(ledPin, HIGH); // Turn the LED on
delay(1000); // Wait for 1 second
digitalWrite(ledPin, LOW); // Turn the LED off
delay(1000); // Wait for 1 second
}
No Output Voltage:
Overheating:
Loose Connections:
Voltage Drop:
By following these guidelines and best practices, you can safely and effectively use the 3x Slot Battery Holder 18650 (Seri) in your electronic projects.