

The ZOP Power 3S LiPo 11.1V 2250mAh is a 3-cell lithium polymer (LiPo) battery designed for applications requiring high energy density and lightweight power sources. With a nominal voltage of 11.1V and a capacity of 2250mAh, this battery is ideal for powering remote-controlled (RC) vehicles, drones, and other portable electronic devices. Its compact size and high discharge rate make it a popular choice for hobbyists and professionals alike.








The following table outlines the key technical details of the ZOP Power 3S LiPo 11.1V 2250mAh battery:
| Specification | Value |
|---|---|
| Nominal Voltage | 11.1V |
| Capacity | 2250mAh |
| Cell Configuration | 3S (3 cells in series) |
| Maximum Discharge Rate | 35C |
| Maximum Charge Voltage | 12.6V |
| Minimum Discharge Voltage | 9.0V |
| Connector Type | XT60 (or as specified) |
| Balance Connector Type | JST-XH |
| Dimensions | ~105mm x 35mm x 25mm |
| Weight | ~190g |
The battery has two main connectors:
| Pin | Connector Type | Description |
|---|---|---|
| 1 | JST-XH Pin 1 | Cell 1 positive terminal |
| 2 | JST-XH Pin 2 | Cell 1 negative / Cell 2 positive |
| 3 | JST-XH Pin 3 | Cell 2 negative / Cell 3 positive |
| 4 | JST-XH Pin 4 | Cell 3 negative terminal |
To power an Arduino UNO with this battery, you can use a DC-DC step-down converter to regulate the voltage to 5V. Below is an example circuit and code:
// Example code to read a sensor and print data to the Serial Monitor
// Ensure the Arduino is powered via the 5V output of the step-down converter
const int sensorPin = A0; // Analog pin connected to the sensor
int sensorValue = 0; // Variable to store the sensor reading
void setup() {
Serial.begin(9600); // Initialize serial communication at 9600 baud
}
void loop() {
sensorValue = analogRead(sensorPin); // Read the sensor value
Serial.print("Sensor Value: ");
Serial.println(sensorValue); // Print the sensor value to the Serial Monitor
delay(1000); // Wait for 1 second before the next reading
}
Battery Not Charging
Battery Swelling
Device Shuts Down Prematurely
Uneven Cell Voltages
Q: Can I use this battery for a 12V device?
A: Yes, but only if the device can tolerate a voltage range of 9.0V–12.6V. Otherwise, use a DC-DC converter to regulate the voltage.
Q: How long will the battery last on a single charge?
A: The runtime depends on the load. For example, at a 10A load, the battery will last approximately 13.5 minutes (2250mAh ÷ 10A × 60 minutes).
Q: Is it safe to charge the battery unattended?
A: No, always monitor the battery during charging to prevent accidents.
Q: Can I connect multiple batteries in series or parallel?
A: Yes, but ensure the batteries are identical in voltage, capacity, and charge state. Use proper connectors and balancing techniques.
By following these guidelines, you can safely and effectively use the ZOP Power 3S LiPo 11.1V 2250mAh battery in your projects.