1 / 12

EE330 Final Project Lithium Battery Monitor

EE330 Final Project Lithium Battery Monitor. Evan Adkins and Brandon Umscheid. Purpose of Project. The purpose of this project is to take all of the knowledge gained through the EE330 labs and put it to use in a practical application . Introduction.

valiant
Télécharger la présentation

EE330 Final Project Lithium Battery Monitor

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EE330 Final ProjectLithium Battery Monitor Evan Adkins and Brandon Umscheid

  2. Purpose of Project • The purpose of this project is to take all of the knowledge gained through the EE330 labs and put it to use ina practical application.

  3. Introduction • Design an integrated circuit for a rechargeable battery station. • Three rechargeable batteries are placed into a recharging station and the design should make sure that voltage, current, and temperature are monitored to maintain safe charging of the batteries. • The system should safely charge batteries and not allow them to be in unsafe recharging operation(i.e. blow up) • It should also give display outputs that show the operating modes of the recharging station as well as the combined battery voltage level. • The system will also communicate with an external controller that can request information from the recharging station(i.e. battery voltage, current, temperature, etc.).

  4. Description of Operation Modes • Normal Mode—The battery is connected to the system and is allowed to charge or discharge through the protection relay. The system will read the voltage on each individual cell, the current, and the temperature continuously and save the values into the registers. • Warning Mode—The battery pack is approaching one or more of its safety limits. It should continue to read the battery sensors and save the values, as well as alert the controller the nature of the warning (low voltage, high voltage, high temperature, etc.)

  5. Description Continued • Failure Mode—One or more of the battery parameters has left the safe region, and the system shuts off the relay to isolate the batteries. Also, it will alert the controller that a failure has occurred and indicate the type of failure. Once in Failure Mode, it will remain there until the batteries are safely within their operating parameters again (within the limits for the Warning Mode) and receive an acknowledgment from the controller.

  6. Safety Criteria

  7. Status Code 00: Normal 01: Warning 10: Failure 11: DNE State Machine with Fault Status RST = 0 Warning Mode V<=3.2 or V >=4.1 I <=-1.5 or I >=3 Temp<=5 or Temp>=35 Status = 01, 11 Initial State Status = 00 Status = 10 Status = 01 RST = 0 Status = 01 Failure Mode V<=3 or V >=4.2 I <=-2 or I >=4 Temp<=0 or Temp>=40 Normal Mode 3.2<V<4.1 -1.5<I<3 5<Temp<35 RST = 0 Status = 00 Status = 10 Status = 10, 11 Status = 00, 11

  8. Normal Mode • Levels as described in state machine. • Charging Status light will be green showing normal charging operations. • Battery level LEDs will all be off for lowest voltage level, or all green for highest battery voltage. (9 to 12.3 V). • Output screen should be blank because there are no warnings. • System operates regularly Output controller Screen Battery Level System Status Reset

  9. Warning Mode • Levels as described in state machine. • Charging Status light will be yellow meaning some parameters are reaching dangerous levels • Output screen will display warnings: • Low/High Temperature Warning • Low/High Voltage Warning • High Charging Current Warning • High Discharging Current Warning • System will continue charging operations Output controller Screen Battery Level System Status Reset

  10. Failure Mode • Levels as described in state machine. • Charging Status light will be red meaning some parameters are at dangerous levels • Output screen will display warnings: • Low/High Temperature Failure • Low/High Voltage Failure • High Charging Current Failure • High Discharging Current Failure • System will shut off and discontinue charging until parameters are back within safe limits Output controller Screen Battery Level System Status Reset

  11. Simulation

  12. Questions

More Related