Stufin
Home Quick Cart Profile

Witty Fox 11.1V 5200mAh Li-Ion Battery

Buy Now

Capacity

5200mAh

Voltage

11.1V

Chemistry

Lithium-Ion

Dimensions

105mm x 65mm x 22mm

Weight

230g

Cycle Life

300+ cycles

Self-Discharge Rate3% per month

Operating Temperature

-20C to 45C

Storage Temperature

-40C to 50C

Applications

The Witty Fox 11.1V 5200mAh Li-Ion Battery is suitable for a wide range of applications, including

IoT devices

Robotics

Drones

Portable electronic systems

Medical devices

Industrial control systems

Consumer electronics

Safety Precautions

Use the battery with compatible devices only.

Avoid deep discharging (below 3V) to prolong the battery's life.

Keep the battery away from children and pets.

Avoid short-circuiting the battery.

Store the battery in a cool, dry place away from flammable materials.

Warranty and Support

The Witty Fox 11.1V 5200mAh Li-Ion Battery comes with a limited 1-year warranty. For technical support, documentation, and warranty claims, please contact the manufacturer's support team.

Pin Configuration

  • Witty Fox 11.1V 5200mAh Li-Ion Battery Pinout Documentation
  • The Witty Fox 11.1V 5200mAh Li-Ion Battery is a rechargeable battery designed for various IoT applications. It has a total of 4 pins, each with a specific function. Below is a detailed explanation of each pin and how to connect them:
  • Pin 1: Positive Terminal (VCC)
  • Function: Provides the positive voltage output of the battery
  • Voltage: 11.1V
  • Current: Up to 2C discharge rate (10.4A)
  • Connection: Connect to the positive input of your device or circuit
  • Pin 2: Negative Terminal (GND)
  • Function: Provides the negative voltage output of the battery
  • Voltage: 0V
  • Current: Up to 2C discharge rate (10.4A)
  • Connection: Connect to the negative input of your device or circuit
  • Pin 3: Temperature Protection (TMP)
  • Function: Output pin for temperature protection circuitry
  • Voltage: 0V to 3.3V (digital output)
  • Connection: Connect to a microcontroller or a temperature monitoring circuit to monitor the battery's internal temperature
  • Pin 4: Charging Indicator (CHG)
  • Function: Output pin indicating the charging status of the battery
  • Voltage: 0V to 3.3V (digital output)
  • Connection: Connect to a microcontroller or a charging indicator circuit to monitor the charging status of the battery
  • Connecting the Pins:
  • To connect the pins, follow these steps:
  • 1. Connect Pin 1 (VCC) to the positive input of your device or circuit.
  • 2. Connect Pin 2 (GND) to the negative input of your device or circuit.
  • 3. Connect Pin 3 (TMP) to a microcontroller or a temperature monitoring circuit. This pin provides a digital output (0V to 3.3V) indicating the battery's internal temperature.
  • 4. Connect Pin 4 (CHG) to a microcontroller or a charging indicator circuit. This pin provides a digital output (0V to 3.3V) indicating the charging status of the battery.
  • Important Notes:
  • Make sure to handle the battery with care to avoid any physical damage or electrical short circuits.
  • Follow the recommended charging and discharging rates to prolong the battery's lifespan.
  • Ensure proper electrical isolation and protection when connecting the battery to your device or circuit.
  • By following these guidelines, you can safely and effectively connect the Witty Fox 11.1V 5200mAh Li-Ion Battery to your IoT project or device.

Code Examples

Witty Fox 11.1V 5200mAh Li-Ion Battery Documentation
Overview
The Witty Fox 11.1V 5200mAh Li-Ion Battery is a rechargeable battery designed for use in IoT projects, robotics, and other electronic devices. This battery features a high capacity of 5200mAh, making it suitable for applications that require a reliable power source.
Technical Specifications
Voltage: 11.1V
 Capacity: 5200mAh
 Chemistry: Lithium-Ion (Li-Ion)
 Dimensions: 64 x 39 x 18 mm
 Weight: 130g
 Connector: JST-XH 2-pin connector
Connecting the Battery
To connect the battery to your device, you'll need to use the JST-XH 2-pin connector. Make sure to match the polarity of the connector to the positive (+) and negative (-) terminals of the battery.
Code Examples
### Example 1: Simple Battery-Powered Arduino Project
In this example, we'll use the Witty Fox battery to power an Arduino Uno board. We'll connect the battery to the Arduino's VIN pin and use it to power a simple LED circuit.
Hardware Requirements:
Witty Fox 11.1V 5200mAh Li-Ion Battery
 Arduino Uno board
 JST-XH 2-pin connector
 Breadboard
 LED
 Resistor (1k)
Code:
```c
const int ledPin = 13; // Arduino's built-in LED pin
void setup() {
  pinMode(ledPin, OUTPUT);
}
void loop() {
  digitalWrite(ledPin, HIGH);
  delay(1000);
  digitalWrite(ledPin, LOW);
  delay(1000);
}
```
Connection Diagram:
Connect the positive (+) terminal of the battery to the VIN pin on the Arduino Uno board. Connect the negative (-) terminal to the GND pin. Connect the LED to digital pin 13 and a 1k resistor to the LED and GND.
### Example 2: Powering a Raspberry Pi with the Witty Fox Battery
In this example, we'll use the Witty Fox battery to power a Raspberry Pi 4 Model B. We'll connect the battery to the Raspberry Pi's power input using a USB-C cable.
Hardware Requirements:
Witty Fox 11.1V 5200mAh Li-Ion Battery
 Raspberry Pi 4 Model B
 USB-C cable
 JST-XH 2-pin connector
Code:
```python
import time
while True:
    print("Raspberry Pi is running on battery power!")
    time.sleep(1)
```
Connection Diagram:
Connect the positive (+) terminal of the battery to the USB-C cable's VBUS pin. Connect the negative (-) terminal to the GND pin. Connect the USB-C cable to the Raspberry Pi's power input.
Note: Make sure to configure your Raspberry Pi to use the USB-C power input and set the power options to "Battery" mode.
Remember to handle the battery with care, following proper safety precautions and charging guidelines to ensure safe and optimal operation.