Removed flawed battery charger. Published better version instead.
[physical.git] / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <title>Physical projects</title>
5 <!-- 2020-07-12 Sun 01:42 -->
6 <meta charset="utf-8">
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <meta name="generator" content="Org-mode">
9 <meta name="author" content="Svjatoslav Agejenko">
10 <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
11 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
12 <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
13 <style type="text/css">
14 footer {background-color: #111 !important;}
15 pre {background-color: #111; color: #ccc;}
16 </style>
17 <style type="text/css">
18 /* org mode styles on top of twbs */
19
20 html {
21     position: relative;
22     min-height: 100%;
23 }
24
25 body {
26     font-size: 18px;
27     margin-bottom: 105px;
28 }
29
30 footer {
31     position: absolute;
32     bottom: 0;
33     width: 100%;
34     height: 101px;
35     background-color: #f5f5f5;
36 }
37
38 footer > div {
39     padding: 10px;
40 }
41
42 footer p {
43     margin: 0 0 5px;
44     text-align: center;
45     font-size: 16px;
46 }
47
48 #table-of-contents {
49     margin-top: 20px;
50     margin-bottom: 20px;
51 }
52
53 blockquote p {
54     font-size: 18px;
55 }
56
57 pre {
58     font-size: 16px;
59 }
60
61 .footpara {
62     display: inline-block;
63 }
64
65 figcaption {
66   font-size: 16px;
67   color: #666;
68   font-style: italic;
69   padding-bottom: 15px;
70 }
71
72 /* from twbs docs */
73
74 .bs-docs-sidebar.affix {
75     position: static;
76 }
77 @media (min-width: 768px) {
78     .bs-docs-sidebar {
79         padding-left: 20px;
80     }
81 }
82
83 /* All levels of nav */
84 .bs-docs-sidebar .nav > li > a {
85     display: block;
86     padding: 4px 20px;
87     font-size: 14px;
88     font-weight: 500;
89     color: #999;
90 }
91 .bs-docs-sidebar .nav > li > a:hover,
92 .bs-docs-sidebar .nav > li > a:focus {
93     padding-left: 19px;
94     color: #A1283B;
95     text-decoration: none;
96     background-color: transparent;
97     border-left: 1px solid #A1283B;
98 }
99 .bs-docs-sidebar .nav > .active > a,
100 .bs-docs-sidebar .nav > .active:hover > a,
101 .bs-docs-sidebar .nav > .active:focus > a {
102     padding-left: 18px;
103     font-weight: bold;
104     color: #A1283B;
105     background-color: transparent;
106     border-left: 2px solid #A1283B;
107 }
108
109 /* Nav: second level (shown on .active) */
110 .bs-docs-sidebar .nav .nav {
111     display: none; /* Hide by default, but at >768px, show it */
112     padding-bottom: 10px;
113 }
114 .bs-docs-sidebar .nav .nav > li > a {
115     padding-top: 1px;
116     padding-bottom: 1px;
117     padding-left: 30px;
118     font-size: 12px;
119     font-weight: normal;
120 }
121 .bs-docs-sidebar .nav .nav > li > a:hover,
122 .bs-docs-sidebar .nav .nav > li > a:focus {
123     padding-left: 29px;
124 }
125 .bs-docs-sidebar .nav .nav > .active > a,
126 .bs-docs-sidebar .nav .nav > .active:hover > a,
127 .bs-docs-sidebar .nav .nav > .active:focus > a {
128     padding-left: 28px;
129     font-weight: 500;
130 }
131
132 /* Nav: third level (shown on .active) */
133 .bs-docs-sidebar .nav .nav .nav {
134     padding-bottom: 10px;
135 }
136 .bs-docs-sidebar .nav .nav .nav > li > a {
137     padding-top: 1px;
138     padding-bottom: 1px;
139     padding-left: 40px;
140     font-size: 12px;
141     font-weight: normal;
142 }
143 .bs-docs-sidebar .nav .nav .nav > li > a:hover,
144 .bs-docs-sidebar .nav .nav .nav > li > a:focus {
145     padding-left: 39px;
146 }
147 .bs-docs-sidebar .nav .nav .nav > .active > a,
148 .bs-docs-sidebar .nav .nav .nav > .active:hover > a,
149 .bs-docs-sidebar .nav .nav .nav > .active:focus > a {
150     padding-left: 38px;
151     font-weight: 500;
152 }
153
154 /* Show and affix the side nav when space allows it */
155 @media (min-width: 992px) {
156     .bs-docs-sidebar .nav > .active > ul {
157         display: block;
158     }
159     /* Widen the fixed sidebar */
160     .bs-docs-sidebar.affix,
161     .bs-docs-sidebar.affix-bottom {
162         width: 213px;
163     }
164     .bs-docs-sidebar.affix {
165         position: fixed; /* Undo the static from mobile first approach */
166         top: 20px;
167     }
168     .bs-docs-sidebar.affix-bottom {
169         position: absolute; /* Undo the static from mobile first approach */
170     }
171     .bs-docs-sidebar.affix .bs-docs-sidenav,.bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
172         margin-top: 0;
173         margin-bottom: 0
174     }
175 }
176 @media (min-width: 1200px) {
177     /* Widen the fixed sidebar again */
178     .bs-docs-sidebar.affix-bottom,
179     .bs-docs-sidebar.affix {
180         width: 263px;
181     }
182 }
183 </style>
184 <script type="text/javascript">
185 $(function() {
186     'use strict';
187
188     $('.bs-docs-sidebar li').first().addClass('active');
189
190     $(document.body).scrollspy({target: '.bs-docs-sidebar'});
191
192     $('.bs-docs-sidebar').affix();
193 });
194 </script>
195 </head>
196 <body>
197 <div id="content" class="container">
198 <div class="row"><div class="col-md-9"><h1 class="title">Physical projects</h1>
199
200 <div id="outline-container-sec-1" class="outline-2">
201 <h2 id="sec-1"><span class="section-number-2">1</span> General</h2>
202 <div class="outline-text-2" id="text-1">
203 <p>
204 Collection of physical projects. Electronics, 3D designs etc..
205 </p>
206
207 <ul class="org-ul">
208 <li>DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
209 COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
210 DESIGNS AT YOUR OWN RISK.
211 </li>
212
213 <li>Designs in this repository are released under Creative Commons Zero
214 (CC0) license.
215 </li>
216
217 <li>Authors:
218 <ul class="org-ul">
219 <li>Svjatoslav Agejenko
220 <ul class="org-ul">
221 <li>Homepage: <a href="https://svjatoslav.eu">https://svjatoslav.eu</a>
222 </li>
223 <li>Email: <a href="mailto://svjatoslav@svjatoslav.eu">svjatoslav@svjatoslav.eu</a>
224 </li>
225 </ul>
226 </li>
227
228 <li>Valeria Agejenko
229 </li>
230 </ul>
231 </li>
232
233 <li><a href="https://www.svjatoslav.eu/projects/">Other projects hosted at svjatoslav.eu</a>
234 </li>
235 </ul>
236 </div>
237
238 <div id="outline-container-sec-1-1" class="outline-3">
239 <h3 id="sec-1-1"><span class="section-number-3">1.1</span> repository</h3>
240 <div class="outline-text-3" id="text-1-1">
241 <ul class="org-ul">
242 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=physical.git;a=snapshot;h=HEAD;sf=tgz">Download latest snapshot in TAR GZ format</a>
243 </li>
244
245 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=physical.git;a=summary">Browse Git repository online</a>
246 </li>
247
248 <li>Clone Git repository using command:
249 <pre class="example">
250 git clone https://www2.svjatoslav.eu/git/physical.git
251
252 </pre>
253 </li>
254 </ul>
255 </div>
256 </div>
257 </div>
258
259 <div id="outline-container-sec-2" class="outline-2">
260 <h2 id="sec-2"><span class="section-number-2">2</span> Projects</h2>
261 <div class="outline-text-2" id="text-2">
262 </div><div id="outline-container-sec-2-1" class="outline-3">
263 <h3 id="sec-2-1"><span class="section-number-3">2.1</span> Audio</h3>
264 <div class="outline-text-3" id="text-2-1">
265 <ul class="org-ul">
266 <li>Portable stereo speaker
267 <br/><a href="audio/Portable%20stereo%20active%20speaker/index.html"><img style="width:100%; max-width:500px;" src=" audio/Portable%20stereo%20active%20speaker/make.png"></a>
268 </li>
269
270 <li>Headphone hub
271 <br/><a href="audio/Headphone%20hub/index.html"><img style="width:100%; max-width:500px;" src=" audio/Headphone%20hub/make.png"></a>
272 </li>
273 </ul>
274 </div>
275 </div>
276
277 <div id="outline-container-sec-2-2" class="outline-3">
278 <h3 id="sec-2-2"><a id="ID-0482740b-0f2e-4138-804d-37c7025124d3" name="ID-0482740b-0f2e-4138-804d-37c7025124d3"></a><span class="section-number-3">2.2</span> Miscellaneous</h3>
279 <div class="outline-text-3" id="text-2-2">
280 <ul class="org-ul">
281 <li>Charging terminal alternative cover for CAT B30 phone
282 <br/><a href="misc/CAT%20B30%20phone%20cover/index.html"><img style="width:100%; max-width:500px;" src="
283         misc/CAT%20B30%20phone%20cover/make.png
284         "></a>
285 </li>
286
287 <li>Nokia 105 (2019) modification for disabled
288 <br/><a href="misc/Nokia%20105%20(2019)%20modification%20for%20disabled/index.html"><img style="width:100%; max-width:500px;" src="
289         misc/Nokia%20105%20(2019)%20modification%20for%20disabled/make.png
290         "></a>
291 </li>
292
293 <li>Meiqqm portable dosimeter (Geiger–Müller counter) case
294 <br/><a href="misc/Meiqqm%20portable%20dosimeter%20case/index.html"><img style="width:100%; max-width:500px;" src="
295         misc/Meiqqm%20portable%20dosimeter%20case/make.png
296         "></a>
297 </li>
298 </ul>
299
300
301 <ul class="org-ul">
302 <li>Trekology camping chair leg tip
303 <br/><a href="misc/camping%20chair%20leg%20tip/index.html"><img style="width:100%; max-width:500px;" src="
304         misc/camping%20chair%20leg%20tip/make.png
305         "></a>
306 </li>
307
308 <li>Toy robot
309 <br/><a href="misc/Robot%20toy/index.html"><img style="width:100%; max-width:500px;" src="
310         misc/Robot%20toy/make.png
311         "></a>
312 </li>
313 </ul>
314 </div>
315 </div>
316
317 <div id="outline-container-sec-2-3" class="outline-3">
318 <h3 id="sec-2-3"><span class="section-number-3">2.3</span> Power</h3>
319 <div class="outline-text-3" id="text-2-3">
320 <ul class="org-ul">
321 <li>12V Lead-Acid battery charger and terminal
322 <br/><a href="power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/index.html"><img style="width:100%; max-width:500px;" src="
323         power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/make.png
324         "></a>
325 </li>
326
327 <li>battery tester
328 <br/><a href="power/battery%20tester/index.html"><img style="width:100%; max-width:500px;" src="
329         power/battery%20tester/make.png
330         "></a>
331 </li>
332 </ul>
333 </div>
334 </div>
335
336 <div id="outline-container-sec-2-4" class="outline-3">
337 <h3 id="sec-2-4"><span class="section-number-3">2.4</span> USB</h3>
338 <div class="outline-text-3" id="text-2-4">
339 <ul class="org-ul">
340 <li>USB cable terminals
341 <br/><a href="USB/USB%20cable%20terminals/index.html"><img style="width:100%; max-width:500px;" src="
342         USB/USB%20cable%20terminals/schematic.png
343         "></a>
344 </li>
345 </ul>
346 </div>
347 </div>
348
349 <div id="outline-container-sec-2-5" class="outline-3">
350 <h3 id="sec-2-5"><a id="ID-0ff5c7f6-e08d-4cdf-923f-3aa75d050b1c" name="ID-0ff5c7f6-e08d-4cdf-923f-3aa75d050b1c"></a><span class="section-number-3">2.5</span> Optics</h3>
351 <div class="outline-text-3" id="text-2-5">
352 <ul class="org-ul">
353 <li>35mm film copying device
354 <br/><a href="optics/35mm%20film%20copying%20device/index.html"><img style="width:100%; max-width:500px;" src="
355         optics/35mm%20film%20copying%20device/make.png
356         "></a>
357 </li>
358
359 <li>Fujifilm camera battery (Newell NP-W126) box
360 <br/><a href="optics/Fujifilm%20camera%20battery%20box/index.html"><img style="width:100%; max-width:500px;" src="
361         optics/Fujifilm%20camera%20battery%20box/make.png
362         "></a>
363 </li>
364
365 <li>Fujifilm X-mount to microscope adapter
366 <br/><a href="optics/Fujifilm%20X-mount%20microscope%20adapter/index.html"><img style="width:100%; max-width:500px;" src="
367         optics/Fujifilm%20X-mount%20microscope%20adapter/make.png
368         "></a>
369 </li>
370
371 <li>Case for 52mm macro filter
372 <br/><a href="optics/macro%20filter%20storage%20compartment/index.html"><img style="width:100%; max-width:500px;" src="
373         optics/macro%20filter%20storage%20compartment/make.png
374         "></a>
375 </li>
376
377 <li>Case for microscope slides and cover slips
378 <br/><a href="optics/microscope%20slide%20box/index.html"><img style="width:100%; max-width:500px;" src="
379         optics/microscope%20slide%20box/make.png
380         "></a>
381 </li>
382 </ul>
383 </div>
384 </div>
385
386 <div id="outline-container-sec-2-6" class="outline-3">
387 <h3 id="sec-2-6"><span class="section-number-3">2.6</span> Organizers / boxes / covers</h3>
388 <div class="outline-text-3" id="text-2-6">
389 <ul class="org-ul">
390 <li>Cable organizer
391 <br/><a href="organizers/cable%20organizer/index.html"><img style="width:100%; max-width:500px;" src="
392         organizers/cable%20organizer/make.png
393         "></a>
394 </li>
395
396 <li>Digital caliphers battery mod and storage box
397 <br/><a href="organizers/digital%20calipers%20mod%20and%20box/index.html"><img style="width:100%; max-width:500px;" src="
398         organizers/digital%20calipers%20mod%20and%20box/make.png
399         "></a>
400 </li>
401
402 <li>Wire rolls
403 <br/><a href="organizers/roll/index.html"><img style="width:100%; max-width:500px;" src="
404         organizers/roll/make.png
405         "></a>
406 </li>
407
408 <li>Wall shelf
409 <br/><a href="organizers/shelf/index.html"><img style="width:100%; max-width:500px;" src="
410         organizers/shelf/make.png
411         "></a>
412 </li>
413
414 <li>Book stand
415 <br/><a href="organizers/book%20stand/index.html"><img style="width:100%; max-width:500px;" src="
416         organizers/book%20stand/make.png
417         "></a>
418 </li>
419
420 <li>Window fixator
421 <br/><a href="organizers/window%20fixator/index.html"><img style="width:100%; max-width:500px;" src="
422         organizers/window%20fixator/make.png
423         "></a>
424 </li>
425 </ul>
426 </div>
427 </div>
428
429
430 <div id="outline-container-sec-2-7" class="outline-3">
431 <h3 id="sec-2-7"><span class="section-number-3">2.7</span> Radio</h3>
432 <div class="outline-text-3" id="text-2-7">
433 <ul class="org-ul">
434 <li>NanoVNA case
435 <br/><a href="RF/NanoVNA%20case/index.html"><img style="width:100%; max-width:500px;" src="
436         RF/NanoVNA%20case/make.png
437         "></a>
438 </li>
439
440 <li>DIY Yagi antenna connector
441 <br/><a href="RF/Yagi%20antenna%20connector/index.html"><img style="width:100%; max-width:500px;" src="
442         RF/Yagi%20antenna%20connector/make.png
443         "></a>
444 </li>
445 </ul>
446 </div>
447 </div>
448 </div>
449 </div><div class="col-md-3"><nav id="table-of-contents">
450 <div id="text-table-of-contents" class="bs-docs-sidebar">
451 <ul class="nav">
452 <li><a href="#sec-1">1. General</a>
453 <ul class="nav">
454 <li><a href="#sec-1-1">1.1. repository</a></li>
455 </ul>
456 </li>
457 <li><a href="#sec-2">2. Projects</a>
458 <ul class="nav">
459 <li><a href="#sec-2-1">2.1. Audio</a></li>
460 <li><a href="#sec-2-2">2.2. Miscellaneous</a></li>
461 <li><a href="#sec-2-3">2.3. Power</a></li>
462 <li><a href="#sec-2-4">2.4. USB</a></li>
463 <li><a href="#sec-2-5">2.5. Optics</a></li>
464 <li><a href="#sec-2-6">2.6. Organizers / boxes / covers</a></li>
465 <li><a href="#sec-2-7">2.7. Radio</a></li>
466 </ul>
467 </li>
468 </ul>
469 </div>
470 </nav>
471 </div></div></div>
472 <footer id="postamble" class="">
473 <div><p class="author">Author: Svjatoslav Agejenko</p>
474 <p class="date">Created: 2020-07-12 Sun 01:42</p>
475 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 26.1 (<a href="http://orgmode.org">Org-mode</a> 9.1.9)</p>
476 </div>
477 </footer>
478 </body>
479 </html>