5V Rechargeable Li-Po Battery Power Supply

Created by: Nicholas Gallagher

Date: 12/7/2024

Objective

Design a reliable 5V power Supply using two 3.7V 5000mAh LiPo batteries in parallel, an HW-373 v1.2.0 boost converter, and safety features such as a 5A fuse and a thermal switch.

Overview

  • Batteries: 2 × 3.7V, 5000mAh (10,000mAh total)
  • Boost Converter: HW-373 v1.2.0 (3.3–5V input, 5V output, ~90% efficiency)
  • Fuse: 5A inline fuse to prevent overcurrent damage
  • Thermal Switch: KSD9700 (Normally Closed), opens at 100°C

Battery Configuration: Series vs. Parallel

FeatureSeriesParallel
VoltageAdds upRemains the same
CapacitySame as one batteryAdds up
Current OutputLimitedIncreases

Runtime Calculation

Formula: Runtime = BatteryCapacity(mAh) × BatteryVoltage(V) / (DeviceCurrent(mA) × Efficiency)

DeviceCurrent (mA)Runtime (hours)
Raspberry Pi 4B (Idle)60013.7
ESP32-EVB (Wi-Fi)50016.4
LED Strip (60 LEDs)1,2006.8

Assembly Steps

  1. Wire batteries in parallel.
  2. Insert the 5A inline fuse.
  3. Install the KSD9700 thermal switch.
  4. Connect to the HW-373 boost converter.
  5. Test output voltage.

Bill of Materials (BoM)

ComponentDescriptionQuantityEstimated Cost
LiPo Battery3.7V 5000mAh LiPo2$25.99
Boost ConverterHW-3731$9.99
Thermal SwitchKSD9700 (100°C)1$8.99
Fuse5A inline mini blade fuse1$4.99

pictures

Back to Projects

← Back to My Projects