

The OVONIC Air 2S LiPo Battery 2200mAh (35C) is a high-performance, rechargeable lithium polymer (LiPo) battery designed for demanding applications. With a nominal voltage of 7.4V (2 cells in series) and a discharge rate of 35C, this battery is ideal for powering remote-controlled (RC) vehicles, drones, and other high-current devices. Its lightweight and compact design make it a popular choice for hobbyists and professionals alike.
The following table outlines the key technical details of the OVONIC Air 2S LiPo Battery:
| Parameter | Specification |
|---|---|
| Manufacturer | OVONIC |
| Part ID | OVONIC Air |
| Battery Type | Lithium Polymer (LiPo) |
| Nominal Voltage | 7.4V (2 cells in series) |
| Capacity | 2200mAh |
| Discharge Rate | 35C (77A continuous discharge) |
| Charge Rate | 1C recommended (2.2A) |
| Max Charge Voltage | 8.4V |
| Connector Type | XT60 (discharge) |
| Balance Connector | JST-XH (2S balance plug) |
| Dimensions | 106mm x 34mm x 18mm |
| Weight | ~120g |
| Operating Temperature | -20°C to 60°C |
| Storage Temperature | -10°C to 45°C |
The OVONIC Air 2S LiPo Battery has two connectors:
| Pin | JST-XH Balance Connector Description |
|---|---|
| Pin 1 | Cell 1 Negative (-) |
| Pin 2 | Cell 1 Positive (+) / Cell 2 Negative (-) |
| Pin 3 | Cell 2 Positive (+) |
The OVONIC Air 2S LiPo Battery can be used to power an Arduino UNO via a voltage regulator or a DC-DC step-down converter to ensure the voltage is within the Arduino's operating range (5V or 7-12V). Below is an example of how to use the battery with an Arduino UNO to power an LED.
// Simple LED Blink Example
// This code blinks an LED connected to pin 13 of the Arduino UNO.
void setup() {
pinMode(13, OUTPUT); // Set pin 13 as an output
}
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 Swelling
Device Not Powering On
Short Runtime
Q1: Can I use this battery for a 3S device?
A1: No, this is a 2S (7.4V) battery and is not compatible with devices requiring 3S (11.1V) batteries.
Q2: How do I safely dispose of a damaged LiPo battery?
A2: Discharge the battery completely, submerge it in saltwater for 24 hours, and take it to a local recycling center.
Q3: What is the maximum current this battery can deliver?
A3: The maximum continuous current is 77A (35C x 2.2Ah).
Q4: Can I charge this battery with a USB charger?
A4: No, you must use a LiPo-compatible balance charger with a JST-XH connector.
This documentation provides a comprehensive guide to using the OVONIC Air 2S LiPo Battery 2200mAh (35C) safely and effectively. For further assistance, refer to the manufacturer's website or contact their support team.







