Other Parts Discussed in Thread: GPCCHEM,
Hello,
#define BATTERY_VOLTAGE_FULL 4200 // Cell voltage (fully charged) [mV]
#define BATTERY_VOLTAGE_EMPTY 3000 // Cell voltage (empty) [mV]
#define BATTERY_CAPACITY_NOM 2500 // Nominal capacity [mAh]
#define BATTERY_DESIGN_ENERGY 9250 // Design Energy (capacity * 3.7) [mWh]
#define BATTERY_CURRENT_CHG 1250 // Charge current (choose 0.5C) [mA]
#define BATTERY_CURRENT_DSG 1250 // Discharge current (choose 0.5C) [mA]
#define BATTERY_CURRENT_CHGTERM 125 // Charge termination curr. (0.05C) [mA]
#define BATTERY_TAPER_RATE 200 // Taper Rate(capacity*10/125) [.1Hr rate]
But now, if we use a new battery, then we read the SOC of the new battery from the fuel gauge. There is so big gap about the new battery with real battery capacity?
Do we need more configuration for this IC?
Best Regards,
Mike Song