Added camping chair leg tip
[physical.git] / index.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <title>Physical projects</title>
5 <!-- 2020-06-03 K 22:30 -->
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>Author:
218 <ul class="org-ul">
219 <li>Svjatoslav Agejenko
220 </li>
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><a href="https://www.svjatoslav.eu/projects/">Other projects hosted at svjatoslav.eu</a>
229 </li>
230 </ul>
231 </div>
232
233 <div id="outline-container-sec-1-1" class="outline-3">
234 <h3 id="sec-1-1"><span class="section-number-3">1.1</span> repository</h3>
235 <div class="outline-text-3" id="text-1-1">
236 <ul class="org-ul">
237 <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>
238 </li>
239
240 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=physical.git;a=summary">Browse Git repository online</a>
241 </li>
242
243 <li>Clone Git repository using command:
244 <pre class="example">
245 git clone https://www2.svjatoslav.eu/git/physical.git
246
247 </pre>
248 </li>
249 </ul>
250 </div>
251 </div>
252 </div>
253
254 <div id="outline-container-sec-2" class="outline-2">
255 <h2 id="sec-2"><span class="section-number-2">2</span> Projects</h2>
256 <div class="outline-text-2" id="text-2">
257 </div><div id="outline-container-sec-2-1" class="outline-3">
258 <h3 id="sec-2-1"><span class="section-number-3">2.1</span> Audio</h3>
259 <div class="outline-text-3" id="text-2-1">
260 <ul class="org-ul">
261 <li>Portable stereo speaker
262 <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>
263 </li>
264
265 <li>Headphone hub
266 <br/><a href="audio/Headphone%20hub/index.html"><img style="width:100%; max-width:500px;" src=" audio/Headphone%20hub/make.png"></a>
267 </li>
268 </ul>
269 </div>
270 </div>
271
272 <div id="outline-container-sec-2-2" class="outline-3">
273 <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>
274 <div class="outline-text-3" id="text-2-2">
275 <ul class="org-ul">
276 <li>Charging terminal alternative cover for CAT B30 phone
277 <br/><a href="misc/CAT%20B30%20phone%20cover/index.html"><img style="width:100%; max-width:500px;" src=" file:misc/CAT%20B30%20phone%20cover/make.png"></a>
278 </li>
279 </ul>
280
281
282 <ul class="org-ul">
283 <li>Nokia 105 (2019) modification for disabled
284 <br/><a href="misc/Nokia%20105%20(2019)%20modification%20for%20disabled/index.html"><img style="width:100%; max-width:500px;" src="
285         misc/Nokia%20105%20(2019)%20modification%20for%20disabled/make.png
286         "></a>
287 </li>
288
289 <li>Meiqqm portable dosimeter (Geiger–Müller counter) case
290 <br/><a href="misc/Meiqqm%20portable%20dosimeter%20case/index.html"><img style="width:100%; max-width:500px;" src="
291         misc/Meiqqm%20portable%20dosimeter%20case/make.png
292         "></a>
293 </li>
294 </ul>
295
296
297 <ul class="org-ul">
298 <li>Trekology camping chair leg tip
299 <br/><a href="misc/camping%20chair%20leg%20tip/index.html"><img style="width:100%; max-width:500px;" src="
300         misc/camping%20chair%20leg%20tip/make.png
301         "></a>
302 </li>
303 </ul>
304 </div>
305 </div>
306
307 <div id="outline-container-sec-2-3" class="outline-3">
308 <h3 id="sec-2-3"><span class="section-number-3">2.3</span> Power</h3>
309 <div class="outline-text-3" id="text-2-3">
310 <ul class="org-ul">
311 <li>12V Lead-Acid battery charger and terminal
312 <br/><a href="power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/index.html"><img style="width:100%; max-width:500px;" src="
313         power/12V%20Lead-Acid%20battery%20changer%20and%20terminal/make.png
314         "></a>
315 </li>
316
317 <li>battery tester
318 <br/><a href="power/battery%20tester/index.html"><img style="width:100%; max-width:500px;" src="
319         power/battery%20tester/make.png
320         "></a>
321 </li>
322 </ul>
323 </div>
324 </div>
325
326 <div id="outline-container-sec-2-4" class="outline-3">
327 <h3 id="sec-2-4"><span class="section-number-3">2.4</span> USB</h3>
328 <div class="outline-text-3" id="text-2-4">
329 <ul class="org-ul">
330 <li>USB cable terminals
331 <br/><a href="USB/USB%20cable%20terminals/index.html"><img style="width:100%; max-width:500px;" src="
332         USB/USB%20cable%20terminals/schematic.png
333         "></a>
334 </li>
335 </ul>
336 </div>
337 </div>
338
339 <div id="outline-container-sec-2-5" class="outline-3">
340 <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>
341 <div class="outline-text-3" id="text-2-5">
342 <ul class="org-ul">
343 <li>35mm film copying device
344 <br/><a href="optics/35mm%20film%20copying%20device/index.html"><img style="width:100%; max-width:500px;" src="
345         optics/35mm%20film%20copying%20device/make.png
346         "></a>
347 </li>
348
349 <li>Fujifilm camera battery (Newell NP-W126) box
350 <br/><a href="optics/Fujifilm%20camera%20battery%20box/index.html"><img style="width:100%; max-width:500px;" src="
351         optics/Fujifilm%20camera%20battery%20box/make.png
352         "></a>
353 </li>
354
355 <li>Fujifilm X-mount to microscope adapter
356 <br/><a href="optics/Fujifilm%20X-mount%20microscope%20adapter/index.html"><img style="width:100%; max-width:500px;" src="
357         optics/Fujifilm%20X-mount%20microscope%20adapter/make.png
358         "></a>
359 </li>
360
361 <li>Case for 52mm macro filter
362 <br/><a href="optics/macro%20filter%20storage%20compartment/index.html"><img style="width:100%; max-width:500px;" src="
363         optics/macro%20filter%20storage%20compartment/make.png
364         "></a>
365 </li>
366
367 <li>Case for microscope slides and cover slips
368 <br/><a href="optics/microscope%20slide%20box/index.html"><img style="width:100%; max-width:500px;" src="
369         optics/microscope%20slide%20box/make.png
370         "></a>
371 </li>
372 </ul>
373 </div>
374 </div>
375
376 <div id="outline-container-sec-2-6" class="outline-3">
377 <h3 id="sec-2-6"><span class="section-number-3">2.6</span> Organizers / boxes / covers</h3>
378 <div class="outline-text-3" id="text-2-6">
379 <ul class="org-ul">
380 <li>Cable organizer
381 <br/><a href="organizers/cable%20organizer/index.html"><img style="width:100%; max-width:500px;" src="
382         organizers/cable%20organizer/make.png
383         "></a>
384 </li>
385
386 <li>Digital caliphers battery mod and storage box
387 <br/><a href="organizers/digital%20calipers%20mod%20and%20box/index.html"><img style="width:100%; max-width:500px;" src="
388         organizers/digital%20calipers%20mod%20and%20box/make.png
389         "></a>
390 </li>
391
392 <li>Wire rolls
393 <br/><a href="organizers/roll/index.html"><img style="width:100%; max-width:500px;" src="
394         organizers/roll/make.png
395         "></a>
396 </li>
397
398 <li>Wall shelf
399 <br/><a href="organizers/shelf/index.html"><img style="width:100%; max-width:500px;" src="
400         organizers/shelf/make.png
401         "></a>
402 </li>
403
404 <li>Book stand
405 <br/><a href="organizers/book%20stand/index.html"><img style="width:100%; max-width:500px;" src="
406         organizers/book%20stand/make.png
407         "></a>
408 </li>
409 </ul>
410 </div>
411 </div>
412
413 <div id="outline-container-sec-2-7" class="outline-3">
414 <h3 id="sec-2-7"><span class="section-number-3">2.7</span> Radio</h3>
415 <div class="outline-text-3" id="text-2-7">
416 <ul class="org-ul">
417 <li>NanoVNA case
418 <br/><a href="RF/NanoVNA%20case/index.html"><img style="width:100%; max-width:500px;" src="
419         RF/NanoVNA%20case/make.png
420         "></a>
421 </li>
422
423 <li>DIY Yagi antenna connector
424 <br/><a href="RF/Yagi%20antenna%20connector/index.html"><img style="width:100%; max-width:500px;" src="
425         RF/Yagi%20antenna%20connector/make.png
426         "></a>
427 </li>
428 </ul>
429 </div>
430 </div>
431 </div>
432 </div><div class="col-md-3"><nav id="table-of-contents">
433 <div id="text-table-of-contents" class="bs-docs-sidebar">
434 <ul class="nav">
435 <li><a href="#sec-1">1. General</a>
436 <ul class="nav">
437 <li><a href="#sec-1-1">1.1. repository</a></li>
438 </ul>
439 </li>
440 <li><a href="#sec-2">2. Projects</a>
441 <ul class="nav">
442 <li><a href="#sec-2-1">2.1. Audio</a></li>
443 <li><a href="#sec-2-2">2.2. Miscellaneous</a></li>
444 <li><a href="#sec-2-3">2.3. Power</a></li>
445 <li><a href="#sec-2-4">2.4. USB</a></li>
446 <li><a href="#sec-2-5">2.5. Optics</a></li>
447 <li><a href="#sec-2-6">2.6. Organizers / boxes / covers</a></li>
448 <li><a href="#sec-2-7">2.7. Radio</a></li>
449 </ul>
450 </li>
451 </ul>
452 </div>
453 </nav>
454 </div></div></div>
455 <footer id="postamble" class="">
456 <div><p class="author">Author: Svjatoslav Agejenko</p>
457 <p class="date">Created: 2020-06-03 K 22:30</p>
458 <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>
459 </div>
460 </footer>
461 </body>
462 </html>