5200mAh
5200mAh
11.1V
Lithium-Ion
105mm x 65mm x 22mm
230g
300+ cycles
Self-Discharge Rate | 3% per month |
-20C to 45C
-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.
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.