Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 32 Next »

Introduction

  • Who

  • Background

  • What

    • 30.5x30.5mm mounting pattern

    • 5V @ 4 A buck buck capability

    • high current pass through with 2x XT60s

      • 100 A pulsed current capability

      • 60 A max continuous current capability

    • pre accurate current sensing

    • Use the custom CAN circuit designed for ESC CAN Adapter .

      • EFS would need to dev for it but nws.

    • Single JST GH four pin to CAN x port on pixhawk

    • Balance Lead Connection

      • Measuring each cell voltage would be nice as well to improve SoC calculation.

      • would need 2x headers if we run two 6S batts in parallel which seems to be POR as of June 2024 for Fixed Wing 2025

    • Stretch requirement: Active balancing (Can be done, some extra circuitry required and must be taken into consideration in regards to component sourcing and which IC to use)

      • could be cool if there’s board space for it, hmm extra weight and risk tho, maybe not, EE lead thoughts

      • more work for firmware to develop cell balancing algorithm

      • save for next rev probably

    • Input Voltage Range: 26V to 12V

  • Target Use

  • Why

    • few COTS options with CAN

    • few COTS options with 30.5x30.5mm mounting pattern

    • Fun for EFS dev, opens doors for more complex SoC calculation

Electrical Architecture

Features:

  • Buck + LDO (Power Module)

  • Current Sense

  • Active Cell Balancing

  • Cell monitoring and measurement (SoC calculations)

  • MCU for custom cell balancing algorithm + cell input calculations + interfacing with IC

  • CAN circuitry

Elec System Design

Component Sourcing

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

  • No labels