Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Elec System Design

Drawio
mVer2
zoom1
simple0
zoominComment10
inCommentcustContentId02602139679
pageId2578219010
custContentIdlbox26021396791
diagramDisplayNameUntitled Diagram-1719935379177.drawiolbox1
contentVer11
revision11
baseUrlhttps://uwarg-docs.atlassian.net/wiki
diagramNameUntitled Diagram-1719935379177.drawio
pCenter0
width1655.9999999999993
links
tbstyle
height763.9999999999998

...

Some thoughts:

  • Still not exactly sure how the cell monitoring should be handled, a BMS chip is kinda what I’m thinking or at least some sort of cell monitoring device. An issue I have right now is component sourcing since digikey’s search is yielding some fraudulent results (I think links 1 & 2 for the BMS) since most of the ones that say they can support up to 6 cells (from analog devices) really only support 2 Li-ion (I’m assuming this is the type of battery WARG uses).

  • The LT6810 chip seems really ideal but it operates SPI/I2C and is the master node in this case (is this alright?!?! I would expect this kind of peripheral to be the slave node in this case)

  • Most cell monitoring ICs are rated for more than 6 cells (usually 8-12) so I don’t think that is a huge problem that some pins won’t be used (redundant not optimal :0), almost none of them have a CAN bus serial protocol so I’ll need to use an IC to convert the signals most likely

  • Also, in a perfect world I would use the same IC to monitor current and cell voltage but most chips I have found only operate on one of the functionalities

  • Using two separate IC’s (one for BMS one for current), how does data transmission work if both are sending data on the line?

  • Optimal IC I think would be the BQ7692, might be wrong here but I think it has current sense capabilities

...