Git Product home page Git Product logo

bms_unr's Introduction

Battery Management System for Electrical Vehicles

This repo contains the final project of @lusho2206, @fededc88 and @moyamartin needed to finish the Bachelor degree in Electrical Engineering from the Faculty of Exact Sciences and Land Surveying which belongs to the National University of Rosario

Introduction

Electrical Vehicles, based on Lithium Ion battery packs, are considered one of the most important technological breakthrough of the last years mainly due to their low emissions to the environment and the lack of dependency with fosil fuels.

Nevertheless, the energy source from these kind of vehicles are quite sensitive and they need a control unit to operate properly. This control unit is known as a Battery Management System. These kind of devices are in charge of monitoring and protecting the battery packs implementing the following functionalities:

  • Protect the battery pack in order to work in the safety operation area (SOA) taking into account the voltage, current and temperature of the pack
  • Balance the individual cells of the battery pack.
  • Estimate the state of charge (SoC) of the battery pack.
  • Estimate the state of health (SoH) of the battery pack.
  • Publish this information to a on-board computer of the vehicle

Description

Taking into account the latter functionalities, the goal of this project is to develop a BMS able to:

  • Estimate the SoC
  • Equalize the unbalanced cells
  • Protect the battery pack
  • Report the status of the battery through RS232 and CAN protocols.

This can be summarized in the following block diagram:

BMS schematic

Folder structure

This repo is separated in four different submodules, so in order to clone this repo and get all the modules run:

git clone https://github.com/moyamartin/bms_unr.git --recurse-submodules -j<n_cores>

Each folder contains a different module of the project:

  • bms_hardware: Contains hardware development and production files
  • bms_firmare: Contains firmware source files and binaries for production
  • bms_documentation: Contains all the related documentation to thi proyect
  • bms_simulation: Contains the battery mathematical model as well as all the algorithms simulated to accomplish the different goals of the proyect

bms_unr's People

Contributors

moyamartin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.