afa4e0d84eb1120b55fbeb2f8f9271512956d3a5
[physical.git] / misc / 12V Lead-Acid battery changer and terminal / index.org
1 #+TITLE: 12V Lead-Acid battery changer and terminal
2 #+AUTHOR: Svjatoslav Agejenko
3 #+LANGUAGE: en
4
5 * (document settings) :noexport:
6 ** use dark style for TWBS-HTML exporter
7 #+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
8 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
9 #+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
10 #+HTML_HEAD: <style type="text/css">
11 #+HTML_HEAD:   footer {background-color: #111 !important;}
12 #+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
13 #+HTML_HEAD: </style>
14
15 * General
16 + DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
17   COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
18   DESIGNS AT YOUR OWN RISK.
19
20 + Author:
21   - Svjatoslav Agejenko
22   - Homepage: https://svjatoslav.eu
23   - Email: [[mailto://svjatoslav@svjatoslav.eu][svjatoslav@svjatoslav.eu]]
24
25 + See also:
26   - [[../../index.html][Other physical projects in this repository]]
27   - [[https://www.svjatoslav.eu/projects/][Other projects hosted at svjatoslav.eu]]
28
29 * Project description
30 [[file:make.png]]
31
32 [[file:make,%202.png]]
33
34 Simple charger and terminal (front-end) for 12V lead-acid battery.
35
36 Idea is to distribute power from rechargeable 12V battery to various
37 appliances (soldering iron, radio transmitters, etc..) while also
38 providing use-charging in the background.
39
40 Single on/off button disconnects battery and up-step voltage source
41 from front panel terminal connectors.
42
43 [[https://www.amazon.de/gp/product/B07G4KWV6S/ref=ppx_yo_dt_b_asin_title_o08_s01?ie=UTF8&psc=1][Tecnoiot MT3608]] voltage up-step is used. 3V DC external power supply
44 is used to feed voltage up-step. Up-step is tuned to ~14.4 V.
45
46 [[file:schematic.png]]
47
48 Current design is rather of blog (experience sharing) value. It has
49 quite some drawbacks:
50
51 - Warning: Circuit has dangerous instability. Requires low voltage
52   ~3V but relatively high current external power supply. Using
53   higher voltage but low current power supply could easily lead to
54   situation where step-up generated load pushes power supply output
55   voltage down too much. This leads to too much power being lost
56   within power supply and easily leads to power supply overheating!
57
58 - There is no dedicated current limiter. 3V external power supply
59   and up-step are acting as current limiters.
60
61 - While RCA connectors do work as DC power connectors, but are not
62   intended to be used this way and are not very reliable.
63
64 - Voltage up-step provided output is not very clean. Extra capacitors
65   and induction coils could be added to remove high frequency noise in
66   the voltage.
67
68 - Metallic and shielded body would be helpful to reduce
69   electromagnetic/radio noise generated by step-up.
70
71 * Body
72
73 [[file:body.png]]
74
75 [[file:cover.png]]
76
77
78 + Download:
79   + [[file:body%20and%20cover.FCStd][body and cover FreeCAD file]]
80   + [[file:body.stl][body in STL format]]
81   + [[file:cover.stl][cover in STL format]]