

The 2PCS Explorer 1000mAh LiHV 2S 80C Battery by Flywoo is a high-performance lithium polymer (LiHV) battery pack designed for applications requiring high power and reliability. With a nominal voltage of 7.4V and a capacity of 1000mAh, this battery is ideal for remote-controlled (RC) vehicles, drones, and other high-demand electronic systems. Its 80C discharge rate ensures it can handle significant current loads, while the XT30UP connectors provide secure and efficient connections.








Below are the key technical details of the Flywoo 2PCS Explorer 1000mAh LiHV 2S 80C Battery:
| Specification | Details |
|---|---|
| Battery Type | Lithium Polymer High Voltage (LiHV) |
| Nominal Voltage | 7.4V (2S configuration) |
| Capacity | 1000mAh |
| Discharge Rate | 80C |
| Maximum Burst Discharge | 160C |
| Connector Type | XT30UP |
| Dimensions (per battery) | 70mm x 35mm x 15mm |
| Weight (per battery) | ~60g |
| Charging Voltage | 8.7V (maximum for LiHV cells) |
| Recommended Charge Rate | 1C (1A) |
The XT30UP connector and balance lead are the primary interfaces for this battery. Below is a description of the connections:
| Pin/Connector | Description |
|---|---|
| XT30UP (+) | Positive terminal for power delivery. Connects to the positive input of the load. |
| XT30UP (-) | Negative terminal for power delivery. Connects to the ground of the load. |
| Balance Lead | 3-pin JST-XH connector for cell balancing during charging. |
Connection to Load:
Charging the Battery:
Mounting:
If you are powering an Arduino UNO with this battery, you can use a voltage regulator or a DC-DC step-down converter to step down the voltage to 5V. Below is an example circuit and code:
// Example Arduino code to blink an LED using power from the Flywoo battery
// Ensure the battery is connected via a step-down converter to provide 5V
const int ledPin = 13; // Pin connected to the onboard LED
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
}
| Issue | Possible Cause | Solution |
|---|---|---|
| Battery does not charge | Charger not set to LiHV mode | Ensure the charger is set to LiHV and 2S configuration. |
| Battery gets hot during use | Overcurrent draw or poor ventilation | Ensure the load does not exceed the 80C discharge rate. Improve ventilation. |
| Swelling or physical damage | Overcharging or physical impact | Stop using the battery immediately. Dispose of it safely. |
| Device shuts off unexpectedly | Battery voltage too low | Recharge the battery. Avoid discharging below 7.0V. |
| Balance lead not detected by charger | Loose or damaged balance lead connection | Check the balance lead for damage and ensure it is securely connected. |
Can I use this battery with a 3S device?
What is the difference between LiPo and LiHV batteries?
How do I safely dispose of a damaged battery?
By following these guidelines, you can ensure safe and efficient use of the Flywoo 2PCS Explorer 1000mAh LiHV 2S 80C Battery in your projects.