added body
[physical.git] / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <title>Physical projects</title>
5 <!-- 2020-08-09 Sun 15:06 -->
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
314 <li>USB Fan modification
315 <br/><a href="misc/USB%20desk%20fan%20mod/index.html"><img style="width:100%; max-width:500px;" src="
316         misc/USB%20desk%20fan%20mod/make.png
317         "></a>
318 </li>
319 </ul>
320 </div>
321 </div>
322
323
324
325 <div id="outline-container-sec-2-3" class="outline-3">
326 <h3 id="sec-2-3"><span class="section-number-3">2.3</span> Power</h3>
327 <div class="outline-text-3" id="text-2-3">
328 <ul class="org-ul">
329 <li>12V Lead-Acid battery charger and terminal
330 <br/><a href="power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/index.html"><img style="width:100%; max-width:500px;" src="
331         power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/make.png
332         "></a>
333 </li>
334
335 <li>battery tester
336 <br/><a href="power/battery%20tester/index.html"><img style="width:100%; max-width:500px;" src="
337         power/battery%20tester/make.png
338         "></a>
339 </li>
340 </ul>
341 </div>
342 </div>
343
344 <div id="outline-container-sec-2-4" class="outline-3">
345 <h3 id="sec-2-4"><span class="section-number-3">2.4</span> USB</h3>
346 <div class="outline-text-3" id="text-2-4">
347 <ul class="org-ul">
348 <li>USB cable terminals
349 <br/><a href="USB/USB%20cable%20terminals/index.html"><img style="width:100%; max-width:500px;" src="
350         USB/USB%20cable%20terminals/schematic.png
351         "></a>
352 </li>
353 </ul>
354 </div>
355 </div>
356
357 <div id="outline-container-sec-2-5" class="outline-3">
358 <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>
359 <div class="outline-text-3" id="text-2-5">
360 <ul class="org-ul">
361 <li>35mm film copying device
362 <br/><a href="optics/35mm%20film%20copying%20device/index.html"><img style="width:100%; max-width:500px;" src="
363         optics/35mm%20film%20copying%20device/make.png
364         "></a>
365 </li>
366
367 <li>Fujifilm camera battery (Newell NP-W126) box
368 <br/><a href="optics/Fujifilm%20camera%20battery%20box/index.html"><img style="width:100%; max-width:500px;" src="
369         optics/Fujifilm%20camera%20battery%20box/make.png
370         "></a>
371 </li>
372
373 <li>Fujifilm X-mount to microscope adapter
374 <br/><a href="optics/Fujifilm%20X-mount%20microscope%20adapter/index.html"><img style="width:100%; max-width:500px;" src="
375         optics/Fujifilm%20X-mount%20microscope%20adapter/make.png
376         "></a>
377 </li>
378
379 <li>Case for 52mm macro filter
380 <br/><a href="optics/macro%20filter%20storage%20compartment/index.html"><img style="width:100%; max-width:500px;" src="
381         optics/macro%20filter%20storage%20compartment/make.png
382         "></a>
383 </li>
384
385 <li>Case for microscope slides and cover slips
386 <br/><a href="optics/microscope%20slide%20box/index.html"><img style="width:100%; max-width:500px;" src="
387         optics/microscope%20slide%20box/make.png
388         "></a>
389 </li>
390 </ul>
391 </div>
392 </div>
393
394 <div id="outline-container-sec-2-6" class="outline-3">
395 <h3 id="sec-2-6"><span class="section-number-3">2.6</span> Organizers / boxes / covers</h3>
396 <div class="outline-text-3" id="text-2-6">
397 <ul class="org-ul">
398 <li>Cable organizer
399 <br/><a href="organizers/cable%20organizer/index.html"><img style="width:100%; max-width:500px;" src="
400         organizers/cable%20organizer/make.png
401         "></a>
402 </li>
403
404 <li>Digital caliphers battery mod and storage box
405 <br/><a href="organizers/digital%20calipers%20mod%20and%20box/index.html"><img style="width:100%; max-width:500px;" src="
406         organizers/digital%20calipers%20mod%20and%20box/make.png
407         "></a>
408 </li>
409
410 <li>Wire rolls
411 <br/><a href="organizers/roll/index.html"><img style="width:100%; max-width:500px;" src="
412         organizers/roll/make.png
413         "></a>
414 </li>
415
416 <li>Wall shelf
417 <br/><a href="organizers/shelf/index.html"><img style="width:100%; max-width:500px;" src="
418         organizers/shelf/make.png
419         "></a>
420 </li>
421
422 <li>Book stand
423 <br/><a href="organizers/book%20stand/index.html"><img style="width:100%; max-width:500px;" src="
424         organizers/book%20stand/make.png
425         "></a>
426 </li>
427
428 <li>Window fixator
429 <br/><a href="organizers/window%20fixator/index.html"><img style="width:100%; max-width:500px;" src="
430         organizers/window%20fixator/make.png
431         "></a>
432 </li>
433 </ul>
434 </div>
435 </div>
436
437 <div id="outline-container-sec-2-7" class="outline-3">
438 <h3 id="sec-2-7"><span class="section-number-3">2.7</span> Radio</h3>
439 <div class="outline-text-3" id="text-2-7">
440 <ul class="org-ul">
441 <li>NanoVNA case
442 <br/><a href="RF/NanoVNA%20case/index.html"><img style="width:100%; max-width:500px;" src="
443         RF/NanoVNA%20case/make.png
444         "></a>
445 </li>
446
447 <li>DIY Yagi antenna connector
448 <br/><a href="RF/Yagi%20antenna%20connector/index.html"><img style="width:100%; max-width:500px;" src="
449         RF/Yagi%20antenna%20connector/make.png
450         "></a>
451 </li>
452 </ul>
453 </div>
454 </div>
455 </div>
456 </div><div class="col-md-3"><nav id="table-of-contents">
457 <div id="text-table-of-contents" class="bs-docs-sidebar">
458 <ul class="nav">
459 <li><a href="#sec-1">1. General</a>
460 <ul class="nav">
461 <li><a href="#sec-1-1">1.1. repository</a></li>
462 </ul>
463 </li>
464 <li><a href="#sec-2">2. Projects</a>
465 <ul class="nav">
466 <li><a href="#sec-2-1">2.1. Audio</a></li>
467 <li><a href="#sec-2-2">2.2. Miscellaneous</a></li>
468 <li><a href="#sec-2-3">2.3. Power</a></li>
469 <li><a href="#sec-2-4">2.4. USB</a></li>
470 <li><a href="#sec-2-5">2.5. Optics</a></li>
471 <li><a href="#sec-2-6">2.6. Organizers / boxes / covers</a></li>
472 <li><a href="#sec-2-7">2.7. Radio</a></li>
473 </ul>
474 </li>
475 </ul>
476 </div>
477 </nav>
478 </div></div></div>
479 <footer id="postamble" class="">
480 <div><p class="author">Author: Svjatoslav Agejenko</p>
481 <p class="date">Created: 2020-08-09 Sun 15:06</p>
482 <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>
483 </div>
484 </footer>
485 </body>
486 </html>