Close
0%
0%

Green BMS

Open source Bluetooth Smart Battery Management System

Public Chat
Similar projects worth following
Smart BMS is an Open Source Battery Management System for Lithium Cells (Lifepo4, Li-ion, NCM, etc.) Battery Pack.
Why Green BMS?
A year ago I bought an electric motorcycle for my daughter, on which I replaced the exhausted PB-gel batteries with a Lithium battery pack (LiFePO4).
To manage lithium cells, I have not found a smart, cheap and easy to configure product on the market. So I decided to make it myself!
After a lot of work, when I saw that it worked well, I decided to share Green BMS project with the world, giving others the opportunity to use it and even improve it.
My daughter's scooter has already traveled hundreds of kilometers, but this project is not only applicable for electric mobility, it can also be used for storage systems for solar energy and for any application powered by lithium batteries.
I am happy to give my small contribution to the environment and to a sustainable future, with my project!

VIDEO PRESENTATION

Lithium battery pack needs a BMS (Battery Management System).

The main functions of a BMS are:

  • To protect the cells against overvoltage 
  • To protect the cells against undervoltage
  • To save the cells in case of temperature out of the ranges
  • To balance the cells

A Smart BMS has these additional functions: 

  • To consent the monitoring of the battery pack
  • To consent the monitoring of each cell
  • To consent to perform parameter settings

Green BMS is a Smart BMS and it includes four main components: 

1. Cell Module

2. Control Unit 

3. Limiter 

4. Android App

The voltage and the temperature values of each cell are acquired by the relevant Cell Module (Attiny) and sent to Control Unit (Arduino Mega) through a serial I2C line. 

Control Unit starts or stop charging (by output relay) through Limiter, that includes a power relay for opening or closing the charging circuit. Control Unit can also start or stop discharging by output relay.

 Balancing current: up to 1,2 A (adjustable by parameter).

When just one cell of the pack is balancing, Control Unit activates  the current limit function inside the Limiter (the charging current is limited to 1A).

Control Unit can be connected (bluetooth) with a Smartphone by Green BMS App!


CELL MODULE

Cell Module description is available on this page: https://hackaday.io/project/181453-green-bms/log/198376-cell-module


CONTROL UNIT

Control Unit description is available on this page: https://hackaday.io/project/181453-green-bms/log/198414-green-bms-control-unit


LIMITER

The BMS Battery Management System Limiter is described here: https://hackaday.io/project/181453-green-bms/log/198378-limiter



GREEN BMS ANDROID APP

Green BMS Android app  is described here: https://hackaday.io/project/181453-green-bms/log/198377-green-bms-android-app


OPENSOURCE HARDWARE CERTIFICATION

Green BMS has been certified as open source hardware by the Open Source Hardware Association, with the UID: IT000007.


