# bms-stm32-bq76940 **Repository Path**: codecooko/bms-stm32-bq76940 ## Basic Information - **Project Name**: bms-stm32-bq76940 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-30 - **Last Updated**: 2025-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BMS48V Battery management system for up to 15 Li-ion cells based on bq76940 or bq76930 IC from Texas Instruments Please find a good description about system integration of the BMS in the [Open Source Ecology Wiki](https://wiki.opensourceecology.de/24-48V_BMS) (in German). ## Features (updated version 10/2016): - Up to 15 Li-ion cells (e.g. LiFePO4) - Power circuit on separate board (see Switch-N-Sense repository) - Balancing current approx. 150 mA - STM32F072 ARM Cortex M0 microcontroller - Built-in CAN communication interface and UEXT extension connector ## History - Previous version was compatible to Arduino (based on ATmega 328P), but the processor was too small and didn't support CAN --> switched to STM32F072 (you can still find the old version by going back in the repository)