Stufin
Home Quick Cart Profile

Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery

Buy Now on Stufin

Component Name

Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery

Overview

The Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery is a high-capacity, high-performance lithium-polymer (LiPo) battery designed for demanding applications in the field of robotics, drones, and other IoT devices. This battery is manufactured by Tattu, a well-known brand in the industry, and is characterized by its exceptional power density, reliability, and safety features.

Functionality

The primary function of the Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery is to provide a reliable and efficient source of power to devices that require high energy density and high discharge rates. This battery is particularly suited for applications that demand rapid charging and discharging, such as drone racing, aerial photography, and robotics.

Key Features

  • High Capacity: The battery has a capacity of 22000mAh, making it an ideal choice for applications that require prolonged operation periods.
  • High Discharge Rate: With a discharge rate of 25C, this battery can supply high currents to devices that require rapid power delivery.
  • High Voltage: The battery has a nominal voltage of 22.2V, which is suitable for devices that require high voltage and high power.
  • 6S1P Configuration: The battery consists of 6 cells connected in series (6S) and 1 cell connected in parallel (1P), providing a balanced and efficient power delivery system.
  • XT90-S Connector: The battery is equipped with an XT90-S connector, which is a high-current, low-resistance connector designed for safe and efficient power transfer.
  • Protection Circuitry: The battery features built-in protection circuitry that prevents overcharge, over-discharge, and short-circuiting, ensuring safe and reliable operation.
  • Reliability and Durability: The battery is constructed with high-quality materials and is designed to withstand the rigors of repeated charging and discharging, making it a reliable choice for demanding applications.
  • Lightweight and Compact: The battery is designed to be lightweight and compact, making it ideal for applications where space and weight are critical factors.

Technical Specifications

Capacity

22000mAh

Nominal Voltage

22.2V

Discharge Rate

25C

Configuration

6S1P

Connector

XT90-S

Dimensions

155 x 65 x 55 mm

Weight

1.2 kg

Operating Temperature

-20C to 40C

Storage Temperature

-20C to 30C

Safety Precautions

Always follow proper charging and discharging procedures to prevent damage to the battery or device.

Avoid overcharging or over-discharging the battery, as this can cause damage or reduce the battery's lifespan.

Keep the battery away from flammable materials and avoid exposing it to high temperatures or physical damage.

By providing a comprehensive overview of the Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery, this documentation aims to assist technical professionals and informed hobbyists in understanding the features, functionality, and technical specifications of this high-performance LiPo battery.

Pin Configuration

  • Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery Pinout Explanation
  • The Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery features a robust design with multiple pins for safe and efficient connection. Here's a detailed explanation of each pin and how to connect them:
  • Pinout:
  • 1. XT90-S Connector (Main Power Output)
  • The XT90-S connector is the primary power output of the battery, delivering 22.2V and 25C discharge rate.
  • Connectors: The XT90-S connector has two large metal contacts, one positive (+) and one negative (-).
  • Connection: Connect the XT90-S connector to a compatible XT90-S receptacle on your device, such as a drone or electric vehicle.
  • 2. Balance Lead (6S, 22.2V)
  • The balance lead is used for charging and monitoring the battery's state of charge.
  • Connectors: The balance lead has six thin wires, each labeled 1-6, corresponding to the six cells in the 6S configuration.
  • Connection:
  • + Connect the balance lead to a compatible 6S balance charger.
  • + Ensure the balance lead is securely connected to the charger, following the correct sequence (1-6).
  • 3. State of Charge (SOC) Indicator
  • The SOC indicator is a small three-pin connector that provides real-time battery state of charge information.
  • Connectors: The SOC indicator has three thin wires: VCC, GND, and DATA.
  • Connection:
  • + Connect VCC to a 3.3V or 5V power supply.
  • + Connect GND to the system's ground.
  • + Connect DATA to a compatible microcontroller or monitoring system.
  • Important Connection Considerations:
  • Always ensure the XT90-S connector is securely connected to prevent damage or electrical shorts.
  • Use a compatible 6S balance charger and follow the correct charging sequence to prevent battery damage.
  • When connecting the balance lead, ensure the wires are securely attached to the charger and battery to prevent accidental disconnections.
  • For the SOC indicator, use a compatible voltage level and avoid overloading the signal lines to prevent damage to the battery or monitoring system.
  • Safety Precautions:
  • Always handle the battery with care, avoiding short circuits, physical damage, or exposure to extreme temperatures.
  • Use protective equipment, such as gloves and safety glasses, when working with high-voltage batteries.
  • Follow proper charging and storage procedures to ensure the battery's longevity and safety.
  • By following these guidelines, you can safely and efficiently connect the Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery to your device, ensuring reliable and high-performance operation.