LICENSE

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International LicenseCreative Commons Attribution-ShareAlike 4.0 International License.

  • New release

    Sergio Ghirardelli04/10/2022 at 17:26 0 comments

    On Green BMS Github Repository, the new release is available.

    After about 10 months of use, I improved the final charging phase, refining the balance of the cells and the use of the current limiter.
    Here is a description of the changes:

    Control Unit Software:
    Ver. 3.s.2.02 date 10/04/2022
    Version notes:
    - Modfied Pack charged status reset, using the SOC percentage: the charge enable returns when the SOC is below 99%.

    - Modified Balance relay code (current limiter command): in the final part of charging, when all the cells are close to the balance value, current limitation is forced.


  • PCB assembly and where to buy

    Sergio Ghirardelli12/09/2021 at 15:55 0 comments

    For my BMS I decided to buy the PCBs online and to assemble them by myself.

    The PCB online supplier I have chosen is PCBway

    After several successful orders I can confirm that the quality of the cards is excellent.
    Furthermore, the service is simple and fast: with a few clicks you can easily place your order, attaching the Gerber file.


    It is also possible to order the boards already assembled by attaching the BOM (bill of materials).

    The assistance service is excellent: there is always a person available to answer your technical and commercial questions.

    You can sign up to PCBway at the following link: https://www.pcbway.com/setinvite.aspx?inviteid=436793

    You can buy Green BMS PCBs at the following links:

  • Applications and future improvements

    Sergio Ghirardelli10/26/2021 at 13:15 0 comments

    Lithium batteries, with their chemical evolutions, are increasingly used in our life.

    The main applications of powerful battery packs are electric mobility and domestic energy storage for photovoltaic panels.

    These technologies are improving our lives by helping us to reduce the problem of pollution and will be used more and more in the future.

    All lithium batteries need a BMS ... so the BMS is an essential component for an eco-sustainable future!

    Green BMS was born for fun, but it can be an interesting project, because it is simple, modular and ... open!

    Anyone can make it to manage their own DIY battery system.

    Anyone can improve it, customize it and adapt it to their needs.

    I believe that the great added value of Green BMS is to be Smart with the Android application: there are few open source projects of this type that include a fully open Android application.

    And what about the weak points?

    There are many improvements that can be made to the project, here are some examples:

    Cell Module:

    • Reduce the size: I’d like to modify power resistors in order to reduce each PCB size to adapt it to smaller cells
    • Improve the balancing circuit in order to move mosfet protection out from controller logics
    • Realize an optional module board that manages more cells at time (for small battery packs).
    • Find solutions to make it cheaper

    Control Unit:

    • Base the Control Unit on a smaller, lower consumption microcontroller (ESP32)
    • Increase the number of cells to manage
    • Add new interfaces with most popular chargers, using canbus and pwm signals
    • Add Low temperature protection
    • Add IOT functionality (I'm already working on this …)

    Smartphone application:

    • Create it for IOS phones
    • Add solar panel management

     ... and other important improvements that I have in mind, but which I do not want to anticipate for the moment …

    I am proud of this project and happy to share it with the world!

    Go green with Green BMS!

  • Design challenge n.15: Pull-up resistors on I2c bus

    Sergio Ghirardelli10/25/2021 at 17:14 0 comments

    The last difficulty I had to overcome came when the project was finished.

    While charging the battery, noises from the charger caused communication losses.

    The good news was that the system went into protection, blocking the charge, and that the system reset itself and resumed its normal functions.

    But the bad news was that the I2C network was too sensitive to noises.

    I immediately thought about the filtering problems, questioning the size of the capacitors I installed in the boards.

    By researching the typical problems of an I2c network, I realized that I was neglecting the pull-up resistors: with the increase of the connected bus cards (in my case 16), the capacity of the line increased.

    So I tried to add the pull-up resistors in the free I2c connector on the last bus board, making a termination connector

    In my case I did this: I removed power from the bus and measured the resistance value between 5v and SDA (and 5v-SCL). I measured 10 Kohm.

    After that I applied a Resistance of 1.8 k (parallel of 3.3K and 3.9K) in order to bring the total pull-up resistor of the bus = 1,5 Kohm.

    Maybe the method I used is a bit empirical ...

    For those who have time, a more scientific method is to connect with an oscilloscope, view the signal and use a trimmer to find the suitable resistance.

    In any case, the empirical method worked well: the network no longer crashed due to the noise of the charger!

  • Design challenge n.14: data exchange management

    Sergio Ghirardelli10/24/2021 at 18:10 0 comments

    A complicated challenge of this project was the management of data exchange in the installed networks.

    The I2c communication with the cells is the main network (always alive), the Bluetooth communication with Android app is the secondary network, that is alive only when user connects with the App: how to manage data exchange?

    The goal was to be able to read and write data with the maximum number of cells (40) within 5 seconds, so I had in theory 125ms per cell.

    I analyzed i2c communication with my picoscope:

    So I immediately thought of using a fixed timing with which to read and write the data on each cell.

    But this setting proved risky for a simple reason: when I enabled Bluetooth communication with the Android application, problems arose due to the variable and unpredictable length of this data exchange.

    In practice, cell writing/readings steps were periodically skipped, with loss of synchrony.

    Not being able to predict the duration of the Bluetooth data exchange, I therefore decided to leave the idea of a fixed timing and work sequentially, letting each step begin with the end of the previous one.

    In summary I organized the task in this way:

    This solution guaranteed the execution of each step without losses.

    To keep the Bluetooth data exchange time below an acceptable value (about 20 ms), I split the exchange data to be received / sent into the various loops.

  • Design Challenge n.13: Android app

    Sergio Ghirardelli10/23/2021 at 07:43 0 comments

    At the beginning of the project, I was thinking of connecting a touchscreen display as a human-machine interface, which is a typical solution used by many.

    But immediately I asked myself: how many times does the user of a BMS need to look at the display to check the status of the battery cells?

    Wouldn't it be better to think of an occasional interface, to be used only when needed, occupying the necessary resources only on these few occasions?

    This is why I thought of an application on a smartphone: who doesn't have a smartphone?

    After a lot of online research, I decided to use Mit App Inventor, an open source online application.

    Developing a smartphone application was the absolute novelty for me in this project.

    I spent a lot of time learning the various programming rules and especially data exchange with Arduino.

    The main difficulties I had to overcome were 2:

    1. The management of unwanted characters that often pass through the Bluetooth network which forced me to use char control instructions

    2. The compilation process of the Mit App Inventor project.

    A typical mistake that beginners (like me) make is to use too many programming blocks: this crashes the project at compile time.

    Researching through the Mit App inventor community, I learned to significantly reduce blocks using the Lists of objects, calling each of them through the For Loop.

    This solved the problem!

    I had also to work a lot on the graphic look. I thought of a layout that could be simple and practical, with a few pages containing only the information necessary for the user ... I hope I succeeded …

  • Design challenge n.12: Control Unit Interfaces

    Sergio Ghirardelli10/22/2021 at 09:52 0 comments

    The main function of a BMS is to give consent to charge or discharge the battery.

    To make green BMS as versatile as possible, in order to cover many types of applications with different powers, I made this choice: I decided to use relays.

    With the free voltage contacts of the relays, the user can control an additional protection circuits best suited to his needs.

    Important: the charge and discharge protection relays are used with NO (normally open) contacts energized to close the contact: this is a safety feature because in the event of a loss of power on the relay coil, the contacts open.

    The Control Unit therefore consists of the following components:

    How to combine them all together in the most compact way possible?

    Kicad and the open source community gave me a great idea.

    In fact, with Kicad various customizable models of expansion cards are already available, including the arduino Mega expansion!

    So I tried to enclose all the components of the Control Unit in a single board called “Interface board” to be plugged onto the Arduino Mega, here is the result:

    After that it was easy to design and build the case:

  • Design challenge n.11: Watchdog

    Sergio Ghirardelli10/21/2021 at 09:56 0 comments

    Microcontrollers can crash.

    This can happen for sketch mistakes, but also for failures in the microcontroller itself... so it can happen.

    When this happens, the outputs remain frozen at the last value and this led me to an important question:

    What would happen if the Arduino Mega crashes while charging the battery, with the charge consent output active?

    The risk is to lose the protection of the BMS due to overvoltage of the cells, with bad consequences on the battery pack.

    For this reason I have inserted 2 levels of watchdog control:

    1) Software: in case of crash, the microcontroller is restarted, but this protection for me wasn’t enough, so I added the watchdog ...

    2) Hardware: I made a circuit independent from the microcontroller, using the NE555 integrated circuit.

    Here is the scheme:

    It works like this:

    Arduino Mega provides a digital output called "Heartbeat". It is a square wave with a period of 500 ms.

    When this signal is present (software OK), the watchdog circuit closes the relay "K0" which has the function of supplying all the relays including those for enabling the charge and discharge.

    When the Heartbit signal is blocked , at a high logic level or at a low logic level (software crash), after the delay time of 5 seconds (t = 1,1* R11*C5) the relay K0 is disconnected opening relays supply.

    This solution satisfied me, because with few components, I made the system safer in case of Arduino crash.

  • Design challenge n.10: Project development

    Sergio Ghirardelli10/20/2021 at 09:57 0 comments

    With my experience I have learned that, before starting with the development of a project, it is advisable to dedicate some time to create a simulation platform, in order to have the whole system at hand, with the various interconnected components. It is not a waste of time!

    To develop the project, I made a “portable” 4 cells BMS simulator.

    First I designed with Kicad and made the prototype of the cell module (without balance resistors), on a matrix board, using dip through hole components:

    After that, I thought of a way to simulate the battery cells, varying the voltage of each to my liking.

    I made a 4 set point generator using components I had:

    So I assembled all the components on a wooden board...

    Thanks to this prototype I was able to simulate all parts of the system and develop the software of each component including the Android app, comfortably in the warmth of my home during the winter months of last year!

  • Design challenge n.9: Arduino IDE Software functions

    Sergio Ghirardelli10/19/2021 at 10:07 0 comments

    Every software designer has their own way of programming, there is no single method.

    My job is PLC (Programmable Logic Controller) programmer and therefore I developed my project on Arduino IDE using the methods and functions that I normally use in Ladder language.

    First, I avoided using interrupts and the "delay" command: I made sure that the task always ran as smoothly as possible.

    So where it was necessary to use timings, I did it via the "Millis ()" function, here is an example:

    I have also created 2 typical PLC functions that are very important to me:

    1. TON = timer on

    The function I created to use the TON is this:

      2. Positive and negative edges

    The functions to use edges are this:

    These functions, added to others that I have created, have allowed me to develop Attiny and Mega sketches as I like!!!

