Merge branch 'master' of ssh://svjatoslav.eu:10006/home/n0/git/physical
[physical.git] / index.html
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 <head>
6 <!-- 2022-06-04 Sat 18:12 -->
7 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 <title>Physical projects</title>
10 <meta name="author" content="Svjatoslav Agejenko" />
11 <meta name="generator" content="Org Mode" />
12 <style>
13   #content { max-width: 60em; margin: auto; }
14   .title  { text-align: center;
15              margin-bottom: .2em; }
16   .subtitle { text-align: center;
17               font-size: medium;
18               font-weight: bold;
19               margin-top:0; }
20   .todo   { font-family: monospace; color: red; }
21   .done   { font-family: monospace; color: green; }
22   .priority { font-family: monospace; color: orange; }
23   .tag    { background-color: #eee; font-family: monospace;
24             padding: 2px; font-size: 80%; font-weight: normal; }
25   .timestamp { color: #bebebe; }
26   .timestamp-kwd { color: #5f9ea0; }
27   .org-right  { margin-left: auto; margin-right: 0px;  text-align: right; }
28   .org-left   { margin-left: 0px;  margin-right: auto; text-align: left; }
29   .org-center { margin-left: auto; margin-right: auto; text-align: center; }
30   .underline { text-decoration: underline; }
31   #postamble p, #preamble p { font-size: 90%; margin: .2em; }
32   p.verse { margin-left: 3%; }
33   pre {
34     border: 1px solid #e6e6e6;
35     border-radius: 3px;
36     background-color: #f2f2f2;
37     padding: 8pt;
38     font-family: monospace;
39     overflow: auto;
40     margin: 1.2em;
41   }
42   pre.src {
43     position: relative;
44     overflow: auto;
45   }
46   pre.src:before {
47     display: none;
48     position: absolute;
49     top: -8px;
50     right: 12px;
51     padding: 3px;
52     color: #555;
53     background-color: #f2f2f299;
54   }
55   pre.src:hover:before { display: inline; margin-top: 14px;}
56   /* Languages per Org manual */
57   pre.src-asymptote:before { content: 'Asymptote'; }
58   pre.src-awk:before { content: 'Awk'; }
59   pre.src-authinfo::before { content: 'Authinfo'; }
60   pre.src-C:before { content: 'C'; }
61   /* pre.src-C++ doesn't work in CSS */
62   pre.src-clojure:before { content: 'Clojure'; }
63   pre.src-css:before { content: 'CSS'; }
64   pre.src-D:before { content: 'D'; }
65   pre.src-ditaa:before { content: 'ditaa'; }
66   pre.src-dot:before { content: 'Graphviz'; }
67   pre.src-calc:before { content: 'Emacs Calc'; }
68   pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
69   pre.src-fortran:before { content: 'Fortran'; }
70   pre.src-gnuplot:before { content: 'gnuplot'; }
71   pre.src-haskell:before { content: 'Haskell'; }
72   pre.src-hledger:before { content: 'hledger'; }
73   pre.src-java:before { content: 'Java'; }
74   pre.src-js:before { content: 'Javascript'; }
75   pre.src-latex:before { content: 'LaTeX'; }
76   pre.src-ledger:before { content: 'Ledger'; }
77   pre.src-lisp:before { content: 'Lisp'; }
78   pre.src-lilypond:before { content: 'Lilypond'; }
79   pre.src-lua:before { content: 'Lua'; }
80   pre.src-matlab:before { content: 'MATLAB'; }
81   pre.src-mscgen:before { content: 'Mscgen'; }
82   pre.src-ocaml:before { content: 'Objective Caml'; }
83   pre.src-octave:before { content: 'Octave'; }
84   pre.src-org:before { content: 'Org mode'; }
85   pre.src-oz:before { content: 'OZ'; }
86   pre.src-plantuml:before { content: 'Plantuml'; }
87   pre.src-processing:before { content: 'Processing.js'; }
88   pre.src-python:before { content: 'Python'; }
89   pre.src-R:before { content: 'R'; }
90   pre.src-ruby:before { content: 'Ruby'; }
91   pre.src-sass:before { content: 'Sass'; }
92   pre.src-scheme:before { content: 'Scheme'; }
93   pre.src-screen:before { content: 'Gnu Screen'; }
94   pre.src-sed:before { content: 'Sed'; }
95   pre.src-sh:before { content: 'shell'; }
96   pre.src-sql:before { content: 'SQL'; }
97   pre.src-sqlite:before { content: 'SQLite'; }
98   /* additional languages in org.el's org-babel-load-languages alist */
99   pre.src-forth:before { content: 'Forth'; }
100   pre.src-io:before { content: 'IO'; }
101   pre.src-J:before { content: 'J'; }
102   pre.src-makefile:before { content: 'Makefile'; }
103   pre.src-maxima:before { content: 'Maxima'; }
104   pre.src-perl:before { content: 'Perl'; }
105   pre.src-picolisp:before { content: 'Pico Lisp'; }
106   pre.src-scala:before { content: 'Scala'; }
107   pre.src-shell:before { content: 'Shell Script'; }
108   pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
109   /* additional language identifiers per "defun org-babel-execute"
110        in ob-*.el */
111   pre.src-cpp:before  { content: 'C++'; }
112   pre.src-abc:before  { content: 'ABC'; }
113   pre.src-coq:before  { content: 'Coq'; }
114   pre.src-groovy:before  { content: 'Groovy'; }
115   /* additional language identifiers from org-babel-shell-names in
116      ob-shell.el: ob-shell is the only babel language using a lambda to put
117      the execution function name together. */
118   pre.src-bash:before  { content: 'bash'; }
119   pre.src-csh:before  { content: 'csh'; }
120   pre.src-ash:before  { content: 'ash'; }
121   pre.src-dash:before  { content: 'dash'; }
122   pre.src-ksh:before  { content: 'ksh'; }
123   pre.src-mksh:before  { content: 'mksh'; }
124   pre.src-posh:before  { content: 'posh'; }
125   /* Additional Emacs modes also supported by the LaTeX listings package */
126   pre.src-ada:before { content: 'Ada'; }
127   pre.src-asm:before { content: 'Assembler'; }
128   pre.src-caml:before { content: 'Caml'; }
129   pre.src-delphi:before { content: 'Delphi'; }
130   pre.src-html:before { content: 'HTML'; }
131   pre.src-idl:before { content: 'IDL'; }
132   pre.src-mercury:before { content: 'Mercury'; }
133   pre.src-metapost:before { content: 'MetaPost'; }
134   pre.src-modula-2:before { content: 'Modula-2'; }
135   pre.src-pascal:before { content: 'Pascal'; }
136   pre.src-ps:before { content: 'PostScript'; }
137   pre.src-prolog:before { content: 'Prolog'; }
138   pre.src-simula:before { content: 'Simula'; }
139   pre.src-tcl:before { content: 'tcl'; }
140   pre.src-tex:before { content: 'TeX'; }
141   pre.src-plain-tex:before { content: 'Plain TeX'; }
142   pre.src-verilog:before { content: 'Verilog'; }
143   pre.src-vhdl:before { content: 'VHDL'; }
144   pre.src-xml:before { content: 'XML'; }
145   pre.src-nxml:before { content: 'XML'; }
146   /* add a generic configuration mode; LaTeX export needs an additional
147      (add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
148   pre.src-conf:before { content: 'Configuration File'; }
149
150   table { border-collapse:collapse; }
151   caption.t-above { caption-side: top; }
152   caption.t-bottom { caption-side: bottom; }
153   td, th { vertical-align:top;  }
154   th.org-right  { text-align: center;  }
155   th.org-left   { text-align: center;   }
156   th.org-center { text-align: center; }
157   td.org-right  { text-align: right;  }
158   td.org-left   { text-align: left;   }
159   td.org-center { text-align: center; }
160   dt { font-weight: bold; }
161   .footpara { display: inline; }
162   .footdef  { margin-bottom: 1em; }
163   .figure { padding: 1em; }
164   .figure p { text-align: center; }
165   .equation-container {
166     display: table;
167     text-align: center;
168     width: 100%;
169   }
170   .equation {
171     vertical-align: middle;
172   }
173   .equation-label {
174     display: table-cell;
175     text-align: right;
176     vertical-align: middle;
177   }
178   .inlinetask {
179     padding: 10px;
180     border: 2px solid gray;
181     margin: 10px;
182     background: #ffffcc;
183   }
184   #org-div-home-and-up
185    { text-align: right; font-size: 70%; white-space: nowrap; }
186   textarea { overflow-x: auto; }
187   .linenr { font-size: smaller }
188   .code-highlighted { background-color: #ffff00; }
189   .org-info-js_info-navigation { border-style: none; }
190   #org-info-js_console-label
191     { font-size: 10px; font-weight: bold; white-space: nowrap; }
192   .org-info-js_search-highlight
193     { background-color: #ffff00; color: #000000; font-weight: bold; }
194   .org-svg { }
195 </style>
196 <link rel="stylesheet" type="text/css" href="https://thomasf.github.io/solarized-css/solarized-dark.min.css" />
197 </head>
198 <body>
199 <div id="content" class="content">
200 <h1 class="title">Physical projects</h1>
201 <div id="table-of-contents" role="doc-toc">
202 <h2>Table of Contents</h2>
203 <div id="text-table-of-contents" role="doc-toc">
204 <ul>
205 <li><a href="#org3b32759">1. General</a>
206 <ul>
207 <li><a href="#org28bfc2c">1.1. repository</a></li>
208 </ul>
209 </li>
210 <li><a href="#org8bad323">2. Cases, covers, holders, organizers</a>
211 <ul>
212 <li><a href="#org4b71e19">2.1. Measurement</a></li>
213 <li><a href="#org01db795">2.2. Optics</a></li>
214 <li><a href="#org596832d">2.3. Miscellaneous</a></li>
215 <li><a href="#orgeabd4fe">2.4. Cable / wire</a></li>
216 </ul>
217 </li>
218 <li><a href="#orgd975bb5">3. Furniture</a></li>
219 <li><a href="#org9880900">4. Miscellaneous</a>
220 <ul>
221 <li><a href="#org5974385">4.1. Audio</a></li>
222 </ul>
223 </li>
224 <li><a href="#org35a5870">5. Optics</a></li>
225 <li><a href="#org27959a8">6. See also</a></li>
226 </ul>
227 </div>
228 </div>
229
230 <div id="outline-container-org3b32759" class="outline-2">
231 <h2 id="org3b32759"><span class="section-number-2">1.</span> General</h2>
232 <div class="outline-text-2" id="text-1">
233 <p>
234 Collection of physical projects. Electronics, 3D designs etc..
235 </p>
236
237 <ul class="org-ul">
238 <li>DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
239 COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
240 DESIGNS AT YOUR OWN RISK.</li>
241
242 <li>Designs in this repository are released under Creative Commons Zero
243 (CC0) license.</li>
244
245 <li>Authors:
246 <ul class="org-ul">
247 <li>Svjatoslav Agejenko
248 <ul class="org-ul">
249 <li>Homepage: <a href="https://svjatoslav.eu">https://svjatoslav.eu</a></li>
250 <li>Email: <a href="mailto://svjatoslav@svjatoslav.eu">svjatoslav@svjatoslav.eu</a></li>
251 </ul></li>
252
253 <li>Valeria Agejenko</li>
254 </ul></li>
255
256 <li><a href="https://www.svjatoslav.eu/projects/">Other projects hosted at svjatoslav.eu</a></li>
257 </ul>
258 </div>
259
260 <div id="outline-container-org28bfc2c" class="outline-3">
261 <h3 id="org28bfc2c"><span class="section-number-3">1.1.</span> repository</h3>
262 <div class="outline-text-3" id="text-1-1">
263 <ul class="org-ul">
264 <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></li>
265
266 <li><a href="https://www2.svjatoslav.eu/gitweb/?p=physical.git;a=summary">Browse Git repository online</a></li>
267
268 <li><p>
269 Clone Git repository using command:
270 </p>
271 <pre class="example">
272 git clone https://www2.svjatoslav.eu/git/physical.git
273 </pre></li>
274 </ul>
275 </div>
276 </div>
277 </div>
278
279 <div id="outline-container-org8bad323" class="outline-2">
280 <h2 id="org8bad323"><span class="section-number-2">2.</span> Cases, covers, holders, organizers</h2>
281 <div class="outline-text-2" id="text-2">
282 </div>
283 <div id="outline-container-org4b71e19" class="outline-3">
284 <h3 id="org4b71e19"><span class="section-number-3">2.1.</span> Measurement</h3>
285 <div class="outline-text-3" id="text-2-1">
286 <ul class="org-ul">
287 <li>Digital caliphers battery mod and storage box
288 <br/><a href="cases/digital%20calipers%20mod%20and%20box/index.html"><img style="width:100%; max-width:500px;" src=" cases/digital%20calipers%20mod%20and%20box/make.png"></a></li>
289
290 <li>Meiqqm portable dosimeter (Geiger–Müller counter) case
291 <br/><a href="cases/Meiqqm%20portable%20dosimeter%20case/index.html"><img style="width:100%; max-width:500px;" src=" cases/Meiqqm%20portable%20dosimeter%20case/make.png"></a></li>
292
293 <li>NanoVNA case
294 <br/><a href="cases/NanoVNA%20case/index.html"><img style="width:100%; max-width:500px;" src=" cases/NanoVNA%20case/make.png"></a></li>
295 </ul>
296 </div>
297 </div>
298
299 <div id="outline-container-org01db795" class="outline-3">
300 <h3 id="org01db795"><span class="section-number-3">2.2.</span> Optics</h3>
301 <div class="outline-text-3" id="text-2-2">
302 <ul class="org-ul">
303 <li>Case for 52mm macro filter
304 <br/><a href="cases/macro%20filter%20storage%20compartment/index.html"><img style="width:100%; max-width:500px;" src=" cases/macro%20filter%20storage%20compartment/make.png"></a></li>
305
306 <li>Fujifilm XC15-45mm lens case
307 <br/><a href="cases/Fuji%20XC15-45mm%20lens%20case/index.html"><img style="width:100%; max-width:500px;" src=" cases/Fuji%20XC15-45mm%20lens%20case/make.png"></a></li>
308
309 <li>Fujifilm XC50-230mm lens case
310 <br/><a href="cases/Fuji%20XC50-230mm%20lens%20case/index.html"><img style="width:100%; max-width:500px;" src=" cases/Fuji%20XC50-230mm%20lens%20case/make.png"></a></li>
311
312 <li>Case for microscope slides and cover slips
313 <br/><a href="cases/microscope%20slide%20box/index.html"><img style="width:100%; max-width:500px;" src=" cases/microscope%20slide%20box/make.png"></a></li>
314
315 <li>Fujifilm camera battery (Newell NP-W126) box
316 <br/><a href="cases/Fujifilm%20camera%20battery%20box/index.html"><img style="width:100%; max-width:500px;" src=" cases/Fujifilm%20camera%20battery%20box/make.png"></a></li>
317 </ul>
318
319
320 <ul class="org-ul">
321 <li>Nikon COOLPIX W150 battery case
322 <br/><a href="cases/Nikon COOLPIX W150 battery case/index.html"><img style="width:100%; max-width:500px;" src=" cases/Nikon COOLPIX W150 battery case/make.png"></a></li>
323 </ul>
324 </div>
325 </div>
326
327 <div id="outline-container-org596832d" class="outline-3">
328 <h3 id="org596832d"><span class="section-number-3">2.3.</span> Miscellaneous</h3>
329 <div class="outline-text-3" id="text-2-3">
330 <ul class="org-ul">
331 <li>Nokia 105 (2019) modification for disabled
332 <br/><a href="cases/Nokia%20105%20(2019)%20modification%20for%20disabled/index.html"><img style="width:100%; max-width:500px;" src=" cases/Nokia%20105%20(2019)%20modification%20for%20disabled/make.png"></a></li>
333
334 <li>Test tube cap
335 <br/><a href="cases/test%20tube%20cap/index.html"><img style="width:100%; max-width:500px;" src=" cases/test%20tube%20cap/make.png"></a></li>
336 </ul>
337 </div>
338 </div>
339
340 <div id="outline-container-orgeabd4fe" class="outline-3">
341 <h3 id="orgeabd4fe"><span class="section-number-3">2.4.</span> Cable / wire</h3>
342 <div class="outline-text-3" id="text-2-4">
343 <ul class="org-ul">
344 <li>Cable organizer
345 <br/><a href="misc/cable%20organizer/index.html"><img style="width:100%; max-width:500px;" src=" misc/cable%20organizer/make.png"></a></li>
346
347 <li>Hook
348 <br/><a href="misc/hook/index.html"><img style="width:100%; max-width:500px;" src=" misc/hook/make.png"></a></li>
349
350 <li>USB cable terminals
351 <br/><a href="cases/USB%20cable%20terminals/index.html"><img style="width:100%; max-width:500px;" src=" cases/USB%20cable%20terminals/schematic.png"></a></li>
352
353 <li>Rolls
354 <br/><a href="cases/roll/index.html"><img style="width:100%; max-width:500px;" src=" cases/roll/make.png"></a></li>
355 </ul>
356 </div>
357 </div>
358 </div>
359
360 <div id="outline-container-orgd975bb5" class="outline-2">
361 <h2 id="orgd975bb5"><span class="section-number-2">3.</span> Furniture</h2>
362 <div class="outline-text-2" id="text-3">
363 <ul class="org-ul">
364 <li>Book stand
365 <br/><a href="furniture/book%20stand/index.html"><img style="width:100%; max-width:500px;" src=" furniture/book%20stand/make.png"></a></li>
366 </ul>
367
368
369 <ul class="org-ul">
370 <li>Wall shelf
371 <br/><a href="furniture/shelf/index.html"><img style="width:100%; max-width:500px;" src=" furniture/shelf/make.png"></a></li>
372
373 <li>Spray gun holder
374 <br/><a href="furniture/spray%20gun%20holder/index.html"><img style="width:100%; max-width:500px;" src=" furniture/spray%20gun%20holder/make.png"></a></li>
375
376 <li>Modular rack
377 <br/><a href="furniture/rack/index.html"><img style="width:100%; max-width:500px;" src=" furniture/rack/make.png"></a></li>
378 </ul>
379 </div>
380 </div>
381
382
383 <div id="outline-container-org9880900" class="outline-2">
384 <h2 id="org9880900"><span class="section-number-2">4.</span> Miscellaneous</h2>
385 <div class="outline-text-2" id="text-4">
386 <ul class="org-ul">
387 <li>12V Lead-Acid battery charger and terminal
388 <br/><a href="misc/12V%20Lead-Acid%20battery%20changer%20and%20terminal/index.html"><img style="width:100%; max-width:500px;" src=" misc/12V%20Lead-Acid%20battery%20changer%20and%20terminal/make.png"></a></li>
389
390 <li>Baofeng radio battery charger modification
391 <br/><a href="misc/Baofeng%20radio%20battery%20charger%20case%20mod/index.html"><img style="width:100%; max-width:500px;" src=" misc/Baofeng%20radio%20battery%20charger%20case%20mod/make.png"></a></li>
392
393 <li>adjustable resistor / indicator
394 <br/><a href="misc/adjustable%20resistor/index.html"><img style="width:100%; max-width:500px;" src=" misc/adjustable%20resistor/make.png"></a></li>
395
396 <li>battery tester
397 <br/><a href="misc/battery%20tester/index.html"><img style="width:100%; max-width:500px;" src=" misc/battery%20tester/make.png"></a></li>
398
399 <li>Lab heater and cooler
400 <br/><a href="misc/lab%20heater%20and%20cooler/index.html"><img style="width:100%; max-width:500px;" src=" misc/lab%20heater%20and%20cooler/make.png"></a></li>
401
402 <li>USB Fan modification
403 <br/><a href="misc/USB%20desk%20fan%20mod/index.html"><img style="width:100%; max-width:500px;" src=" misc/USB%20desk%20fan%20mod/make.png"></a></li>
404
405 <li>Window fixator
406 <br/><a href="misc/window%20fixator/index.html"><img style="width:100%; max-width:500px;" src=" misc/window%20fixator/make.png"></a></li>
407
408 <li>Rounded pincers
409 <br/><a href="misc/round%20pincers/index.html"><img style="width:100%; max-width:500px;" src=" misc/round%20pincers/make.png"></a></li>
410 </ul>
411 </div>
412
413 <div id="outline-container-org5974385" class="outline-3">
414 <h3 id="org5974385"><span class="section-number-3">4.1.</span> Audio</h3>
415 <div class="outline-text-3" id="text-4-1">
416 <ul class="org-ul">
417 <li>Portable stereo speaker
418 <br/><a href="misc/portable%20stereo%20active%20speaker/index.html"><img style="width:100%; max-width:500px;" src=" misc/portable%20stereo%20active%20speaker/make.png"></a></li>
419
420 <li>Headphone hub
421 <br/><a href="misc/headphone%20hub/index.html"><img style="width:100%; max-width:500px;" src=" misc/headphone%20hub/make.png"></a></li>
422 </ul>
423 </div>
424 </div>
425 </div>
426
427 <div id="outline-container-org35a5870" class="outline-2">
428 <h2 id="org35a5870"><span class="section-number-2">5.</span> Optics</h2>
429 <div class="outline-text-2" id="text-5">
430 <ul class="org-ul">
431 <li>35mm film copying device
432 <br/><a href="optics/35mm%20film%20copying%20device/index.html"><img style="width:100%; max-width:500px;" src=" optics/35mm%20film%20copying%20device/make.png"></a></li>
433
434 <li>Fujifilm X-mount to microscope adapter
435 <br/><a href="optics/Fujifilm%20X-mount%20microscope%20adapter/index.html"><img style="width:100%; max-width:500px;" src=" optics/Fujifilm%20X-mount%20microscope%20adapter/make.png"></a></li>
436
437 <li>Gyroscope stabilizer for binoculars
438 <br/><a href="optics/gyro%20for%20binoculars/index.html"><img style="width:100%; max-width:500px;" src=" optics/gyro%20for%20binoculars/make.png"></a></li>
439 </ul>
440 </div>
441 </div>
442
443 <div id="outline-container-org27959a8" class="outline-2">
444 <h2 id="org27959a8"><span class="section-number-2">6.</span> See also</h2>
445 <div class="outline-text-2" id="text-6">
446 <ul class="org-ul">
447 <li>Jay Doscher blog: <a href="https://back7.co/">https://back7.co/</a></li>
448 <li>Valera Perinski designs:
449 <a href="https://www.thingiverse.com/perinski/designs">https://www.thingiverse.com/perinski/designs</a></li>
450 <li>Stackable bins organizer: <a href="https://www.thingiverse.com/thing:2562937">https://www.thingiverse.com/thing:2562937</a></li>
451 </ul>
452 </div>
453 </div>
454 </div>
455 <div id="postamble" class="status">
456 <p class="author">Author: Svjatoslav Agejenko</p>
457 <p class="date">Created: 2022-06-04 Sat 18:12</p>
458 <p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
459 </div>
460 </body>
461 </html>