...
Each group of 6 cells is connected to a battery monitoring circuit (shortened as BMC later).
This circuit measures:
The voltage of each cell
The current delivered by the group
This is done by forcing the battery to deliver current through a resistor with a tiny resistance. This resistor, called a shunt/shunt resistor, follows Ohm’s law:
V=IR
This implies that
I=V/R
, which means that the current passing through a shunt is equal to its voltage (which can be measured easily), divided by its resistance (which is a known constant).
And it sends:
Note |
---|
We are not exactly sure of everything yet. |
...
Info |
---|
The ports we are interested in:
Speculated ports:
|
...
What is
REF_SEL
set to for the battery monitoring boards?Are our speculated ports correct?Why are we reading the battery and voltage information via both I2C and analogue pins?
How should the MCU beacon itself to the FC (i.e. so that the FC is aware that the MCU on the power module is there)?
What should be sent over CAN?
...