View all 24 project logs

  • 1
    Step 1 - Purchase the hardware components

    Green BMS hardware components are:

    • Cell modules (the quantity is according to cells number) (*)

    • n.1 Arduino Mega board
    • n.1 HC-05 Bluetooth module

    Power charge enable components:

    If you decide to use Limiter to manage charge enable and current limiter , you have to buy the components included in this diagram, this is the list:

    • n.2 Led diodes
    • n.2 1 Kohm 1/4 w resistors
    • n.1 510 ohm 1/4 w resistor
    • n.1 0,68 ohm 5 w power resistor
    • n.1 5k potentiometer
    • n.2 diodes 1N4007
    • n.2 power relays, coil: 12vdc, max coil current: 1A, 1 NC/NO contact, max contact current: 40A
    • n.1 isolated DC-DC 12v-12v converter: Traco TBA 1-1212E
    • n.1 NPN transistor BD139
    • n.1 N-channel Mosfet IRFZ44N
    • n.1 4A fuse
    • n.1Thermal switch: Honeywell 2455R 82-195 L70C
    • n.1 3p signal connector (min. 1A)
    • n.1 2p power connector (min.40A)
    • n.1 Heatsink case (this is an example to buy)

    As alternative, you can decide to use the charge enable relay you prefere, considering that:

    • The coil must be 12vdc, max coil current: 1A
    • The NO contact must support the charging current you need

    Power discharge enable components:

    • Power relay, coil: 12vdc, max coil current: 1A, NO contact, max contact current according to max discharge current

    (*) You can decide to assemble PCB yourself. In this case you can order only the PCB and you can purchase all the electronic components according to BOM file available on PCBway store.

  • 2
    Step 2 - Purchase the hardware tools

    Hardware tools necessary to make Green BMS are:

    • n.1 Arduino Uno board. You need it do load software on Cell Module Attiny84 microcontroller
  • 3
    Step 3 - Install the software tools

    To make a Green BMS system, you have to install the following Open Source Applications:

    To perform hardware modifications on project, you need the following Open Source Applications:

    To perform modifications on Green BMS Android App, you have to use the web open source application:

View all 13 instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates