Batteries: Difference between revisions

From
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Parts infobox
{{Parts infobox
|image       = Battery-module-18650-v3-2.scad.png
|image           = Battery-module-18650-v3-2.scad.png
|designer    = [[User:Tim|Timothy Schmidt]]
|designers      = [[User:Tim|Timothy Schmidt]]
|date         = 2018
|date           = 2018
|parts       = [[Frames]], [[Nuts]], [[Bolts]], [[End caps]], [[Controllers]], [[Wires]], [[Ferrules]], [[Electrical connectors]]
|vitamins        =
|techniques   =  
|materials      =
|tools       = [[Wrenches]], [[Soldering irons]], [[Crimpers]]
|transformations =
|stl          =  
|lifecycles      =
|git         =  
|parts           = [[Frames]], [[Nuts]], [[Bolts]], [[End caps]], [[:Category:Controllers|Controllers]], [[Wires]], [[Ferrules]], [[Electrical connectors]]
|techniques     =  
|tools           = [[Wrenches]], [[Soldering irons]], [[Crimpers]]
|files          =  
|git             =
|suppliers      =  
}}
}}


[[Category:Parts]]
[[Category:Parts]]
[[Category:Electric parts]]
[[Category:Electric parts]]
=Introduction=


=Challenges=
=Challenges=
Solar PV panels are inexpensive and durable.  As are the power conditioning electronics.  Batteries, however, are expensive, prone to failure, and often discarded as trash.  Can we reduce trash output while solving our expensive battery problem?
Solar PV panels are inexpensive and durable.  As are the power conditioning electronics.  Batteries, however, are expensive, prone to failure, and often discarded as trash.  Can we reduce trash output while solving our expensive battery problem?
Chemistries:
* Lead acid
* Lifepo4


=Approaches=
=Approaches=
Line 83: Line 94:
* [https://www.amazon.com/Converter-DROK-Charging-Regulator-Transformer/dp/B087RHWTJW/?tag=replimat-20 6-32v USB QC3 converter]
* [https://www.amazon.com/Converter-DROK-Charging-Regulator-Transformer/dp/B087RHWTJW/?tag=replimat-20 6-32v USB QC3 converter]
* [https://www.amazon.com/gp/product/B077ZQQQFC/?tag=replimat-20 MakerFocus 5pcs Mini Digital Voltmeter DC 0.28 Inch Three-Line DC 0-100V Mini Digital Voltmeter Gauge Tester LED Display Reverse Polarity Protection and Accurate Pressure Measurement 5 Colours]
* [https://www.amazon.com/gp/product/B077ZQQQFC/?tag=replimat-20 MakerFocus 5pcs Mini Digital Voltmeter DC 0.28 Inch Three-Line DC 0-100V Mini Digital Voltmeter Gauge Tester LED Display Reverse Polarity Protection and Accurate Pressure Measurement 5 Colours]
{{OpenJSCAD|title=Battery v3 CAD|code=
// Here we define the user editable parameters:
function getParameterDefinitions() {
  return [
    { type: 'float', name: 'nozzle_width', caption: 'Nozzle width', default: 0.4 },
    { type: 'float', name: 'walls', caption: 'Walls', default: 2 },
  ];
}
function shell(params){
  return CSG.cylinder({
    start: [0, 0, 0],
    end: [0, 0, 65],
    radius: (19+wall_thickness*2)/2,
    resolution: params.cylresolution
  });
}
function batteryyyyyyy(params){
  return CSG.cylinder({
    start: [0, 0, -1],
    end: [0, 0, 66],
    radius: 19/2,
    resolution: params.cylresolution
  });
}
function battery() {
    var cube = CSG.cube({
        center: [beam_width/2, beam_width/2, (length*beam_width)/2],
        radius: [beam_width/2, beam_width/2, (length*beam_width)/2]
        });
    var holes = [];
    for (var i = 0; i < length; i++)
    {
        holes.push(xHole(i));
        holes.push(yHole(i));
    }
    var beam = cube.subtract(holes);
    beam.properties.myConnector = new CSG.Connector([10, 0, 0], [1, 0, 0], [0, 0, 1]);
    return beam;
}
function zBeam(length) {
    var cube = CSG.cube({
        center: [beam_width/2, beam_width/2, (length*beam_width)/2],
        radius: [beam_width/2, beam_width/2, (length*beam_width)/2]
        });
    var holes = [];
    for (var i = 0; i < length; i++)
    {
        holes.push(xHole(i));
        holes.push(yHole(i));
    }
    var beam = cube.subtract(holes);
    beam.properties.myConnector = new CSG.Connector([10, 0, 0], [1, 0, 0], [0, 0, 1]);
    return beam;
}
function main(params) {
  params.cylresolution=(params.quality == "1")? 64:16;
  var nozzle_width=params.nozzle_width;
  var walls=params.walls;
  var wall_thickness=nozzle_width*walls*2;
  //for (var j = 0; j < 4; j++){
  //return CSG.cylinder({r: 19/2, h: 69}).rotateX(90);
    return CSG.cylinder({r: 9.5, h: 65}).rotateX(90);
}
}}


=Off the shelf=
=Off the shelf=
Line 184: Line 124:
* [https://www.thingiverse.com/thing:941081 Flexing battery holders with 2- and 3-cell compartments]
* [https://www.thingiverse.com/thing:941081 Flexing battery holders with 2- and 3-cell compartments]
* [https://libre.solar/ Libre Solar]
* [https://libre.solar/ Libre Solar]
* [https://www.thingiverse.com/thing:2614624 Thingiverse: Ryobi battery pack]
* [https://www.victronenergy.com/upload/documents/Wiring-Unlimited-EN.pdf Victron: Wiring Unlimited]
* [https://www.mobile-solarpower.com/ Mobile-solarpower.com]
<youtube>rT-1gvkFj60</youtube>
<youtube>rT-1gvkFj60</youtube>

Latest revision as of 04:28, 15 October 2023

Introduction

Challenges

Solar PV panels are inexpensive and durable. As are the power conditioning electronics. Batteries, however, are expensive, prone to failure, and often discarded as trash. Can we reduce trash output while solving our expensive battery problem?

Chemistries:

  • Lead acid
  • Lifepo4

Approaches

Recycle batteries from the trash stream to build new, high capacity, long lasting battery packs.

Battery (Recycled 18650 lipo cells)

Rationale:

Single battery system from tools -> teslas. I'll be bringing these tools in with me, to work with:

And here's what I've purchased to build my battery - note they're all available with prime shipping, except for the BMS, which probably won't arrive in time for the first build day. The battery I'm building is 48v, or 13S (13 cells in Series). For other voltages, you might find a BMS available with faster shipping.

Tools

Parts

Development targets

Battery charging for the universal controller Brass / Steel Battery - ​ http://pubs.acs.org/doi/ipdf/10.1021/acsenergylett.6b00295

  • Coroplast box cell container
  • Frame / caster racking system
  • Charge controller?

Printed 18650 battery container block - spring-loaded (printed springs?) contacts + locking door. Serviceable fuses and diodes

Development History

v0

Soldered 18650s, 1s120p configuration @ The Fledge

v1

Soldered 18650s, 7s20p configuration w/ 20A BMS.

v2

Based on 18650 NESE Modules. 7s7p configuration w/ 20A BMS x2, MPPT-7201A solar charge controller and DC-DC buck-boost converter, 500W motor controller, modular frame + quick disconnect pins.

v3

Purpose modeled replimat printed part w/ printed springs, zinc plated steel 5x1 plates as electrodes, lock-nutted electrode studs, USB power, 20p5s.

Off the shelf

Cell testing

References