563b48c01c8758650a25fa23276dcf3fe73fd626
[physical.git] / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <title>Physical projects</title>
5 <!-- 2020-11-20 R 21:58 -->
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 <div id="outline-container-sec-2" class="outline-2">
259 <h2 id="sec-2"><span class="section-number-2">2</span> Projects</h2>
260 <div class="outline-text-2" id="text-2">
261 </div><div id="outline-container-sec-2-1" class="outline-3">
262 <h3 id="sec-2-1"><span class="section-number-3">2.1</span> Audio</h3>
263 <div class="outline-text-3" id="text-2-1">
264 <ul class="org-ul">
265 <li>Portable stereo speaker
266 <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>
267 </li>
268
269 <li>Headphone hub
270 <br/><a href="audio/Headphone%20hub/index.html"><img style="width:100%; max-width:500px;" src=" audio/Headphone%20hub/make.png"></a>
271 </li>
272 </ul>
273 </div>
274 </div>
275
276 <div id="outline-container-sec-2-2" class="outline-3">
277 <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>
278 <div class="outline-text-3" id="text-2-2">
279 <ul class="org-ul">
280 <li>Charging terminal alternative cover for CAT B30 phone
281 <br/><a href="misc/CAT%20B30%20phone%20cover/index.html"><img style="width:100%; max-width:500px;" src="
282         misc/CAT%20B30%20phone%20cover/make.png
283         "></a>
284 </li>
285
286 <li>Nokia 105 (2019) modification for disabled
287 <br/><a href="misc/Nokia%20105%20(2019)%20modification%20for%20disabled/index.html"><img style="width:100%; max-width:500px;" src="
288         misc/Nokia%20105%20(2019)%20modification%20for%20disabled/make.png
289         "></a>
290 </li>
291
292 <li>Meiqqm portable dosimeter (Geiger–Müller counter) case
293 <br/><a href="misc/Meiqqm%20portable%20dosimeter%20case/index.html"><img style="width:100%; max-width:500px;" src="
294         misc/Meiqqm%20portable%20dosimeter%20case/make.png
295         "></a>
296 </li>
297 </ul>
298
299
300 <ul class="org-ul">
301 <li>Trekology camping chair leg tip
302 <br/><a href="misc/camping%20chair%20leg%20tip/index.html"><img style="width:100%; max-width:500px;" src="
303         misc/camping%20chair%20leg%20tip/make.png
304         "></a>
305 </li>
306
307 <li>Toy robot
308 <br/><a href="misc/Robot%20toy/index.html"><img style="width:100%; max-width:500px;" src="
309         misc/Robot%20toy/make.png
310         "></a>
311 </li>
312
313 <li>USB Fan modification
314 <br/><a href="misc/USB%20desk%20fan%20mod/index.html"><img style="width:100%; max-width:500px;" src="
315         misc/USB%20desk%20fan%20mod/make.png
316         "></a>
317 </li>
318 </ul>
319 </div>
320 </div>
321
322 <div id="outline-container-sec-2-3" class="outline-3">
323 <h3 id="sec-2-3"><span class="section-number-3">2.3</span> Power</h3>
324 <div class="outline-text-3" id="text-2-3">
325 <ul class="org-ul">
326 <li>12V Lead-Acid battery charger and terminal
327 <br/><a href="power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/index.html"><img style="width:100%; max-width:500px;" src="
328         power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/make.png
329         "></a>
330 </li>
331
332 <li>battery tester
333 <br/><a href="power/battery%20tester/index.html"><img style="width:100%; max-width:500px;" src="
334         power/battery%20tester/make.png
335         "></a>
336 </li>
337
338 <li>adjustable resistor / indicator
339 <br/><a href="power/adjustable%20resistor/index.html"><img style="width:100%; max-width:500px;" src="
340         power/adjustable%20resistor/make.png
341         "></a>
342 </li>
343 </ul>
344 </div>
345 </div>
346
347 <div id="outline-container-sec-2-4" class="outline-3">
348 <h3 id="sec-2-4"><span class="section-number-3">2.4</span> USB</h3>
349 <div class="outline-text-3" id="text-2-4">
350 <ul class="org-ul">
351 <li>USB cable terminals
352 <br/><a href="USB/USB%20cable%20terminals/index.html"><img style="width:100%; max-width:500px;" src="
353         USB/USB%20cable%20terminals/schematic.png
354         "></a>
355 </li>
356 </ul>
357 </div>
358 </div>
359
360 <div id="outline-container-sec-2-5" class="outline-3">
361 <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>
362 <div class="outline-text-3" id="text-2-5">
363 <ul class="org-ul">
364 <li>35mm film copying device
365 <br/><a href="optics/35mm%20film%20copying%20device/index.html"><img style="width:100%; max-width:500px;" src="
366         optics/35mm%20film%20copying%20device/make.png
367         "></a>
368 </li>
369
370 <li>Case for 52mm macro filter
371 <br/><a href="optics/macro%20filter%20storage%20compartment/index.html"><img style="width:100%; max-width:500px;" src="
372         optics/macro%20filter%20storage%20compartment/make.png
373         "></a>
374 </li>
375 </ul>
376 </div>
377
378
379 <div id="outline-container-sec-2-5-1" class="outline-4">
380 <h4 id="sec-2-5-1"><span class="section-number-4">2.5.1</span> Microscopy</h4>
381 <div class="outline-text-4" id="text-2-5-1">
382 <ul class="org-ul">
383 <li>Fujifilm X-mount to microscope adapter
384 <br/><a href="optics/Fujifilm%20X-mount%20microscope%20adapter/index.html"><img style="width:100%; max-width:500px;" src="
385         optics/Fujifilm%20X-mount%20microscope%20adapter/make.png
386         "></a>
387 </li>
388 </ul>
389
390
391 <ul class="org-ul">
392 <li>Case for microscope slides and cover slips
393 <br/><a href="optics/microscope%20slide%20box/index.html"><img style="width:100%; max-width:500px;" src="
394         optics/microscope%20slide%20box/make.png
395         "></a>
396 </li>
397 </ul>
398 </div>
399 </div>
400
401 <div id="outline-container-sec-2-5-2" class="outline-4">
402 <h4 id="sec-2-5-2"><span class="section-number-4">2.5.2</span> Fujifilm</h4>
403 <div class="outline-text-4" id="text-2-5-2">
404 <ul class="org-ul">
405 <li>Fujifilm camera battery (Newell NP-W126) box
406 <br/><a href="optics/Fujifilm%20camera%20battery%20box/index.html"><img style="width:100%; max-width:500px;" src="
407         optics/Fujifilm%20camera%20battery%20box/make.png
408         "></a>
409 </li>
410
411 <li>Fujifilm XC15-45mm lens case
412 <br/><a href="optics/Fuji%20XC15-45mm%20lens%20case/index.html"><img style="width:100%; max-width:500px;" src="
413         optics/Fuji%20XC15-45mm%20lens%20case/make.png
414         "></a>
415 </li>
416
417 <li>Fujifilm XC50-230mm lens case
418 <br/><a href="optics/Fuji%20XC50-230mm%20lens%20case/index.html"><img style="width:100%; max-width:500px;" src="
419         optics/Fuji%20XC50-230mm%20lens%20case/make.png
420         "></a>
421 </li>
422 </ul>
423 </div>
424 </div>
425 </div>
426
427 <div id="outline-container-sec-2-6" class="outline-3">
428 <h3 id="sec-2-6"><span class="section-number-3">2.6</span> Organizers / boxes / covers</h3>
429 <div class="outline-text-3" id="text-2-6">
430 <ul class="org-ul">
431 <li>Cable organizer
432 <br/><a href="organizers/cable%20organizer/index.html"><img style="width:100%; max-width:500px;" src="
433         organizers/cable%20organizer/make.png
434         "></a>
435 </li>
436
437 <li>Digital caliphers battery mod and storage box
438 <br/><a href="organizers/digital%20calipers%20mod%20and%20box/index.html"><img style="width:100%; max-width:500px;" src="
439         organizers/digital%20calipers%20mod%20and%20box/make.png
440         "></a>
441 </li>
442
443 <li>Wire rolls
444 <br/><a href="organizers/roll/index.html"><img style="width:100%; max-width:500px;" src="
445         organizers/roll/make.png
446         "></a>
447 </li>
448
449 <li>Wall shelf
450 <br/><a href="organizers/shelf/index.html"><img style="width:100%; max-width:500px;" src="
451         organizers/shelf/make.png
452         "></a>
453 </li>
454
455 <li>Book stand
456 <br/><a href="organizers/book%20stand/index.html"><img style="width:100%; max-width:500px;" src="
457         organizers/book%20stand/make.png
458         "></a>
459 </li>
460
461 <li>Window fixator
462 <br/><a href="organizers/window%20fixator/index.html"><img style="width:100%; max-width:500px;" src="
463         organizers/window%20fixator/make.png
464         "></a>
465 </li>
466 </ul>
467 </div>
468 </div>
469
470 <div id="outline-container-sec-2-7" class="outline-3">
471 <h3 id="sec-2-7"><span class="section-number-3">2.7</span> Radio</h3>
472 <div class="outline-text-3" id="text-2-7">
473 <ul class="org-ul">
474 <li>NanoVNA case
475 <br/><a href="RF/NanoVNA%20case/index.html"><img style="width:100%; max-width:500px;" src="
476         RF/NanoVNA%20case/make.png
477         "></a>
478 </li>
479
480 <li>DIY Yagi antenna connector
481 <br/><a href="RF/Yagi%20antenna%20connector/index.html"><img style="width:100%; max-width:500px;" src="
482         RF/Yagi%20antenna%20connector/make.png
483         "></a>
484 </li>
485 </ul>
486 </div>
487 </div>
488 </div>
489 <div id="outline-container-sec-3" class="outline-2">
490 <h2 id="sec-3"><span class="section-number-2">3</span> See also</h2>
491 <div class="outline-text-2" id="text-3">
492 <ul class="org-ul">
493 <li>Jay Doscher blog: <a href="https://back7.co/">https://back7.co/</a>
494 </li>
495 <li>Valera Perinski designs:
496 <a href="https://www.thingiverse.com/perinski/designs">https://www.thingiverse.com/perinski/designs</a>
497 </li>
498 <li>Stackable bins organizer: <a href="https://www.thingiverse.com/thing:2562937">https://www.thingiverse.com/thing:2562937</a>
499 </li>
500 </ul>
501 </div>
502 </div>
503 </div><div class="col-md-3"><nav id="table-of-contents">
504 <div id="text-table-of-contents" class="bs-docs-sidebar">
505 <ul class="nav">
506 <li><a href="#sec-1">1. General</a>
507 <ul class="nav">
508 <li><a href="#sec-1-1">1.1. repository</a></li>
509 </ul>
510 </li>
511 <li><a href="#sec-2">2. Projects</a>
512 <ul class="nav">
513 <li><a href="#sec-2-1">2.1. Audio</a></li>
514 <li><a href="#sec-2-2">2.2. Miscellaneous</a></li>
515 <li><a href="#sec-2-3">2.3. Power</a></li>
516 <li><a href="#sec-2-4">2.4. USB</a></li>
517 <li><a href="#sec-2-5">2.5. Optics</a></li>
518 <li><a href="#sec-2-6">2.6. Organizers / boxes / covers</a></li>
519 <li><a href="#sec-2-7">2.7. Radio</a></li>
520 </ul>
521 </li>
522 <li><a href="#sec-3">3. See also</a></li>
523 </ul>
524 </div>
525 </nav>
526 </div></div></div>
527 <footer id="postamble" class="">
528 <div><p class="author">Author: Svjatoslav Agejenko</p>
529 <p class="date">Created: 2020-11-20 R 21:58</p>
530 <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>
531 </div>
532 </footer>
533 </body>
534 </html>