All Projects → tvixen → diy-BMS-with-Arduino-Nano

tvixen / diy-BMS-with-Arduino-Nano

Licence: GPL-3.0, MIT licenses found Licenses found GPL-3.0 LICENSE MIT License.txt
If you have a private powerwall of 18650 cells, this is the battery management system you need. The small PCB is equipped with the cheap Arduino Nano.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to diy-BMS-with-Arduino-Nano

ATtiny13-TinyTacho
Simple RPM-Meter
Stars: ✭ 36 (+9.09%)
Mutual labels:  pcb, diy
ATtiny13-TinySolder
T12 Quick Heating Soldering Station
Stars: ✭ 45 (+36.36%)
Mutual labels:  pcb, diy
djinn
Djinn Split Keyboard
Stars: ✭ 685 (+1975.76%)
Mutual labels:  pcb, diy
smart-car-freescale
第九届飞思卡尔智能车参赛作品
Stars: ✭ 36 (+9.09%)
Mutual labels:  pcb, diy
Reflowduino
Arduino-compatible wireless reflow oven controller ecosystem of open-source hardware
Stars: ✭ 154 (+366.67%)
Mutual labels:  pcb, diy
chpc
CHPC: Cheap Heat Pump Controller
Stars: ✭ 27 (-18.18%)
Mutual labels:  pcb, diy
ATtiny85-TinyCharger
Single-Cell Li-Ion Battery Charger with Monitoring
Stars: ✭ 20 (-39.39%)
Mutual labels:  pcb, diy
diypowerflow
DIY Powerflow
Stars: ✭ 19 (-42.42%)
Mutual labels:  diy, powerwall
Various mcu debugger diy
各种LInk大合集
Stars: ✭ 402 (+1118.18%)
Mutual labels:  pcb, diy
ATtiny85-USB-C-Tester
Simple USB-C Power Delivery Tester
Stars: ✭ 20 (-39.39%)
Mutual labels:  pcb, diy
ATtiny85-TinyLoad
Electronic Dummy Load
Stars: ✭ 32 (-3.03%)
Mutual labels:  pcb, diy
samoklava
Generated keyboard
Stars: ✭ 241 (+630.3%)
Mutual labels:  pcb, diy
LipSync
An open-source mouth operated sip and puff joystick that enables people with limited hand function emulate a mouse on their computer and/or smartphone.
Stars: ✭ 27 (-18.18%)
Mutual labels:  pcb, diy
ATtiny13-TinyUPS
Uninterruptible Power Supply
Stars: ✭ 92 (+178.79%)
Mutual labels:  pcb, diy
ATtiny85-TinyDFPlayer
MP3-Player
Stars: ✭ 22 (-33.33%)
Mutual labels:  pcb, diy
ATtiny13-TinyRemoteXL
12-Button IR Remote Control
Stars: ✭ 33 (+0%)
Mutual labels:  pcb, diy
pcb-ws2812-wifi-controller
WiFi Controller for WS2812 LED Stripes
Stars: ✭ 48 (+45.45%)
Mutual labels:  pcb, diy
Atmega Soldering Station
T12 Quick Heating Soldering Station
Stars: ✭ 183 (+454.55%)
Mutual labels:  pcb, diy
ATtiny85-TinyFMRadio
FM Radio with RDS
Stars: ✭ 51 (+54.55%)
Mutual labels:  pcb, diy
WarpPI
WarpPI Calculator, Step-by-step algebra calculator for Raspberry Pi. (abandoned project)
Stars: ✭ 93 (+181.82%)
Mutual labels:  diy

Update 12/3-2019

New PCB version 3.0.8 added. Including gerber files for PCB in .zip file.

Update 30/11-2018

Final slave module is ready and running. Software has been updated on slaves and master. Big packs of 100 cells, has been added. Pictures: Figure what

Update 13/7-2018

Arduino code for Master is uploaded. It's purly working as master, and without any debug information. But it should be plug'n play. Arduino code for Slave is uploaded. No really debug information in code.

Update 11/7-2018

Feel free to add comments or copy the whole project. It will be updated continuously..... Next update will be the code for the Master and Slave. Hardware drawings was updated to 3.0.4


Project "diyBMS with Arduino Nano" (11/7-2018)

Do it yourself battery management system to Lithium ion battery packs/cells Inspired by Stuart Pittaway, and therefore the credit goes to him.

I was building a powerwall, and for that I needed a sort of batteri management. I have had a look at Batrium, but they was located in the US and the import would be to costly. So I found Stuart's project and thourght "This could work". But I was in need of a display and a precise 16bit ADC, so I found some cheap alternatives and added them to the circuit. A new PCB was now under construction. Then I ordered the parts, and for my big surprise there were no power supply chips or ATtiny85 chips on the marked. So I decided to change the design and use what I had in the drawer. A handful of Arduino Nano. So therefore this project is designed around the Arduino Nano with a boot sector from the Optiboot project. (no big deal of burning an ordinary Nano with Optiboot) The features are also a little different from the original project, as I’m not using the ESP8266 with Wifi, so there will be no transmitting data to a web interface. Instead the slave modules can show the value of the battery pack (very precise), and the module number itself. The Master will show the status of all the modules, and also send balance commands to the module who is sticking out from rest of the packs/cells. + Every module will check if the voltage is over 4.200 volts and balance itself if needed.

The design

  • One central controller and up to 24 individual cell monitoring nodes.
  • The PCB is intented to be sitting in front of a batteri pack with 100.pcs 18650 cells, soldered together with fuses of 1.amp each.
  • Use Arduino code, libraries and tools
  • Use Arduino Nano as the Master and Slave, so a single PCB can be used as both Master or Slave.
  • Use good connection cables with low noise (twisted pairs)
  • The Master will monitoring and control the slaves on the bus.
  • The Slave will monitor itself, and discharge if the voltage is higer than 4.200 volts.
  • Every single slave will show the pack voltage and the module number on the LED display.
  • Ensure each cell voltage is isolated from other cells and that ground voltage is isolated
  • Ensure communications between controller and node is isolated
  • Keep the coste to a minimum and use whatever theres in the drawer.

The code

  • I did try to use as much of Stuart's origianal code as possible, but had to add a lot of stuff
  • keep it short and simple
  • Try not to do inline stuff, as this can be difficult to convert to other platforms/chips
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].