-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-ita.html
More file actions
302 lines (284 loc) · 15.8 KB
/
Copy pathindex-ita.html
File metadata and controls
302 lines (284 loc) · 15.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!doctype html>
<html lang="it">
<head>
<!-- Base -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover" />
<title>usb-charge-battery — Caricatore USB 5V per batterie ricaricabili | Bocaletto Luca</title>
<meta name="description" content="Schemi completi, calcoli e guida professionale per progettare caricatori da USB 5V per batterie ricaricabili comuni: NiMH 1,5V, 4,5V, 4,7V/4,8V, 9V, Li-ion 1S (4,2V) e LiFePO4 1S (3,6V). Versioni Semplice e Pro per ciascun tipo, più due progetti universali.">
<meta name="keywords" content="USB 5V, caricatore batterie, NiMH, Li-ion, LiFePO4, schema elettrico, elettronica, C-rate, TP4056, MAX712, boost, buck-boost, Bocaletto Luca, GitHub, usb-charge-battery">
<meta name="author" content="Bocaletto Luca" />
<link rel="canonical" href="https://github.com/bocaletto-luca/usb-charge-battery" />
<meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1" />
<!-- Open Graph / Twitter -->
<meta property="og:type" content="website" />
<meta property="og:title" content="usb-charge-battery — Caricatore USB 5V per batterie ricaricabili | Bocaletto Luca" />
<meta property="og:description" content="Tutti gli schemi, i calcoli e le distinte base per caricare batterie ricaricabili con USB 5V. Versioni Semplice e Pro per ogni chimica, più due progetti Universali." />
<meta property="og:url" content="https://github.com/bocaletto-luca/usb-charge-battery" />
<meta property="og:site_name" content="usb-charge-battery" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Schema.org JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "usb-charge-battery — Caricatore USB 5V per batterie ricaricabili",
"author": { "@type": "Person", "name": "Bocaletto Luca" },
"about": ["USB 5V", "Caricatore batterie", "NiMH", "Li-ion", "LiFePO4", "Elettronica"],
"url": "https://github.com/bocaletto-luca/usb-charge-battery",
"publisher": { "@type": "Organization", "name": "Bocaletto Luca" },
"inLanguage": "it-IT"
}
</script>
<!-- MathJax for LaTeX rendering -->
<script async id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<!-- Styles -->
<style>
:root{
--bg: #0b0c10; --panel:#111219; --text:#e8eaf0;
--muted:#a9afc3; --accent:#4FD1C5; --accent-2:#60A5FA;
--ok:#34d399; --warn:#fbbf24; --danger:#f87171;
--code:#0f172a; --border:#1f2430;
}
@media (prefers-color-scheme: light) {
:root{
--bg:#f8fafc; --panel:#ffffff; --text:#0c1222;
--muted:#475569; --accent:#0ea5e9; --accent-2:#6366f1;
--ok:#16a34a; --warn:#ca8a04; --danger:#dc2626;
--code:#0b1020; --border:#e5e7eb;
}
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--text);
font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
header{position:sticky;top:0;z-index:50;
backdrop-filter:saturate(180%) blur(10px);
background:color-mix(in oklab, var(--bg), transparent 20%);
border-bottom:1px solid var(--border)}
.nav{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:16px;
padding:12px 20px}
.brand{font-weight:700;letter-spacing:0.2px}
.repo-btn{margin-left:auto;background:var(--panel);border:1px solid var(--border);
padding:8px 12px;border-radius:10px}
.container{max-width:1100px;margin:0 auto;padding:24px}
.hero{padding:28px 20px;background:linear-gradient(135deg,var(--panel),transparent);
border:1px solid var(--border);border-radius:16px;margin:20px}
.hero h1{margin:0 0 6px;font-size:28px}
.hero p{margin:6px 0 0;color:var(--muted)}
.grid{display:grid;gap:20px}
@media(min-width:900px){.grid{grid-template-columns:1fr 1fr}}
section{margin:36px 20px;background:var(--panel);border:1px solid var(--border);
border-radius:16px;padding:20px}
h2{margin:0 0 12px;font-size:22px}
h3{margin:18px 0 8px;font-size:18px}
h4{margin:16px 0 8px;font-size:16px}
.muted{color:var(--muted)}
.tag{display:inline-block;font-size:12px;padding:2px 8px;
border:1px solid var(--border);border-radius:999px;margin-right:6px;
color:var(--muted)}
.callout{border-left:4px solid var(--accent);padding:10px 12px;
background:color-mix(in oklab,var(--panel),transparent 20%);border-radius:8px}
.warn{border-left-color:var(--warn)}
.ok{border-left-color:var(--ok)}
.danger{border-left-color:var(--danger)}
.code, pre, code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
pre{background:var(--code);color:#e5e7eb;padding:14px;border-radius:12px;
overflow:auto;border:1px solid var(--border)}
.schema{background:var(--bg);border:1px dashed var(--border);
border-radius:12px;padding:10px;overflow:auto}
.bom{border:1px solid var(--border);border-radius:12px;padding:10px;
background:color-mix(in oklab,var(--panel),transparent 15%)}
.kbd{padding:2px 6px;border:1px solid var(--border);border-radius:6px;
background:color-mix(in oklab,var(--panel),transparent 30%);
font-family:ui-monospace}
.toc{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.toc a{display:block;border:1px solid var(--border);
background:color-mix(in oklab,var(--panel),transparent 10%);
padding:10px;border-radius:10px}
footer{margin:40px 20px 80px;background:linear-gradient(0deg,transparent,var(--panel));
border:1px solid var(--border);border-radius:14px;padding:18px}
.small{font-size:13px}
.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;
border-radius:999px;border:1px solid var(--border);
background:color-mix(in oklab,var(--panel),transparent 20%);
font-size:12px}
.flex{display:flex;gap:8px;flex-wrap:wrap}
.hr{height:1px;background:var(--border);margin:18px 0}
</style>
</head>
<body>
<header>
<div class="nav">
<div class="brand">usb-charge-battery</div>
<span class="tag">USB 5V</span>
<span class="tag">NiMH</span>
<span class="tag">Li-ion</span>
<span class="tag">LiFePO<sub>4</sub></span>
<a class="repo-btn" href="https://github.com/bocaletto-luca/usb-charge-battery" target="_blank" rel="noopener">Repository GitHub ↗</a>
</div>
</header>
<div class="container">
<div class="hero">
<h1>Caricatori da USB 5V per batterie ricaricabili</h1>
<p>Progetto a cura di <strong>Bocaletto Luca</strong> — Versioni <strong>Semplice</strong> e <strong>Pro</strong> per ogni batteria (1,5V NiMH, 4,5V, 4,7–4,8V, 9V, Li-ion 1S, LiFePO<sub>4</sub> 1S) e due progetti <strong>Universali</strong>.</p>
<div class="flex">
<span class="pill">Semplice = minima complessità</span>
<span class="pill">Pro = prestazioni e protezioni avanzate</span>
</div>
</div>
<section id="indice">
<h2>Indice</h2>
<div class="toc">
<a href="#sicurezza">Avvertenze di sicurezza</a>
<a href="#usb-limiti">USB e limiti di corrente</a>
<a href="#calcoli">Calcoli rapidi</a>
<a href="#nimh-1s">NiMH 1S 1,5V</a>
<a href="#nimh-3s">NiMH 3S ≈ 4,5V</a>
<a href="#nimh-4s">NiMH 4S ≈ 4,7–4,8V</a>
<a href="#batt-9v">Batteria 9V</a>
<a href="#liion-1s">Li-ion 1S 3,7V</a>
<a href="#lifepo4-1s">LiFePO<sub>4</sub> 1S 3,2V</a>
<a href="#universale-semplice">Universale Semplice</a>
<a href="#universale-pro">Universale Pro</a>
<a href="#bom-generale">Componenti generali</a>
<a href="#licenza">Licenza & Contatti</a>
</div>
</section>
<section id="sicurezza">
<h2>Avvertenze di sicurezza</h2>
<div class="callout danger">
<strong>Importante:</strong> questi schemi sono per batterie <em>ricaricabili</em> solamente. Non tentare di ricaricare pile alcaline 1,5V “usa e getta”. Verifica sempre polarità, integra protezioni adeguate e non lasciare la batteria incustodita.
</div>
</section>
<section id="usb-limiti">
<h2>USB e limiti di corrente</h2>
<ul>
<li><strong>USB 2.0:</strong> fino a ~500 mA</li>
<li><strong>USB 3.x:</strong> fino a ~900 mA</li>
<li><strong>USB-C 5V:</strong> 1,5–3 A se supportato</li>
<li><strong>Protezione ingresso:</strong> eFuse/limitatore corrente, OVP, TVS, reverse-blocking</li>
<li><strong>Budget termico:</strong> preferisci switching se ΔV·I alto</li>
</ul>
</section>
<section id="calcoli">
<h2>Calcoli rapidi</h2>
<div class="grid">
<div>
<h3>Corrente di carica</h3>
<p>Per capacità \(C\) (Ah):</p>
<p>
\[ I_{\text{Li-ion/LFP}} \approx 0.3C \text{–} 0.5C,\quad I_{\text{NiMH}} \approx 0.1C\ (\text{fast})\ \text{o}\ 0.05C\ (\text{overnight}) \]
</p>
</div>
<div>
<h3>Tempo di carica</h3>
<p>Stima semplificata:</p>
<p>
\[ t \approx \frac{C}{I} \times 1.2 \]
<span class="muted">(fattore 1.2 per perdite e fasi CV/trickle)</span></p>
</div>
</div>
</section>
<!-- Le sezioni specifiche (NiMH 1S, 3S, 4S, 9V, Li-ion 1S, LiFePO4 1S) sono identiche a quelle già incluse nel concept precedente -->
<section id="universale-semplice">
<h2>Universale Semplice</h2>
<p class="muted">Un unico dispositivo USB 5V con selettore manuale per profili: NiMH 1S, NiMH 3S, NiMH 4S, 9V, Li-ion 1S, LiFePO<sub>4</sub> 1S.</p>
<div class="schema">
<h4>Schema a blocchi</h4>
<svg viewBox="0 0 980 220" class="inline-svg">
<!-- USB Ingresso -->
<rect x="10" y="75" width="120" height="70" rx="10" fill="#0ea5e9" opacity="0.2" stroke="#60A5FA"/>
<text x="70" y="118" text-anchor="middle" fill="#60A5FA">USB 5V</text>
<!-- Buck 1S -->
<rect x="150" y="30" width="240" height="60" rx="12" fill="none" stroke="#34d399"/>
<text x="270" y="65" text-anchor="middle" fill="#34d399">Buck CC/CV</text>
<text x="270" y="85" text-anchor="middle" fill="#34d399">(Li-ion/LFP)</text>
<!-- Boost multi -->
<rect x="150" y="130" width="240" height="60" rx="12" fill="none" stroke="#6366f1"/>
<text x="270" y="165" text-anchor="middle" fill="#6366f1">Boost + CC</text>
<text x="270" y="185" text-anchor="middle" fill="#6366f1">(NiMH/9V)</text>
<!-- Selettore -->
<rect x="410" y="30" width="230" height="160" rx="12" fill="none" stroke="#fbbf24"/>
<text x="525" y="65" text-anchor="middle" fill="#fbbf24">Selettore</text>
<text x="525" y="85" text-anchor="middle" fill="#fbbf24">profili</text>
<text x="525" y="105" text-anchor="middle" fill="#fbbf24">NTC opzionale</text>
<text x="525" y="125" text-anchor="middle" fill="#fbbf24">timer/fault</text>
<text x="525" y="145" text-anchor="middle" fill="#fbbf24">LED stato</text>
<!-- Uscite -->
<rect x="660" y="30" width="300" height="60" rx="12" fill="none" stroke="#a3a3a3"/>
<text x="810" y="65" text-anchor="middle" fill="#a3a3a3">Uscita Li-ion/LFP</text>
<rect x="660" y="130" width="300" height="60" rx="12" fill="none" stroke="#a3a3a3"/>
<text x="810" y="165" text-anchor="middle" fill="#a3a3a3">Uscita NiMH/9V</text>
<!-- Connessioni -->
<line x1="130" y1="110" x2="150" y2="60" stroke="#60A5FA"/>
<line x1="130" y1="110" x2="150" y2="160" stroke="#60A5FA"/>
<line x1="390" y1="60" x2="410" y2="60" stroke="#34d399"/>
<line x1="390" y1="160" x2="410" y2="160" stroke="#6366f1"/>
<line x1="640" y1="60" x2="660" y2="60" stroke="#fbbf24"/>
<line x1="640" y1="160" x2="660" y2="160" stroke="#fbbf24"/>
</svg>
</div>
</section>
<section id="universale-pro">
<h2>Universale Pro</h2>
<p class="muted">Dispositivo programmabile con MCU, auto-rilevazione pack, profili editabili e telemetria completa.</p>
<div class="schema">
<h4>Schema a blocchi</h4>
<svg viewBox="0 0 900 220" class="inline-svg">
<!-- USB-C Ingresso -->
<rect x="10" y="75" width="120" height="70" rx="10" fill="#0ea5e9" opacity="0.2" stroke="#60A5FA"/>
<text x="70" y="118" text-anchor="middle" fill="#60A5FA">USB-C 5V</text>
<text x="70" y="138" text-anchor="middle" fill="#60A5FA">CC resistors</text>
<!-- Buck-Boost -->
<rect x="150" y="30" width="260" height="160" rx="12" fill="none" stroke="#34d399"/>
<text x="280" y="65" text-anchor="middle" fill="#34d399">Buck-Boost</text>
<text x="280" y="85" text-anchor="middle" fill="#34d399">sincrono</text>
<text x="280" y="105" text-anchor="middle" fill="#34d399">I/V digital control</text>
<!-- MCU & Display -->
<rect x="430" y="30" width="220" height="160" rx="12" fill="none" stroke="#fbbf24"/>
<text x="540" y="65" text-anchor="middle" fill="#fbbf24">MCU</text>
<text x="540" y="85" text-anchor="middle" fill="#fbbf24">profili</text>
<text x="540" y="105" text-anchor="middle" fill="#fbbf24">-ΔV/Dt/NiMH</text>
<text x="540" y="125" text-anchor="middle" fill="#fbbf24">CC/CV Li-ion/LFP</text>
<text x="540" y="145" text-anchor="middle" fill="#fbbf24">Display & UI</text>
<!-- Sensing & Protezioni -->
<rect x="660" y="30" width="220" height="160" rx="12" fill="none" stroke="#a3a3a3"/>
<text x="770" y="65" text-anchor="middle" fill="#a3a3a3">Shunt & ADC</text>
<text x="770" y="85" text-anchor="middle" fill="#a3a3a3">NTC</text>
<text x="770" y="105" text-anchor="middle" fill="#a3a3a3">OVP/UVP/OCP/SCP</text>
<text x="770" y="125" text-anchor="middle" fill="#a3a3a3">Thermal derating</text>
<text x="770" y="145" text-anchor="middle" fill="#a3a3a3">Watchdog & Fault</text>
<!-- Connessioni -->
<line x1="130" y1="110" x2="150" y2="60" stroke="#60A5FA"/>
<line x1="130" y1="110" x2="150" y2="160" stroke="#60A5FA"/>
<line x1="410" y1="60" x2="430" y2="60" stroke="#34d399"/>
<line x1="410" y1="160" x2="430" y2="160" stroke="#34d399"/>
<line x1="650" y1="110" x2="660" y2="110" stroke="#fbbf24"/>
</svg>
</div>
</section>
<section id="bom-generale">
<h2>Componenti e note generali</h2>
<ul>
<li><strong>eFuse / limitatore</strong> per USB</li>
<li><strong>Buck / Boost / Buck-Boost</strong> in base al ΔV e alla chimica</li>
<li><strong>Controller di carica</strong> dedicato o MCU programmabile</li>
<li><strong>Shunt & ADC</strong> per sensing preciso di I/V</li>
<li><strong>NTC</strong> per monitoraggio temperatura</li>
<li><strong>Protezioni batteria</strong>: BMS/PCM Li-ion/LFP, fusibili PTC per NiMH/SLA</li>
<li><strong>Interfaccia utente</strong>: LED, display, selettori</li>
<li><strong>Connettori</strong>: polarità protetta, jack multipli (USB, batteria, NTC)</li>
</ul>
</section>
<footer id="licenza">
<h2>Licenza & Contatti</h2>
<p>Progetto rilasciato con <a href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener">Licenza MIT</a>.</p>
<p>Repository e sorgenti: <a href="https://github.com/bocaletto-luca/usb-charge-battery" target="_blank" rel="noopener">github.com/bocaletto-luca/usb-charge-battery</a></p>
<p>Autore: <strong>Bocaletto Luca</strong> — <a href="mailto:lucabocaletto@example.com">lucabocaletto@example.com</a></p>
<p class="small">Ultimo aggiornamento: 23 Agosto 2025</p>
</footer>
</div>
</body>
</html>