Code Examples

Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery Documentation
Overview
The Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery is a high-capacity, high-discharge-rate lithium-polymer battery designed for use in demanding applications such as drones, robots, and other IoT devices. This battery features a 6S1P configuration, meaning it has 6 cells in series and 1 cell in parallel, providing a total capacity of 22000mAh and a nominal voltage of 22.2V.
Technical Specifications
Capacity: 22000mAh
 Nominal Voltage: 22.2V
 Configuration: 6S1P
 Discharge Rate: 25C
 Connector: XT90-S
 Dimensions: 160 x 60 x 40 mm
 Weight: 1400g
Usage Examples
### Example 1: Using the Battery with an Arduino-based Drone Controller
In this example, we'll demonstrate how to use the Original Tattu battery to power an Arduino-based drone controller.
Hardware Requirements
Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery
 Arduino Mega 2560 board
 Drone motor controllers and motors
 XT90-S connector
Code Example
```c
#include <Arduino.h>
// Define the battery voltage and capacity
const float batteryVoltage = 22.2; // volts
const float batteryCapacity = 22000; // mAh
// Define the motor controller pins
const int motorController1Pin = 2;
const int motorController2Pin = 3;
const int motorController3Pin = 4;
const int motorController4Pin = 5;
void setup() {
  // Initialize the motor controllers
  pinMode(motorController1Pin, OUTPUT);
  pinMode(motorController2Pin, OUTPUT);
  pinMode(motorController3Pin, OUTPUT);
  pinMode(motorController4Pin, OUTPUT);
}
void loop() {
  // Read the battery voltage
  float batteryVoltageReading = analogRead(A0);
  batteryVoltageReading = (batteryVoltageReading  5.0) / 1024.0;
  
  // Calculate the battery state of charge (SOC)
  float batterySOC = (batteryVoltageReading / batteryVoltage)  100.0;
  
  // Control the motors based on the battery SOC
  if (batterySOC > 20) {
    // Run the motors at full speed
    digitalWrite(motorController1Pin, HIGH);
    digitalWrite(motorController2Pin, HIGH);
    digitalWrite(motorController3Pin, HIGH);
    digitalWrite(motorController4Pin, HIGH);
  } else {
    // Reduce motor speed to conserve battery life
    analogWrite(motorController1Pin, 128);
    analogWrite(motorController2Pin, 128);
    analogWrite(motorController3Pin, 128);
    analogWrite(motorController4Pin, 128);
  }
  delay(50);
}
```
### Example 2: Using the Battery with a Raspberry Pi-based IoT Gateway
In this example, we'll demonstrate how to use the Original Tattu battery to power a Raspberry Pi-based IoT gateway.
Hardware Requirements
Original Tattu 22000mAh 25C 22.2V 6S1P XT90-S LiPo Battery
 Raspberry Pi 4 Model B
 IoT gateway peripherals (e.g., sensors, actuators)
 XT90-S connector
Code Example
```python
import RPi.GPIO as GPIO
import time
# Define the battery voltage and capacity
battery_voltage = 22.2  # volts
battery_capacity = 22000  # mAh
# Define the IoT gateway peripherals
gpio_pin_led = 17
gpio_pin_sensor = 23
# Set up the GPIO pins
GPIO.setmode(GPIO.BCM)
GPIO.setup(gpio_pin_led, GPIO.OUT)
GPIO.setup(gpio_pin_sensor, GPIO.IN)
while True:
    # Read the battery voltage
    battery_voltage_reading = GPIO.input(gpio_pin_sensor)
    battery_voltage_reading = (battery_voltage_reading  5.0) / 1024.0
    
    # Calculate the battery state of charge (SOC)
    battery_soc = (battery_voltage_reading / battery_voltage)  100.0
    
    # Control the IoT gateway peripherals based on the battery SOC
    if battery_soc > 50:
        # Turn on the LED to indicate normal operation
        GPIO.output(gpio_pin_led, GPIO.HIGH)
    else:
        # Turn off the LED to indicate low battery
        GPIO.output(gpio_pin_led, GPIO.LOW)
    
    time.sleep(1)
```
Note: These examples are for illustrative purposes only and may require modifications to suit your specific use case. Ensure you follow proper safety precautions when working with high-capacity lithium-polymer batteries.