-50%

USED HEADWAY 38120 HP 3.2V 8AH LIFEPO4 BATTERY Fashion

Original price was: $7.99.Current price is: $4.00.
0 reviews
23 people are viewing this right now
Estimated Delivery:
13 - 20 Mar, 2025
Trust Badge
Guaranteed safe & secure checkout

Description

THESE CELLS HAVE NOT BEEN CAPACITY TESTED BUT THEY ARE GUARANTEED TO ARRIVE WITH GOOD VOLTAGE AND ALL WERE REMOVED IN WORKING CONDITION FROM BACKUP STARTER BATTERY PACKS. WE GUARANTEE NO DEAD CELLS AND AT THIS PRICE YOU CAN T GO WRONG. NO COMPRESSION NEEDED FOR CYLINDRICAL CELLS.

THESE ARE BIG CELLS WITH A CRAZY AMOUNT OF POWER. EACH CELL IS RATED UP TO 120A CONTINUOUS DISCHARGE (15C) OR 240A PULSE (30C) AND CAN BE CHARGED AT 80A CONTINUOUS (10C). YOU CAN START A CAR WITH 4 OF THESE IN SERIES. PLEASE BE CAREFUL WITH THESE AND DO YOUR RESEARCH. THIS IS A MASSIVE AMOUNT OF POWER.

