diyBMSv4-master
bms KiCad 

所属分类:其他
开发工具:Arduino
文件大小:1578KB
下载次数:0
上传日期:2020-10-04 19:56:33
上 传 者galileo jaivon
说明:  DIY BMS master backup

文件列表:
CellModules_LCSC_BillOfMaterials.xlsx (11607, 2020-07-17)
Circuit (0, 2020-07-20)
Circuit\attiny441-ssu.dcm (566, 2020-07-17)
Circuit\back.jpg (102435, 2020-07-17)
Circuit\circuit.pdf (119434, 2020-07-17)
Circuit\fp-info-cache (1900, 2020-07-20)
Circuit\front.jpg (124500, 2020-07-17)
Circuit\gerber (0, 2020-07-17)
Circuit\gerber\gerber.zip (49373, 2020-07-17)
Circuit\gerber\v4-B_Cu.gbr (57473, 2020-07-17)
Circuit\gerber\v4-B_Mask.gbr (1307, 2020-07-17)
Circuit\gerber\v4-B_Paste.gbr (484, 2020-07-17)
Circuit\gerber\v4-B_SilkS.gbr (39447, 2020-07-17)
Circuit\gerber\v4-Edge_Cuts.gbr (969, 2020-07-17)
Circuit\gerber\v4-F_Cu.gbr (103875, 2020-07-17)
Circuit\gerber\v4-F_Mask.gbr (3659, 2020-07-17)
Circuit\gerber\v4-F_Paste.gbr (2778, 2020-07-17)
Circuit\gerber\v4-F_SilkS.gbr (53719, 2020-07-17)
Circuit\gerber\v4-job.gbrjob (2509, 2020-07-17)
Circuit\gerber\v4-NPTH.drl (365, 2020-07-17)
Circuit\gerber\v4-PTH.drl (1432, 2020-07-17)
Circuit\gerber\v4-top-pos.csv (2312, 2020-07-17)
Circuit\pcb.pdf (18398, 2020-07-17)
Circuit\sym-lib-table (318, 2020-07-17)
Circuit\v4-rescue.dcm (48, 2020-07-17)
Circuit\v4-rescue.lib (1624, 2020-07-17)
Circuit\v4.csv (10162, 2020-07-17)
Circuit\v4.kicad_pcb (204681, 2020-07-17)
Circuit\v4.net (23368, 2020-07-17)
Circuit\v4.png (473168, 2020-07-17)
Circuit\v4.pro (1466, 2020-07-17)
Circuit\v4.sch (25744, 2020-07-17)
Circuit\v4.xml (27071, 2020-07-17)
Circuit\v4_back.png (323615, 2020-07-17)
diybms.gif (4352, 2020-07-17)
diybms.png (9186, 2020-07-17)
ESPControllerCircuit (0, 2020-07-17)
ESPControllerCircuit\ESPControllerCircuit.csv (3119, 2020-07-17)
... ...

# diyBMS v4 Version 4 of the diyBMS Do it yourself battery management system for Lithium ion battery packs/cells If you are looking for version 3 (obsolete) of this project take a look here https://github.com/stuartpittaway/diyBMS # Videos on how to use and build Building & ordering the PCB from JLCPCB https://youtu.be/E1OS0ZOmOT8 If you use this coupon code when you place a JLCPCB order JLC-Stuart you will get a discount and I get a very small amount of credit for every 30 orders, which helps to support the cost of prototyping new designs and adding new features. General background on the DIYBMS https://www.youtube.com/stuartpittaway # CODE/SOFTWARE Software and code for the modules and controller can now be found in a seperate repo https://github.com/stuartpittaway/diyBMSv4Code # WARNING This is a DIY product/solution so don’t use this for safety critical systems or in any situation where there could be a risk to life. There is no warranty, it may not work as expected or at all. The use of this project is done so entirely at your own risk. It may involve electrical voltages which could kill - if in doubt, seek help. The use of this project may not be compliant with local laws or regulations - if in doubt, seek help. # License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales License. https://creativecommons.org/licenses/by-nc-sa/2.0/uk/ You are free to: * Share — copy and redistribute the material in any medium or format * Adapt — remix, transform, and build upon the material The licensor cannot revoke these freedoms as long as you follow the license terms. Under the following terms: * Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. * Non-Commercial — You may not use the material for commercial purposes. * ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. * No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits. Notices: You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation. No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material. # Problem A DIY Powerwall is the DIY construction of a pack of battery cells to create an energy store which can be used via inverters to power electrical items in the home. Generally cells are salvaged/second hand, and typically use Lithium 18650 cells. Lithium batteries need to be kept at the same voltage level across a parallel pack. This is done by balancing each cell in the pack to raise or lower its voltage to match the others. Existing balancing solutions are available in the market place, but at a relatively high cost compared to the cost of the battery bank, so this project is to design a low-cost, simple featured BMS/balancer. # BMS Design Design Goals: * Build upon my existing skill set and knowledge. * Building something that others can contribute to using regular standard libraries and off the shelf components. * Build something that is inheriently safe * Use platform.io to manage code and libraries * Use Arduino based libraries and tools * Put everything on GITHUB * Document it (always gets left to the end!) # How it works Controller provides human interface over Wifi/Web and also integrates with other systems like MQTT, emonCMS and Grafana. Controller is esp8266-12e (NodeMCU v1) - although could be upgraded to ESP32 if really needed. Controller should be able to take action on alerts/events to shut down inverters/chargers/fuses. Each cell in a battery pack has a monitoring module. This uses AVR ATTINY841 linked together by optoisolated serial ports for communication. ATTINY841 provides: * internal temperature monitoring * external temperature monitoring * Spare input/output for 3rd party use * autonomous cell voltage balancing - it should still work even if controller is down # How has v4 improved over v3? * Code is better! * Web interface no longer requires access to internet to download javascript libraries * Controller provides outputs for integration with relay boards and switch gear * Rules to control relay outputs * Cell modules use ATTINY841 chip which provides more pins and lower power usage * Removal of 3.3v regulator and ADUM chips lowers current usage significantly * v3 module uses 10-12mA current constantly and v4 uses <1mA * Dual temperature monitoring board + cells

近期下载者

相关文件


收藏者