

The Zeee 22.2V 7000mAh 100C LiPo Battery is a high-performance lithium polymer battery designed for applications requiring high power and reliability. With a nominal voltage of 22.2V and a capacity of 7000mAh, this battery is capable of delivering a continuous discharge rate of up to 100C, making it ideal for demanding applications such as remote-controlled (RC) vehicles, drones, and other high-power devices.








Below are the key technical details of the Zeee 22.2V 7000mAh 100C LiPo Battery:
| Parameter | Specification |
|---|---|
| Manufacturer | Zeee |
| Part ID | Zeee |
| Battery Type | Lithium Polymer (LiPo) |
| Nominal Voltage | 22.2V |
| Capacity | 7000mAh |
| Continuous Discharge Rate | 100C |
| Burst Discharge Rate | 200C |
| Maximum Voltage | 25.2V (fully charged) |
| Minimum Voltage | 18.0V (safe discharge limit) |
| Connector Type | XT90 |
| Cell Configuration | 6S (6 cells in series) |
| Dimensions | 155mm x 48mm x 69mm |
| Weight | ~1.2kg |
| Operating Temperature | -20°C to 60°C |
| Storage Temperature | -10°C to 45°C |
The Zeee 22.2V 7000mAh 100C LiPo Battery features the following connectors:
| Connector | Description |
|---|---|
| XT90 | Main power output connector for high-current applications. |
| JST-XH | Balance connector for charging and monitoring individual cell voltages. |
Connecting the Battery:
Charging the Battery:
Discharging the Battery:
Storage:
While the Zeee 22.2V 7000mAh 100C LiPo Battery is not directly compatible with the Arduino UNO due to its high voltage, you can use a voltage regulator or DC-DC step-down converter to safely power the Arduino. Below is an example circuit and code:
// Example code for Arduino UNO powered by a Zeee 22.2V LiPo Battery
// through a DC-DC step-down converter
void setup() {
// Initialize serial communication
Serial.begin(9600);
Serial.println("Arduino powered by Zeee 22.2V LiPo Battery");
}
void loop() {
// Example: Blink an LED connected to pin 13
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 Swelling:
Battery Not Charging:
Low Runtime:
Device Not Powering On:
Q: Can I use this battery for a 4S or 3S application?
A: No, this is a 6S battery with a nominal voltage of 22.2V. Using it in a lower-voltage application may damage your device.
Q: What is the maximum safe charging current?
A: The recommended charging current is 1C (7A). However, the battery can support up to 2C (14A) for faster charging, provided your charger supports it.
Q: How do I know when the battery is fully charged?
A: The battery is fully charged when the voltage reaches 25.2V (4.2V per cell).
Q: Can I use this battery in parallel with another LiPo battery?
A: Yes, but ensure both batteries have the same voltage, capacity, and charge level before connecting them in parallel.
By following this documentation, you can safely and effectively use the Zeee 22.2V 7000mAh 100C LiPo Battery in your projects.