This page is for documenting things that are cool but are reserved for the future.
Distributed Topology
It would be neat if we had a board on each module that could report its voltage, temperature, and SOC. If we wanted to, we could also support passive balancing.
This idea originally started off with the goal of SOC history-based balancing, where my idea was to put a fuel gauge on each module. Since it seems like we're going to need a connector per module for voltage sense and thermistors, we might as well build a board, and if we're doing that, we might as well put some chips on it. In that case, it makes sense to read the voltage and temperature from the fuel gauge as well, so we don't need the AFEs anymore. Then, to ensure that we don't have signal integrity issues, we could use CAN to communicate between the boards, so we'd have a controller on each board running some simple firmware to read data from the fuel gauge and respond to a master controller that would actually interface with the main system bus.
So it's a distributed topology that has a CAN interface which collates the cell data and responds to questions from the system CAN bus.
Mesh Network
Linear Tech acquired a company called Dust Networks inĀ 2011, whose technology produces a wireless full-mesh network that supports redundant edge routing. This would allow for us to form clusters of BMS nodes, and then simplify wiring and design (and thereby the manufacturing process) and dealing with the persistent reliability issues associated with automotive wiring harnesses and connections in electric vehicles.
Redundant AFE Communications
Linear Tech released the LTC6813-1, which is likely the same chip that is used in the Tesla Model 3 (if not very similar). This provides a bidirectional isoSPI interface, allowing for a break in the isoSPI chain in one direction. The idea would be that the driver would alternate the direction of reads for every read, such that if one pair of lines broke, it would still be possible to receive data, albeit at half the rate.