Good day,
I am working on a BMS for a 9S battery pack. I've got the other AFE features working, but it seems that the cell balancing is not working. Here is my schematic:
To test, I enabled cell balancing on cell 1, with the board being idle (not charging nor discharging). After 20 minutes, the voltage in cell 1 didn't change, which means that power wasn't dissipated through R54.
The values on this schematic are the values I used in my board, I've double checked this.
The external FETs seem to turn on, as I can measure a voltage across R54 using a multimeter whenever I turn on the cell balancing on cell 1. The voltage I should expect from R54 is the same as the cell voltage (which is 3.50), correct? But the problem is that that voltage that I get is fluctuating; here are the fluctuating values I get across R54 (cell 1 is 3.50V)
1.83 | 2.78 | 1.79 | 2.69 | 1.89 | 2.54 | 2.16 | 2.37 | 2.46 | 2.16 | 2.68 |
1.80 | 2.75 | 1.80 | 2.63 | 1.97 | 2.48 | 2.27 | 2.30 | 2.55 | 2.08 | 2.74 |
1.88 | 2.79 | 1.78 | 2.71 | 1.84 | 2.58 | 2.07 | 2.42 | 2.39 | 2.22 | 2.63 |
It seems that the values repeat every 11 ticks. Any suggestion I could do to resolve this issue?