body { font-family: Arial, sans-serif; background-color: #f0f0f0; margin: 0; padding: 20px; }
.info, .form-section { background-color: #ffffff; padding: 15px; margin-bottom: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.info h2, .form-section h1 { margin-top: 0; color: #0056b3; }
label { display: block; margin-bottom: 5px; font-size: 0.9em; color: #333; }
input[type= number ] { width: 100%; padding: 8px; margin-bottom: 10px; border-radius: 4px; border: 1px solid #ccc; font-size: 0.9em; }
input[type= submit ], select { background-color: #0078d7; color: white; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-size: 0.9em; }
input[type= submit ]:hover { background-color: #0056b3; }

Cell Specifications

Nominal Voltage:
Chemistry:
Full Charge Voltage:
Full Discharge Voltage:
Capacity:
Max Continuous Charge: A
Max Continuous Discharge: A

Calculate Your Battery Pack


function detectBatteryChemistry(nominalVoltage) {
if (nominalVoltage >= 3.6 && nominalVoltage = 3.2 && nominalVoltage <= 3.3) {
return {chemistry: LiFePO4 , fullChargeVoltage: 3.65, fullDischargeVoltage: 2.5};
} else if (nominalVoltage === 2.2) {
return {chemistry: LTO , fullChargeVoltage: 2.8, fullDischargeVoltage: 1.5};
} else if (nominalVoltage === 3.0) {
return {chemistry: Sodium Ion , fullChargeVoltage: 4.0, fullDischargeVoltage: 2.0};
} else {
return {chemistry: Unknown , fullChargeVoltage: nominalVoltage, fullDischargeVoltage: nominalVoltage};
}
}

function formatCapacity(capacity) {
var capacityInAh = capacity 1000;
if (capacityInAh % 1 === 0) {
return capacityInAh.toString() + Ah ;
} else {
return capacityInAh.toFixed(1) + Ah ;
}
}

function initialize() {
var nominalVoltage = parseFloat(document.getElementById( nominalVoltage ).value);
var capacity = parseFloat(document.getElementById( capacity ).value);
var maxCharge = parseFloat(document.getElementById( maxCharge ).value);
var maxDischarge = parseFloat(document.getElementById( maxDischarge ).value);
var batteryDetails = detectBatteryChemistry(nominalVoltage);
document.getElementById( cellVoltage ).textContent = nominalVoltage + V ;
document.getElementById( cellChemistry ).textContent = batteryDetails.chemistry;
document.getElementById( cellFullChargeVoltage ).textContent = batteryDetails.fullChargeVoltage + V ;
document.getElementById( cellFullDischargeVoltage ).textContent = batteryDetails.fullDischargeVoltage + V ;
document.getElementById( cellCapacity ).textContent = formatCapacity(capacity);
document.getElementById( cellMaxCharge ).textContent = maxCharge.toString();
document.getElementById( cellMaxDischarge ).textContent = maxDischarge.toString();
}

function calculatePackConfiguration() {
var nominalVoltage = parseFloat(document.getElementById( nominalVoltage ).value);
var capacity = parseFloat(document.getElementById( capacity ).value);
var maxCharge = parseFloat(document.getElementById( maxCharge ).value);
var maxDischarge = parseFloat(document.getElementById( maxDischarge ).value);

var desiredVoltage = parseFloat(document.getElementById( desiredVoltage ).value);
var powerUnit = document.getElementById( powerUnit ).value;
var desiredWatts = parseFloat(document.getElementById( desiredWatts ).value);
if (powerUnit === kW ) {
desiredWatts *= 1000;
}

var energyUnit = document.getElementById( energyUnit ).value;
var desiredWattHours = parseFloat(document.getElementById( desiredWattHours ).value);
if (energyUnit === kWh ) {
desiredWattHours *= 1000;
}

var cellsInSeries = Math.ceil(desiredVoltage nominalVoltage);
var wattCellsInParallel = Math.ceil(desiredWatts (cellsInSeries * detectBatteryChemistry(nominalVoltage).fullDischargeVoltage * maxDischarge));
var energyCellsInParallel = Math.ceil((desiredWattHours (cellsInSeries * nominalVoltage)) (capacity 1000));
var cellsInParallel = Math.max(wattCellsInParallel, energyCellsInParallel);
var totalCells = cellsInSeries * cellsInParallel;
var totalAmpHours = (capacity 1000) * cellsInParallel;
var totalKWh = (totalAmpHours * (cellsInSeries * nominalVoltage)) 1000;
var maxChargeCurrent = cellsInParallel * maxCharge;

document.getElementById( result ).innerHTML =
Pack Configuration: + cellsInSeries + s + cellsInParallel + p
+
Total Cells Needed: + totalCells +
+
Nominal Voltage: + (cellsInSeries * nominalVoltage).toFixed(2) + V
+
Amp Hours of the Pack: + totalAmpHours.toFixed(2) + Ah
+
kWh of the Pack: + totalKWh.toFixed(2) + kWh
+
Fully Charged Voltage: + (cellsInSeries * detectBatteryChemistry(nominalVoltage).fullChargeVoltage).toFixed(2) + V
+
Fully Discharged Voltage: + (cellsInSeries * detectBatteryChemistry(nominalVoltage).fullDischargeVoltage).toFixed(2) + V
+
Max Continuous Charge Current: + maxChargeCurrent.toFixed(2) + A
+
Max Continuous Discharge Current: + ((desiredWatts (cellsInSeries * detectBatteryChemistry(nominalVoltage).fullDischargeVoltage)).toFixed(2)) + A
;
}

window.onload = initialize;
This calculation also takes into consideration the maximum continuous amp ratings of the cells.

THIS IS ONE OF THE MOST POPULAR CAR AUDIO CELLS. MOST OF YOU WILL MAKE CUSTOM BUSBARS FOR THESE. WE ALSO HAVE KITS AVAILABLE, BMS UNITS, AND EVEN SUPER BEAST MODULES WITH 48 CELLS AND ALL THE HOLDERS AND BUSBARS INCLUDED. JUST KEEP IN MIND HOW MUCH POWER THESE THINGS ARE CAPABLE OF AND USE THE PROPER THICKNESS TO CARRY THAT POWER FOR WHATEVER YOUR APPLICATION REQUIRES AND USE A BMS. THESE ARE 40 TIMES MORE POWERFUL THAN MOST 18650 BATTERIES. CHECK OUT THE SPECS BELOW, THESE ARE REAL SPECS.

If you over tighten your bolts it could damage the cell. If you have a torque wrench set it to 3nm. Do not tighten over 4nm.

Related products

skyairus.shop © 2025 All Rights Reserved

Select the fields to be shown. Others will be hidden. Drag and drop to rearrange the order.
  • Image
  • SKU
  • Rating
  • Price
  • Stock
  • Description
  • Weight
  • Dimensions
  • Additional information
  • Add to cart
Click outside to hide the comparison bar
Compare