EKF to estimate battery state-of-charge '24
SOC can't be measured directly and voltage is noisy, so an EKF fuses a battery model with voltage readings for the best estimate. Built my own equivalent-circuit model, ran a pulse-discharge test, and derived the SOC-OCV curve — all on an Arduino with an 18650 LFP cell.
nonlinear estimation, on-device