https://github.com/LibreSolar/bms-c1
16s / 100A Battery Management System
https://github.com/LibreSolar/bms-c1
bms bq76952 hardware open
Last synced: 5 months ago
JSON representation
16s / 100A Battery Management System
- Host: GitHub
- URL: https://github.com/LibreSolar/bms-c1
- Owner: LibreSolar
- License: other
- Created: 2021-10-27T14:15:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T09:39:49.000Z (6 months ago)
- Last Synced: 2024-10-25T17:37:47.420Z (6 months ago)
- Topics: bms, bq76952, hardware, open
- Language: KiCad Layout
- Homepage: https://libre.solar/bms-c1/manual/
- Size: 30.9 MB
- Stars: 115
- Watchers: 15
- Forks: 35
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-sustainable-technology - bms-c1 - A flexible Open Source Battery Management System (BMS) suitable for various applications. (Energy Storage / Battery)
README
# Libre Solar BMS C1
 Tested prototype, only minor issues left.
This repository contains the files for ongoing development of the Libre Solar BMS C1.
**Remark:** This BMS was previously named **BMS 16S100 SC**. It was renamed to C1 (with C for compact/centralized) because the maximum current and supported number of cells depend on the parts actually populated on the PCB, so these specs should not be encoded in the PCB name.
The development of this BMS is funded by the [EnAccess foundation](https://enaccess.org).
Schematic: [PDF file](build/bms-c1.pdf)
Bill of Materials: [CSV file](build/bms-c1_bom.csv) or [interactive HTML BOM](https://libre.solar/bms-c1/bms-c1_ibom.html)
Firmware repository: [LibreSolar/bms-firmware](https://github.com/LibreSolar/bms-firmware)

User manual: [libre.solar/bms-c1/manual/](https://libre.solar/bms-c1/manual/)
Mechanical CAD file: [bms-c1.FCStd](housing/bms-c1.FCStd)
Mechanical BOM: [bms-c1_bom_mechanical.csv](housing/bms-c1_bom_mechanical.csv)
Heat sink drawings: [10003_BackPlateAsm.pdf](housing/10003_BackPlateAsm.pdf)
Test report: [testing/v0.3](testing/v0.3/README.md)
## Features
- 3 to 16 Li-ion cells in series
- Continuous current: 70-100A (depending on used MOSFETs and heat sink)
- Cell types: LiFePO4, Li-ion NMC and others (customizable)
- Measurements
- Cell voltages
- Pack voltage
- Pack current
- Pack (2x), MOSFET and shunt temperatures
- Based on Texas Instruments bq76952
- Integrated high-side MOSFET switch and current sensor
- Espressif ESP32-C3 microcontroller
- Communication interfaces:
- CAN
- RS-485 (connector shared with CAN)
- USB (CDC-ACM and JTAG)
- USART
- I2C
- Bluetooth Low Energy
- WiFi
- Hardware features
- 4-layer PCB
- M5 screw terminals
- Heat sink at back side
- Applications
- Off-grid storage
- Light-electric vehicles (LEV)## Firmware
The firmware is developed in a separate repository [LibreSolar/bms-firmware](https://github.com/LibreSolar/bms-firmware).
## License
The hardware is licensed under the [CERN Open Hardware Licence Version 2 - Weakly Reciprocal](LICENCE).
Documentation is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License](https://creativecommons.org/licenses/by-sa/4.0/).