Northeastern-Electric-Racing / ShepherdBMS-2

Our from-scratch Battery Management Application, v2.
3 stars 0 forks source link

Create Accurate SoC percent calculations #121

Open jr1221 opened 4 days ago

jr1221 commented 4 days ago

Description

Create accurate SoC calcs using online equations for our cells. Should be done in a way easily transferable to 24A.

Acceptance Criteria

SoC is accurate.

Proposed Solution

Use a polynomial approximation or something based on this discharge curve per cell, and then somehow combine that to get overall SoC (probably use low cell?).

jr1221 commented 4 days ago

We have calcs they just don't work. Let's fix them