added lab heater
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 1 Dec 2020 18:41:42 +0000 (20:41 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 1 Dec 2020 18:41:42 +0000 (20:41 +0200)
45 files changed:
misc/Robot toy/index.html [deleted file]
misc/Robot toy/index.org [deleted file]
misc/Robot toy/make.png [deleted file]
misc/Robot toy/robot.FCStd [deleted file]
misc/Robot toy/robot.png [deleted file]
misc/Robot toy/robot.stl [deleted file]
misc/lab heater and cooler/body.FCStd
misc/lab heater and cooler/bottom cover.png [new file with mode: 0644]
misc/lab heater and cooler/bottom cover.stl [new file with mode: 0644]
misc/lab heater and cooler/make, bottom.png [new file with mode: 0644]
misc/lab heater and cooler/make.png [new file with mode: 0644]
misc/lab heater and cooler/schematic-cache.lib [new file with mode: 0644]
misc/lab heater and cooler/schematic.png [new file with mode: 0644]
misc/lab heater and cooler/schematic.sch [new file with mode: 0644]
misc/lab heater and cooler/schematic.sch-bak [new file with mode: 0644]
misc/lab heater and cooler/top cover.png [new file with mode: 0644]
misc/lab heater and cooler/top cover.stl [new file with mode: 0644]
misc/robot/tracks/assembly.png [deleted file]
misc/robot/tracks/engine driving gear.FCStd [deleted file]
misc/robot/tracks/engine driving gear.png [deleted file]
misc/robot/tracks/engine driving gear.stl [deleted file]
misc/robot/tracks/gearbox container cover.png [deleted file]
misc/robot/tracks/gearbox container cover.stl [deleted file]
misc/robot/tracks/gearbox container.FCStd [deleted file]
misc/robot/tracks/gearbox container.png [deleted file]
misc/robot/tracks/gearbox container.stl [deleted file]
misc/robot/tracks/make.png [deleted file]
toys/humanoid robot/index.html [new file with mode: 0644]
toys/humanoid robot/index.org [new file with mode: 0644]
toys/humanoid robot/make.png [new file with mode: 0644]
toys/humanoid robot/robot.FCStd [new file with mode: 0644]
toys/humanoid robot/robot.png [new file with mode: 0644]
toys/humanoid robot/robot.stl [new file with mode: 0644]
toys/pharmacy/body.FCStd [new file with mode: 0644]
toys/pharmacy/body.png [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/assembly.png [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/engine driving gear.FCStd [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/engine driving gear.png [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/engine driving gear.stl [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/gearbox container cover.png [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/gearbox container cover.stl [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/gearbox container.FCStd [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/gearbox container.png [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/gearbox container.stl [new file with mode: 0644]
toys/tracked robot (WIP)/tracks/make.png [new file with mode: 0644]

diff --git a/misc/Robot toy/index.html b/misc/Robot toy/index.html
deleted file mode 100644 (file)
index d3d52f1..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
-<title>Robot toy</title>
-<!-- 2020-06-15 Mon 19:04 -->
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta name="generator" content="Org-mode">
-<meta name="author" content="Valeria Agejenko">
-<link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
-<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
-<style type="text/css">
-footer {background-color: #111 !important;}
-pre {background-color: #111; color: #ccc;}
-</style>
-<style type="text/css">
-/* org mode styles on top of twbs */
-
-html {
-    position: relative;
-    min-height: 100%;
-}
-
-body {
-    font-size: 18px;
-    margin-bottom: 105px;
-}
-
-footer {
-    position: absolute;
-    bottom: 0;
-    width: 100%;
-    height: 101px;
-    background-color: #f5f5f5;
-}
-
-footer > div {
-    padding: 10px;
-}
-
-footer p {
-    margin: 0 0 5px;
-    text-align: center;
-    font-size: 16px;
-}
-
-#table-of-contents {
-    margin-top: 20px;
-    margin-bottom: 20px;
-}
-
-blockquote p {
-    font-size: 18px;
-}
-
-pre {
-    font-size: 16px;
-}
-
-.footpara {
-    display: inline-block;
-}
-
-figcaption {
-  font-size: 16px;
-  color: #666;
-  font-style: italic;
-  padding-bottom: 15px;
-}
-
-/* from twbs docs */
-
-.bs-docs-sidebar.affix {
-    position: static;
-}
-@media (min-width: 768px) {
-    .bs-docs-sidebar {
-        padding-left: 20px;
-    }
-}
-
-/* All levels of nav */
-.bs-docs-sidebar .nav > li > a {
-    display: block;
-    padding: 4px 20px;
-    font-size: 14px;
-    font-weight: 500;
-    color: #999;
-}
-.bs-docs-sidebar .nav > li > a:hover,
-.bs-docs-sidebar .nav > li > a:focus {
-    padding-left: 19px;
-    color: #A1283B;
-    text-decoration: none;
-    background-color: transparent;
-    border-left: 1px solid #A1283B;
-}
-.bs-docs-sidebar .nav > .active > a,
-.bs-docs-sidebar .nav > .active:hover > a,
-.bs-docs-sidebar .nav > .active:focus > a {
-    padding-left: 18px;
-    font-weight: bold;
-    color: #A1283B;
-    background-color: transparent;
-    border-left: 2px solid #A1283B;
-}
-
-/* Nav: second level (shown on .active) */
-.bs-docs-sidebar .nav .nav {
-    display: none; /* Hide by default, but at >768px, show it */
-    padding-bottom: 10px;
-}
-.bs-docs-sidebar .nav .nav > li > a {
-    padding-top: 1px;
-    padding-bottom: 1px;
-    padding-left: 30px;
-    font-size: 12px;
-    font-weight: normal;
-}
-.bs-docs-sidebar .nav .nav > li > a:hover,
-.bs-docs-sidebar .nav .nav > li > a:focus {
-    padding-left: 29px;
-}
-.bs-docs-sidebar .nav .nav > .active > a,
-.bs-docs-sidebar .nav .nav > .active:hover > a,
-.bs-docs-sidebar .nav .nav > .active:focus > a {
-    padding-left: 28px;
-    font-weight: 500;
-}
-
-/* Nav: third level (shown on .active) */
-.bs-docs-sidebar .nav .nav .nav {
-    padding-bottom: 10px;
-}
-.bs-docs-sidebar .nav .nav .nav > li > a {
-    padding-top: 1px;
-    padding-bottom: 1px;
-    padding-left: 40px;
-    font-size: 12px;
-    font-weight: normal;
-}
-.bs-docs-sidebar .nav .nav .nav > li > a:hover,
-.bs-docs-sidebar .nav .nav .nav > li > a:focus {
-    padding-left: 39px;
-}
-.bs-docs-sidebar .nav .nav .nav > .active > a,
-.bs-docs-sidebar .nav .nav .nav > .active:hover > a,
-.bs-docs-sidebar .nav .nav .nav > .active:focus > a {
-    padding-left: 38px;
-    font-weight: 500;
-}
-
-/* Show and affix the side nav when space allows it */
-@media (min-width: 992px) {
-    .bs-docs-sidebar .nav > .active > ul {
-        display: block;
-    }
-    /* Widen the fixed sidebar */
-    .bs-docs-sidebar.affix,
-    .bs-docs-sidebar.affix-bottom {
-        width: 213px;
-    }
-    .bs-docs-sidebar.affix {
-        position: fixed; /* Undo the static from mobile first approach */
-        top: 20px;
-    }
-    .bs-docs-sidebar.affix-bottom {
-        position: absolute; /* Undo the static from mobile first approach */
-    }
-    .bs-docs-sidebar.affix .bs-docs-sidenav,.bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
-        margin-top: 0;
-        margin-bottom: 0
-    }
-}
-@media (min-width: 1200px) {
-    /* Widen the fixed sidebar again */
-    .bs-docs-sidebar.affix-bottom,
-    .bs-docs-sidebar.affix {
-        width: 263px;
-    }
-}
-</style>
-<script type="text/javascript">
-$(function() {
-    'use strict';
-
-    $('.bs-docs-sidebar li').first().addClass('active');
-
-    $(document.body).scrollspy({target: '.bs-docs-sidebar'});
-
-    $('.bs-docs-sidebar').affix();
-});
-</script>
-</head>
-<body>
-<div id="content" class="container">
-<div class="row"><div class="col-md-9"><h1 class="title">Robot toy</h1>
-
-<div id="outline-container-sec-1" class="outline-2">
-<h2 id="sec-1"><span class="section-number-2">1</span> General</h2>
-<div class="outline-text-2" id="text-1">
-<ul class="org-ul">
-<li>DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
-COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
-DESIGNS AT YOUR OWN RISK.
-</li>
-
-<li>This design is released under Creative Commons Zero (CC0) license.
-</li>
-
-<li>Author:
-<ul class="org-ul">
-<li>Valeria Agejenko (8 years old)
-</li>
-</ul>
-</li>
-
-<li>See also:
-<ul class="org-ul">
-<li><a href="../../index.html">Other physical projects in this repository</a>
-</li>
-<li><a href="https://www.svjatoslav.eu/projects/">Other projects hosted at svjatoslav.eu</a>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-
-<div id="outline-container-sec-2" class="outline-2">
-<h2 id="sec-2"><span class="section-number-2">2</span> Project description</h2>
-<div class="outline-text-2" id="text-2">
-
-<figure>
-<p><img src="make.png" class="img-responsive" alt="make.png">
-</p>
-</figure>
-
-<p>
-Toy robot.
-</p>
-
-
-<figure>
-<p><img src="robot.png" class="img-responsive" alt="robot.png">
-</p>
-</figure>
-
-<p>
-Download
-</p>
-<ul class="org-ul">
-<li><a href="robot.stl">STL file</a>
-</li>
-<li><a href="robot.FCStd">FreeCAD project</a>
-</li>
-</ul>
-</div>
-</div>
-</div><div class="col-md-3"><nav id="table-of-contents">
-<div id="text-table-of-contents" class="bs-docs-sidebar">
-<ul class="nav">
-<li><a href="#sec-1">1. General</a></li>
-<li><a href="#sec-2">2. Project description</a></li>
-</ul>
-</div>
-</nav>
-</div></div></div>
-<footer id="postamble" class="">
-<div><p class="author">Author: Valeria Agejenko</p>
-<p class="date">Created: 2020-06-15 Mon 19:04</p>
-<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>
-</div>
-</footer>
-</body>
-</html>
diff --git a/misc/Robot toy/index.org b/misc/Robot toy/index.org
deleted file mode 100644 (file)
index 0662576..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-#+TITLE: Robot toy
-#+author: Valeria Agejenko
-#+LANGUAGE: en
-
-* (document settings) :noexport:
-** use dark style for TWBS-HTML exporter
-#+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
-#+HTML_HEAD: <style type="text/css">
-#+HTML_HEAD:   footer {background-color: #111 !important;}
-#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
-#+HTML_HEAD: </style>
-
-* General
-+ DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
-  COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
-  DESIGNS AT YOUR OWN RISK.
-
-+ This design is released under Creative Commons Zero (CC0) license.
-
-+ Author:
-  - Valeria Agejenko (8 years old)
-
-+ See also:
-  - [[../../index.html][Other physical projects in this repository]]
-  - [[https://www.svjatoslav.eu/projects/][Other projects hosted at svjatoslav.eu]]
-
-* Project description
-[[file:make.png]]
-
-Toy robot.
-
-[[file:robot.png]]
-
-Download
-+ [[file:robot.stl][STL file]]
-+ [[file:robot.FCStd][FreeCAD project]]
diff --git a/misc/Robot toy/make.png b/misc/Robot toy/make.png
deleted file mode 100644 (file)
index b8aa695..0000000
Binary files a/misc/Robot toy/make.png and /dev/null differ
diff --git a/misc/Robot toy/robot.FCStd b/misc/Robot toy/robot.FCStd
deleted file mode 100644 (file)
index 67ed412..0000000
Binary files a/misc/Robot toy/robot.FCStd and /dev/null differ
diff --git a/misc/Robot toy/robot.png b/misc/Robot toy/robot.png
deleted file mode 100644 (file)
index 07de977..0000000
Binary files a/misc/Robot toy/robot.png and /dev/null differ
diff --git a/misc/Robot toy/robot.stl b/misc/Robot toy/robot.stl
deleted file mode 100644 (file)
index 161e804..0000000
Binary files a/misc/Robot toy/robot.stl and /dev/null differ
index b2ba3c2..ca14c9e 100644 (file)
Binary files a/misc/lab heater and cooler/body.FCStd and b/misc/lab heater and cooler/body.FCStd differ
diff --git a/misc/lab heater and cooler/bottom cover.png b/misc/lab heater and cooler/bottom cover.png
new file mode 100644 (file)
index 0000000..5f23c00
Binary files /dev/null and b/misc/lab heater and cooler/bottom cover.png differ
diff --git a/misc/lab heater and cooler/bottom cover.stl b/misc/lab heater and cooler/bottom cover.stl
new file mode 100644 (file)
index 0000000..f20939f
Binary files /dev/null and b/misc/lab heater and cooler/bottom cover.stl differ
diff --git a/misc/lab heater and cooler/make, bottom.png b/misc/lab heater and cooler/make, bottom.png
new file mode 100644 (file)
index 0000000..1b9f894
Binary files /dev/null and b/misc/lab heater and cooler/make, bottom.png differ
diff --git a/misc/lab heater and cooler/make.png b/misc/lab heater and cooler/make.png
new file mode 100644 (file)
index 0000000..faf2963
Binary files /dev/null and b/misc/lab heater and cooler/make.png differ
diff --git a/misc/lab heater and cooler/schematic-cache.lib b/misc/lab heater and cooler/schematic-cache.lib
new file mode 100644 (file)
index 0000000..4dc66fa
--- /dev/null
@@ -0,0 +1,153 @@
+EESchema-LIBRARY Version 2.4
+#encoding utf-8
+#
+# Connector_USB_A
+#
+DEF Connector_USB_A J 0 40 Y Y 1 F N
+F0 "J" -200 450 50 H V L CNN
+F1 "Connector_USB_A" -200 350 50 H V L CNN
+F2 "" 150 -50 50 H I C CNN
+F3 "" 150 -50 50 H I C CNN
+$FPLIST
+ USB*
+$ENDFPLIST
+DRAW
+C -150 85 25 0 1 10 F
+C -25 135 15 0 1 10 F
+S -200 -300 200 300 0 1 10 f
+S -60 190 -170 210 0 1 0 F
+S -50 180 -180 230 0 1 0 N
+S -5 -300 5 -270 0 1 0 N
+S 10 50 -20 20 0 1 10 F
+S 200 -105 170 -95 0 1 0 N
+S 200 -5 170 5 0 1 0 N
+S 200 195 170 205 0 1 0 N
+P 4 0 1 10 -125 85 -100 85 -50 135 -25 135 N
+P 4 0 1 10 -100 85 -75 85 -50 35 0 35 N
+P 4 0 1 10 25 110 25 60 75 85 25 110 F
+P 2 1 1 10 -75 85 25 85 N
+X VBUS 1 300 200 100 L 50 50 1 1 W
+X D- 2 300 -100 100 L 50 50 1 1 B
+X D+ 3 300 0 100 L 50 50 1 1 B
+X GND 4 0 -400 100 U 50 50 1 1 W
+X Shield 5 -100 -400 100 U 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# Device_LED
+#
+DEF Device_LED D 0 40 N N 1 F N
+F0 "D" 0 100 50 H V C CNN
+F1 "Device_LED" 0 -100 50 H V C CNN
+F2 "" 0 0 50 H I C CNN
+F3 "" 0 0 50 H I C CNN
+$FPLIST
+ LED*
+ LED_SMD:*
+ LED_THT:*
+$ENDFPLIST
+DRAW
+P 2 0 1 10 -50 -50 -50 50 N
+P 2 0 1 0 -50 0 50 0 N
+P 4 0 1 10 50 -50 50 50 -50 0 50 -50 N
+P 5 0 1 0 -120 -30 -180 -90 -150 -90 -180 -90 -180 -60 N
+P 5 0 1 0 -70 -30 -130 -90 -100 -90 -130 -90 -130 -60 N
+X K 1 -150 0 100 R 50 50 1 1 P
+X A 2 150 0 100 L 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# Device_Peltier_Element
+#
+DEF Device_Peltier_Element PE 0 0 N Y 1 F N
+F0 "PE" 0 125 50 H V C CNN
+F1 "Device_Peltier_Element" 0 -50 50 H V C CNN
+F2 "" 0 -70 50 H I C CNN
+F3 "" 0 25 50 V I C CNN
+DRAW
+S -140 75 -115 0 0 1 0 F
+S -90 75 -65 0 0 1 0 F
+S -15 75 -40 0 0 1 0 F
+S 35 75 10 0 0 1 0 F
+S 60 0 85 75 0 1 0 F
+S 110 0 135 75 0 1 0 F
+P 2 0 1 10 -150 0 150 0 F
+P 2 0 1 10 -150 75 150 75 N
+X ~ 1 -200 0 50 R 50 50 1 1 P
+X ~ 2 200 0 50 L 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# Device_R
+#
+DEF Device_R R 0 0 N Y 1 F N
+F0 "R" 80 0 50 V V C CNN
+F1 "Device_R" 0 0 50 V V C CNN
+F2 "" -70 0 50 V I C CNN
+F3 "" 0 0 50 H I C CNN
+$FPLIST
+ R_*
+$ENDFPLIST
+DRAW
+S -40 -100 40 100 0 1 10 N
+X ~ 1 0 150 50 D 50 50 1 1 P
+X ~ 2 0 -150 50 U 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# Motor_Fan
+#
+DEF Motor_Fan M 0 0 Y Y 1 F N
+F0 "M" 100 200 50 H V L CNN
+F1 "Motor_Fan" 100 -100 50 H V L TNN
+F2 "" 0 10 50 H I C CNN
+F3 "" 0 10 50 H I C CNN
+$FPLIST
+ PinHeader*P2.54mm*
+ TerminalBlock*
+$ENDFPLIST
+DRAW
+A -98 94 113 297 -910 0 1 0 N 0 150 -100 -20
+A 0 -70 112 1534 266 0 1 0 N -100 -20 100 -20
+A 103 95 115 -915 1519 0 1 0 N 100 -20 0 150
+C 0 40 128 0 1 10 N
+P 2 0 1 0 0 -200 0 -180 N
+P 2 0 1 0 0 -88 0 -104 N
+P 2 0 1 0 0 168 0 182 N
+P 2 0 1 0 0 180 0 200 N
+X + 1 0 300 100 D 50 50 1 1 P
+X - 2 0 -200 100 U 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+# Switch_SW_Push_DPDT
+#
+DEF Switch_SW_Push_DPDT SW 0 0 Y N 1 F N
+F0 "SW" 0 350 50 H V C CNN
+F1 "Switch_SW_Push_DPDT" 0 -400 50 H V C CNN
+F2 "" 0 200 50 H I C CNN
+F3 "" 0 200 50 H I C CNN
+DRAW
+C -80 -200 20 0 0 0 N
+C -80 200 20 0 0 0 N
+C 80 -300 20 0 0 0 N
+C 80 100 20 0 0 0 N
+C 80 -100 20 0 1 0 N
+C 80 300 20 0 1 0 N
+P 2 0 1 0 -60 -190 100 -120 N
+P 2 0 1 0 -60 210 100 280 N
+P 2 0 1 0 0 -90 0 -160 N
+P 2 0 1 0 0 -40 0 0 N
+P 2 0 1 0 0 50 0 90 N
+P 2 0 1 0 0 140 0 180 N
+P 2 0 1 0 0 310 0 240 N
+X A 1 200 300 100 L 50 50 1 1 P
+X B 2 -200 200 100 R 50 50 1 1 P
+X C 3 200 100 100 L 50 50 1 1 P
+X A 4 200 -100 100 L 50 50 1 1 P
+X B 5 -200 -200 100 R 50 50 1 1 P
+X C 6 200 -300 100 L 50 50 1 1 P
+ENDDRAW
+ENDDEF
+#
+#End Library
diff --git a/misc/lab heater and cooler/schematic.png b/misc/lab heater and cooler/schematic.png
new file mode 100644 (file)
index 0000000..b4e316f
Binary files /dev/null and b/misc/lab heater and cooler/schematic.png differ
diff --git a/misc/lab heater and cooler/schematic.sch b/misc/lab heater and cooler/schematic.sch
new file mode 100644 (file)
index 0000000..15cf098
--- /dev/null
@@ -0,0 +1,226 @@
+EESchema Schematic File Version 4
+EELAYER 30 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$Comp
+L Connector:USB_A J1
+U 1 1 5FC687EA
+P 1950 3000
+F 0 "J1" H 2007 3467 50  0000 C CNN
+F 1 "USB_A" H 2007 3376 50  0000 C CNN
+F 2 "" H 2100 2950 50  0001 C CNN
+F 3 " ~" H 2100 2950 50  0001 C CNN
+       1    1950 3000
+       1    0    0    -1  
+$EndComp
+$Comp
+L Switch:SW_Push_DPDT SW1
+U 1 1 5FC6AA51
+P 2550 2950
+F 0 "SW1" H 2550 3435 50  0000 C CNN
+F 1 "SW_ON_OFF" H 2550 3344 50  0000 C CNN
+F 2 "" H 2550 3150 50  0001 C CNN
+F 3 "~" H 2550 3150 50  0001 C CNN
+       1    2550 2950
+       1    0    0    -1  
+$EndComp
+$Comp
+L Switch:SW_Push_DPDT SW2
+U 1 1 5FC6CF83
+P 3700 3000
+F 0 "SW2" H 3700 3485 50  0000 C CNN
+F 1 "SW_COLD_HOT" H 3700 3394 50  0000 C CNN
+F 2 "" H 3700 3200 50  0001 C CNN
+F 3 "~" H 3700 3200 50  0001 C CNN
+       1    3700 3000
+       1    0    0    -1  
+$EndComp
+Wire Wire Line
+       2350 2750 2350 3000
+Connection ~ 2350 3100
+Wire Wire Line
+       2350 3100 2350 3150
+Wire Wire Line
+       2750 2650 3050 2650
+Wire Wire Line
+       3050 2650 3050 2800
+Wire Wire Line
+       3050 2800 3500 2800
+Wire Wire Line
+       2750 3050 3050 3050
+Wire Wire Line
+       3050 3050 3050 2800
+Connection ~ 3050 2800
+Wire Wire Line
+       1850 3550 1850 3400
+Wire Wire Line
+       3450 3200 3500 3200
+$Comp
+L Device:Peltier_Element PE1
+U 1 1 5FC73C36
+P 5200 2700
+F 0 "PE1" H 5200 2942 50  0000 C CNN
+F 1 "Peltier_Element" H 5200 2851 50  0000 C CNN
+F 2 "" H 5200 2630 50  0001 C CNN
+F 3 "~" V 5200 2725 50  0001 C CNN
+       1    5200 2700
+       1    0    0    -1  
+$EndComp
+$Comp
+L Device:Peltier_Element PE2
+U 1 1 5FC743E0
+P 5200 3000
+F 0 "PE2" H 5200 3242 50  0000 C CNN
+F 1 "Peltier_Element" H 5200 3151 50  0000 C CNN
+F 2 "" H 5200 2930 50  0001 C CNN
+F 3 "~" V 5200 3025 50  0001 C CNN
+       1    5200 3000
+       1    0    0    -1  
+$EndComp
+$Comp
+L Device:Peltier_Element PE3
+U 1 1 5FC76564
+P 5200 3300
+F 0 "PE3" H 5200 3542 50  0000 C CNN
+F 1 "Peltier_Element" H 5200 3451 50  0000 C CNN
+F 2 "" H 5200 3230 50  0001 C CNN
+F 3 "~" V 5200 3325 50  0001 C CNN
+       1    5200 3300
+       1    0    0    -1  
+$EndComp
+Wire Wire Line
+       5400 2700 5400 2800
+Wire Wire Line
+       5400 2800 4800 2800
+Wire Wire Line
+       4800 2800 4800 3000
+Wire Wire Line
+       4800 3000 5000 3000
+Wire Wire Line
+       5400 3000 5400 3100
+Wire Wire Line
+       5400 3100 4800 3100
+Wire Wire Line
+       4800 3100 4800 3300
+Wire Wire Line
+       4800 3300 5000 3300
+Wire Wire Line
+       5600 3500 5600 3300
+Wire Wire Line
+       5600 3300 5400 3300
+Wire Wire Line
+       3900 2700 4250 2700
+Wire Wire Line
+       4100 3100 3900 3100
+Wire Wire Line
+       4100 3100 4100 3500
+Wire Wire Line
+       3900 2900 4100 2900
+Wire Wire Line
+       4100 2900 4100 3100
+Connection ~ 4100 3100
+Wire Wire Line
+       3900 3300 4250 3300
+Wire Wire Line
+       4250 3300 4250 2700
+Connection ~ 4250 2700
+Wire Wire Line
+       4250 2700 5000 2700
+$Comp
+L Device:LED D1
+U 1 1 5FC862C0
+P 5150 1800
+F 0 "D1" H 5143 2017 50  0000 C CNN
+F 1 "Cold" H 5143 1926 50  0000 C CNN
+F 2 "" H 5150 1800 50  0001 C CNN
+F 3 "~" H 5150 1800 50  0001 C CNN
+       1    5150 1800
+       1    0    0    -1  
+$EndComp
+$Comp
+L Device:LED D2
+U 1 1 5FC86B03
+P 5150 2150
+F 0 "D2" H 5143 1895 50  0000 C CNN
+F 1 "Hot" H 5143 1986 50  0000 C CNN
+F 2 "" H 5150 2150 50  0001 C CNN
+F 3 "~" H 5150 2150 50  0001 C CNN
+       1    5150 2150
+       -1   0    0    1   
+$EndComp
+Wire Wire Line
+       5600 2150 5600 1800
+Wire Wire Line
+       5600 1800 5300 1800
+Wire Wire Line
+       5300 2150 5600 2150
+Wire Wire Line
+       5000 2150 4800 2150
+Wire Wire Line
+       4800 2150 4800 1950
+Wire Wire Line
+       4800 1800 5000 1800
+$Comp
+L Device:R R1
+U 1 1 5FC8BE0F
+P 4500 1950
+F 0 "R1" V 4293 1950 50  0000 C CNN
+F 1 "1k" V 4384 1950 50  0000 C CNN
+F 2 "" V 4430 1950 50  0001 C CNN
+F 3 "~" H 4500 1950 50  0001 C CNN
+       1    4500 1950
+       0    1    1    0   
+$EndComp
+Wire Wire Line
+       4650 1950 4800 1950
+Connection ~ 4800 1950
+Wire Wire Line
+       4800 1950 4800 1800
+Wire Wire Line
+       4250 2700 4250 1950
+Wire Wire Line
+       4250 1950 4350 1950
+Wire Wire Line
+       5600 2150 5600 3300
+Connection ~ 5600 2150
+Connection ~ 5600 3300
+Wire Wire Line
+       5600 3500 4100 3500
+Wire Wire Line
+       1850 3550 3050 3550
+Wire Wire Line
+       3450 3200 3450 3550
+$Comp
+L Motor:Fan M1
+U 1 1 5FC9D3CB
+P 3050 3350
+F 0 "M1" H 3208 3446 50  0000 L CNN
+F 1 "Fan" H 3208 3355 50  0000 L CNN
+F 2 "" H 3050 3360 50  0001 C CNN
+F 3 "~" H 3050 3360 50  0001 C CNN
+       1    3050 3350
+       1    0    0    -1  
+$EndComp
+Wire Wire Line
+       2250 3100 2350 3100
+Wire Wire Line
+       2350 3000 2250 3000
+Connection ~ 2350 3000
+Wire Wire Line
+       2350 3000 2350 3100
+Connection ~ 3050 3050
+Connection ~ 3050 3550
+Wire Wire Line
+       3050 3550 3450 3550
+$EndSCHEMATC
diff --git a/misc/lab heater and cooler/schematic.sch-bak b/misc/lab heater and cooler/schematic.sch-bak
new file mode 100644 (file)
index 0000000..501533b
--- /dev/null
@@ -0,0 +1,226 @@
+EESchema Schematic File Version 4
+EELAYER 30 0
+EELAYER END
+$Descr A4 11693 8268
+encoding utf-8
+Sheet 1 1
+Title ""
+Date ""
+Rev ""
+Comp ""
+Comment1 ""
+Comment2 ""
+Comment3 ""
+Comment4 ""
+$EndDescr
+$Comp
+L Connector:USB_A J?
+U 1 1 5FC687EA
+P 1950 3000
+F 0 "J?" H 2007 3467 50  0000 C CNN
+F 1 "USB_A" H 2007 3376 50  0000 C CNN
+F 2 "" H 2100 2950 50  0001 C CNN
+F 3 " ~" H 2100 2950 50  0001 C CNN
+       1    1950 3000
+       1    0    0    -1  
+$EndComp
+$Comp
+L Switch:SW_Push_DPDT SW?
+U 1 1 5FC6AA51
+P 2550 2950
+F 0 "SW?" H 2550 3435 50  0000 C CNN
+F 1 "SW_ON_OFF" H 2550 3344 50  0000 C CNN
+F 2 "" H 2550 3150 50  0001 C CNN
+F 3 "~" H 2550 3150 50  0001 C CNN
+       1    2550 2950
+       1    0    0    -1  
+$EndComp
+$Comp
+L Switch:SW_Push_DPDT SW?
+U 1 1 5FC6CF83
+P 3700 3000
+F 0 "SW?" H 3700 3485 50  0000 C CNN
+F 1 "SW_COLD_HOT" H 3700 3394 50  0000 C CNN
+F 2 "" H 3700 3200 50  0001 C CNN
+F 3 "~" H 3700 3200 50  0001 C CNN
+       1    3700 3000
+       1    0    0    -1  
+$EndComp
+Wire Wire Line
+       2350 2750 2350 3000
+Connection ~ 2350 3100
+Wire Wire Line
+       2350 3100 2350 3150
+Wire Wire Line
+       2750 2650 3050 2650
+Wire Wire Line
+       3050 2650 3050 2800
+Wire Wire Line
+       3050 2800 3500 2800
+Wire Wire Line
+       2750 3050 3050 3050
+Wire Wire Line
+       3050 3050 3050 2800
+Connection ~ 3050 2800
+Wire Wire Line
+       1850 3550 1850 3400
+Wire Wire Line
+       3450 3200 3500 3200
+$Comp
+L Device:Peltier_Element PE?
+U 1 1 5FC73C36
+P 5200 2700
+F 0 "PE?" H 5200 2942 50  0000 C CNN
+F 1 "Peltier_Element" H 5200 2851 50  0000 C CNN
+F 2 "" H 5200 2630 50  0001 C CNN
+F 3 "~" V 5200 2725 50  0001 C CNN
+       1    5200 2700
+       1    0    0    -1  
+$EndComp
+$Comp
+L Device:Peltier_Element PE?
+U 1 1 5FC743E0
+P 5200 3000
+F 0 "PE?" H 5200 3242 50  0000 C CNN
+F 1 "Peltier_Element" H 5200 3151 50  0000 C CNN
+F 2 "" H 5200 2930 50  0001 C CNN
+F 3 "~" V 5200 3025 50  0001 C CNN
+       1    5200 3000
+       1    0    0    -1  
+$EndComp
+$Comp
+L Device:Peltier_Element PE?
+U 1 1 5FC76564
+P 5200 3300
+F 0 "PE?" H 5200 3542 50  0000 C CNN
+F 1 "Peltier_Element" H 5200 3451 50  0000 C CNN
+F 2 "" H 5200 3230 50  0001 C CNN
+F 3 "~" V 5200 3325 50  0001 C CNN
+       1    5200 3300
+       1    0    0    -1  
+$EndComp
+Wire Wire Line
+       5400 2700 5400 2800
+Wire Wire Line
+       5400 2800 4800 2800
+Wire Wire Line
+       4800 2800 4800 3000
+Wire Wire Line
+       4800 3000 5000 3000
+Wire Wire Line
+       5400 3000 5400 3100
+Wire Wire Line
+       5400 3100 4800 3100
+Wire Wire Line
+       4800 3100 4800 3300
+Wire Wire Line
+       4800 3300 5000 3300
+Wire Wire Line
+       5600 3500 5600 3300
+Wire Wire Line
+       5600 3300 5400 3300
+Wire Wire Line
+       3900 2700 4250 2700
+Wire Wire Line
+       4100 3100 3900 3100
+Wire Wire Line
+       4100 3100 4100 3500
+Wire Wire Line
+       3900 2900 4100 2900
+Wire Wire Line
+       4100 2900 4100 3100
+Connection ~ 4100 3100
+Wire Wire Line
+       3900 3300 4250 3300
+Wire Wire Line
+       4250 3300 4250 2700
+Connection ~ 4250 2700
+Wire Wire Line
+       4250 2700 5000 2700
+$Comp
+L Device:LED D?
+U 1 1 5FC862C0
+P 5150 1800
+F 0 "D?" H 5143 2017 50  0000 C CNN
+F 1 "LED" H 5143 1926 50  0000 C CNN
+F 2 "" H 5150 1800 50  0001 C CNN
+F 3 "~" H 5150 1800 50  0001 C CNN
+       1    5150 1800
+       1    0    0    -1  
+$EndComp
+$Comp
+L Device:LED D?
+U 1 1 5FC86B03
+P 5150 2150
+F 0 "D?" H 5143 1895 50  0000 C CNN
+F 1 "LED" H 5143 1986 50  0000 C CNN
+F 2 "" H 5150 2150 50  0001 C CNN
+F 3 "~" H 5150 2150 50  0001 C CNN
+       1    5150 2150
+       -1   0    0    1   
+$EndComp
+Wire Wire Line
+       5600 2150 5600 1800
+Wire Wire Line
+       5600 1800 5300 1800
+Wire Wire Line
+       5300 2150 5600 2150
+Wire Wire Line
+       5000 2150 4800 2150
+Wire Wire Line
+       4800 2150 4800 1950
+Wire Wire Line
+       4800 1800 5000 1800
+$Comp
+L Device:R R?
+U 1 1 5FC8BE0F
+P 4500 1950
+F 0 "R?" V 4293 1950 50  0000 C CNN
+F 1 "1k" V 4384 1950 50  0000 C CNN
+F 2 "" V 4430 1950 50  0001 C CNN
+F 3 "~" H 4500 1950 50  0001 C CNN
+       1    4500 1950
+       0    1    1    0   
+$EndComp
+Wire Wire Line
+       4650 1950 4800 1950
+Connection ~ 4800 1950
+Wire Wire Line
+       4800 1950 4800 1800
+Wire Wire Line
+       4250 2700 4250 1950
+Wire Wire Line
+       4250 1950 4350 1950
+Wire Wire Line
+       5600 2150 5600 3300
+Connection ~ 5600 2150
+Connection ~ 5600 3300
+Wire Wire Line
+       5600 3500 4100 3500
+Wire Wire Line
+       1850 3550 3050 3550
+Wire Wire Line
+       3450 3200 3450 3550
+$Comp
+L Motor:Fan M?
+U 1 1 5FC9D3CB
+P 3050 3350
+F 0 "M?" H 3208 3446 50  0000 L CNN
+F 1 "Fan" H 3208 3355 50  0000 L CNN
+F 2 "" H 3050 3360 50  0001 C CNN
+F 3 "~" H 3050 3360 50  0001 C CNN
+       1    3050 3350
+       1    0    0    -1  
+$EndComp
+Wire Wire Line
+       2250 3100 2350 3100
+Wire Wire Line
+       2350 3000 2250 3000
+Connection ~ 2350 3000
+Wire Wire Line
+       2350 3000 2350 3100
+Connection ~ 3050 3050
+Connection ~ 3050 3550
+Wire Wire Line
+       3050 3550 3450 3550
+$EndSCHEMATC
diff --git a/misc/lab heater and cooler/top cover.png b/misc/lab heater and cooler/top cover.png
new file mode 100644 (file)
index 0000000..25629a0
Binary files /dev/null and b/misc/lab heater and cooler/top cover.png differ
diff --git a/misc/lab heater and cooler/top cover.stl b/misc/lab heater and cooler/top cover.stl
new file mode 100644 (file)
index 0000000..b93271d
Binary files /dev/null and b/misc/lab heater and cooler/top cover.stl differ
diff --git a/misc/robot/tracks/assembly.png b/misc/robot/tracks/assembly.png
deleted file mode 100644 (file)
index 8e3ddc2..0000000
Binary files a/misc/robot/tracks/assembly.png and /dev/null differ
diff --git a/misc/robot/tracks/engine driving gear.FCStd b/misc/robot/tracks/engine driving gear.FCStd
deleted file mode 100644 (file)
index 1e84218..0000000
Binary files a/misc/robot/tracks/engine driving gear.FCStd and /dev/null differ
diff --git a/misc/robot/tracks/engine driving gear.png b/misc/robot/tracks/engine driving gear.png
deleted file mode 100644 (file)
index 82dc34f..0000000
Binary files a/misc/robot/tracks/engine driving gear.png and /dev/null differ
diff --git a/misc/robot/tracks/engine driving gear.stl b/misc/robot/tracks/engine driving gear.stl
deleted file mode 100644 (file)
index a80b229..0000000
Binary files a/misc/robot/tracks/engine driving gear.stl and /dev/null differ
diff --git a/misc/robot/tracks/gearbox container cover.png b/misc/robot/tracks/gearbox container cover.png
deleted file mode 100644 (file)
index f600e3b..0000000
Binary files a/misc/robot/tracks/gearbox container cover.png and /dev/null differ
diff --git a/misc/robot/tracks/gearbox container cover.stl b/misc/robot/tracks/gearbox container cover.stl
deleted file mode 100644 (file)
index ef89698..0000000
Binary files a/misc/robot/tracks/gearbox container cover.stl and /dev/null differ
diff --git a/misc/robot/tracks/gearbox container.FCStd b/misc/robot/tracks/gearbox container.FCStd
deleted file mode 100644 (file)
index 1116b81..0000000
Binary files a/misc/robot/tracks/gearbox container.FCStd and /dev/null differ
diff --git a/misc/robot/tracks/gearbox container.png b/misc/robot/tracks/gearbox container.png
deleted file mode 100644 (file)
index d01f64f..0000000
Binary files a/misc/robot/tracks/gearbox container.png and /dev/null differ
diff --git a/misc/robot/tracks/gearbox container.stl b/misc/robot/tracks/gearbox container.stl
deleted file mode 100644 (file)
index 4fe526b..0000000
Binary files a/misc/robot/tracks/gearbox container.stl and /dev/null differ
diff --git a/misc/robot/tracks/make.png b/misc/robot/tracks/make.png
deleted file mode 100644 (file)
index 4ceff7e..0000000
Binary files a/misc/robot/tracks/make.png and /dev/null differ
diff --git a/toys/humanoid robot/index.html b/toys/humanoid robot/index.html
new file mode 100644 (file)
index 0000000..d3d52f1
--- /dev/null
@@ -0,0 +1,277 @@
+<!doctype html>
+<html lang="en">
+<head>
+<title>Robot toy</title>
+<!-- 2020-06-15 Mon 19:04 -->
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1">
+<meta name="generator" content="Org-mode">
+<meta name="author" content="Valeria Agejenko">
+<link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
+<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
+<style type="text/css">
+footer {background-color: #111 !important;}
+pre {background-color: #111; color: #ccc;}
+</style>
+<style type="text/css">
+/* org mode styles on top of twbs */
+
+html {
+    position: relative;
+    min-height: 100%;
+}
+
+body {
+    font-size: 18px;
+    margin-bottom: 105px;
+}
+
+footer {
+    position: absolute;
+    bottom: 0;
+    width: 100%;
+    height: 101px;
+    background-color: #f5f5f5;
+}
+
+footer > div {
+    padding: 10px;
+}
+
+footer p {
+    margin: 0 0 5px;
+    text-align: center;
+    font-size: 16px;
+}
+
+#table-of-contents {
+    margin-top: 20px;
+    margin-bottom: 20px;
+}
+
+blockquote p {
+    font-size: 18px;
+}
+
+pre {
+    font-size: 16px;
+}
+
+.footpara {
+    display: inline-block;
+}
+
+figcaption {
+  font-size: 16px;
+  color: #666;
+  font-style: italic;
+  padding-bottom: 15px;
+}
+
+/* from twbs docs */
+
+.bs-docs-sidebar.affix {
+    position: static;
+}
+@media (min-width: 768px) {
+    .bs-docs-sidebar {
+        padding-left: 20px;
+    }
+}
+
+/* All levels of nav */
+.bs-docs-sidebar .nav > li > a {
+    display: block;
+    padding: 4px 20px;
+    font-size: 14px;
+    font-weight: 500;
+    color: #999;
+}
+.bs-docs-sidebar .nav > li > a:hover,
+.bs-docs-sidebar .nav > li > a:focus {
+    padding-left: 19px;
+    color: #A1283B;
+    text-decoration: none;
+    background-color: transparent;
+    border-left: 1px solid #A1283B;
+}
+.bs-docs-sidebar .nav > .active > a,
+.bs-docs-sidebar .nav > .active:hover > a,
+.bs-docs-sidebar .nav > .active:focus > a {
+    padding-left: 18px;
+    font-weight: bold;
+    color: #A1283B;
+    background-color: transparent;
+    border-left: 2px solid #A1283B;
+}
+
+/* Nav: second level (shown on .active) */
+.bs-docs-sidebar .nav .nav {
+    display: none; /* Hide by default, but at >768px, show it */
+    padding-bottom: 10px;
+}
+.bs-docs-sidebar .nav .nav > li > a {
+    padding-top: 1px;
+    padding-bottom: 1px;
+    padding-left: 30px;
+    font-size: 12px;
+    font-weight: normal;
+}
+.bs-docs-sidebar .nav .nav > li > a:hover,
+.bs-docs-sidebar .nav .nav > li > a:focus {
+    padding-left: 29px;
+}
+.bs-docs-sidebar .nav .nav > .active > a,
+.bs-docs-sidebar .nav .nav > .active:hover > a,
+.bs-docs-sidebar .nav .nav > .active:focus > a {
+    padding-left: 28px;
+    font-weight: 500;
+}
+
+/* Nav: third level (shown on .active) */
+.bs-docs-sidebar .nav .nav .nav {
+    padding-bottom: 10px;
+}
+.bs-docs-sidebar .nav .nav .nav > li > a {
+    padding-top: 1px;
+    padding-bottom: 1px;
+    padding-left: 40px;
+    font-size: 12px;
+    font-weight: normal;
+}
+.bs-docs-sidebar .nav .nav .nav > li > a:hover,
+.bs-docs-sidebar .nav .nav .nav > li > a:focus {
+    padding-left: 39px;
+}
+.bs-docs-sidebar .nav .nav .nav > .active > a,
+.bs-docs-sidebar .nav .nav .nav > .active:hover > a,
+.bs-docs-sidebar .nav .nav .nav > .active:focus > a {
+    padding-left: 38px;
+    font-weight: 500;
+}
+
+/* Show and affix the side nav when space allows it */
+@media (min-width: 992px) {
+    .bs-docs-sidebar .nav > .active > ul {
+        display: block;
+    }
+    /* Widen the fixed sidebar */
+    .bs-docs-sidebar.affix,
+    .bs-docs-sidebar.affix-bottom {
+        width: 213px;
+    }
+    .bs-docs-sidebar.affix {
+        position: fixed; /* Undo the static from mobile first approach */
+        top: 20px;
+    }
+    .bs-docs-sidebar.affix-bottom {
+        position: absolute; /* Undo the static from mobile first approach */
+    }
+    .bs-docs-sidebar.affix .bs-docs-sidenav,.bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
+        margin-top: 0;
+        margin-bottom: 0
+    }
+}
+@media (min-width: 1200px) {
+    /* Widen the fixed sidebar again */
+    .bs-docs-sidebar.affix-bottom,
+    .bs-docs-sidebar.affix {
+        width: 263px;
+    }
+}
+</style>
+<script type="text/javascript">
+$(function() {
+    'use strict';
+
+    $('.bs-docs-sidebar li').first().addClass('active');
+
+    $(document.body).scrollspy({target: '.bs-docs-sidebar'});
+
+    $('.bs-docs-sidebar').affix();
+});
+</script>
+</head>
+<body>
+<div id="content" class="container">
+<div class="row"><div class="col-md-9"><h1 class="title">Robot toy</h1>
+
+<div id="outline-container-sec-1" class="outline-2">
+<h2 id="sec-1"><span class="section-number-2">1</span> General</h2>
+<div class="outline-text-2" id="text-1">
+<ul class="org-ul">
+<li>DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
+COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
+DESIGNS AT YOUR OWN RISK.
+</li>
+
+<li>This design is released under Creative Commons Zero (CC0) license.
+</li>
+
+<li>Author:
+<ul class="org-ul">
+<li>Valeria Agejenko (8 years old)
+</li>
+</ul>
+</li>
+
+<li>See also:
+<ul class="org-ul">
+<li><a href="../../index.html">Other physical projects in this repository</a>
+</li>
+<li><a href="https://www.svjatoslav.eu/projects/">Other projects hosted at svjatoslav.eu</a>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+
+<div id="outline-container-sec-2" class="outline-2">
+<h2 id="sec-2"><span class="section-number-2">2</span> Project description</h2>
+<div class="outline-text-2" id="text-2">
+
+<figure>
+<p><img src="make.png" class="img-responsive" alt="make.png">
+</p>
+</figure>
+
+<p>
+Toy robot.
+</p>
+
+
+<figure>
+<p><img src="robot.png" class="img-responsive" alt="robot.png">
+</p>
+</figure>
+
+<p>
+Download
+</p>
+<ul class="org-ul">
+<li><a href="robot.stl">STL file</a>
+</li>
+<li><a href="robot.FCStd">FreeCAD project</a>
+</li>
+</ul>
+</div>
+</div>
+</div><div class="col-md-3"><nav id="table-of-contents">
+<div id="text-table-of-contents" class="bs-docs-sidebar">
+<ul class="nav">
+<li><a href="#sec-1">1. General</a></li>
+<li><a href="#sec-2">2. Project description</a></li>
+</ul>
+</div>
+</nav>
+</div></div></div>
+<footer id="postamble" class="">
+<div><p class="author">Author: Valeria Agejenko</p>
+<p class="date">Created: 2020-06-15 Mon 19:04</p>
+<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>
+</div>
+</footer>
+</body>
+</html>
diff --git a/toys/humanoid robot/index.org b/toys/humanoid robot/index.org
new file mode 100644 (file)
index 0000000..0662576
--- /dev/null
@@ -0,0 +1,38 @@
+#+TITLE: Robot toy
+#+author: Valeria Agejenko
+#+LANGUAGE: en
+
+* (document settings) :noexport:
+** use dark style for TWBS-HTML exporter
+#+HTML_HEAD: <link href="https://bootswatch.com/3/darkly/bootstrap.min.css" rel="stylesheet">
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
+#+HTML_HEAD: <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/js/bootstrap.min.js"></script>
+#+HTML_HEAD: <style type="text/css">
+#+HTML_HEAD:   footer {background-color: #111 !important;}
+#+HTML_HEAD:   pre {background-color: #111; color: #ccc;}
+#+HTML_HEAD: </style>
+
+* General
++ DISCLAIMER: I DO ELECTRONICS AND 3D DESIGN SOLELY AS A HOBBY. THERE
+  COULD BE ERRORS THAT CAN RESULT IN ALL KINDS OF DAMAGE. USE THESE
+  DESIGNS AT YOUR OWN RISK.
+
++ This design is released under Creative Commons Zero (CC0) license.
+
++ Author:
+  - Valeria Agejenko (8 years old)
+
++ See also:
+  - [[../../index.html][Other physical projects in this repository]]
+  - [[https://www.svjatoslav.eu/projects/][Other projects hosted at svjatoslav.eu]]
+
+* Project description
+[[file:make.png]]
+
+Toy robot.
+
+[[file:robot.png]]
+
+Download
++ [[file:robot.stl][STL file]]
++ [[file:robot.FCStd][FreeCAD project]]
diff --git a/toys/humanoid robot/make.png b/toys/humanoid robot/make.png
new file mode 100644 (file)
index 0000000..b8aa695
Binary files /dev/null and b/toys/humanoid robot/make.png differ
diff --git a/toys/humanoid robot/robot.FCStd b/toys/humanoid robot/robot.FCStd
new file mode 100644 (file)
index 0000000..67ed412
Binary files /dev/null and b/toys/humanoid robot/robot.FCStd differ
diff --git a/toys/humanoid robot/robot.png b/toys/humanoid robot/robot.png
new file mode 100644 (file)
index 0000000..07de977
Binary files /dev/null and b/toys/humanoid robot/robot.png differ
diff --git a/toys/humanoid robot/robot.stl b/toys/humanoid robot/robot.stl
new file mode 100644 (file)
index 0000000..161e804
Binary files /dev/null and b/toys/humanoid robot/robot.stl differ
diff --git a/toys/pharmacy/body.FCStd b/toys/pharmacy/body.FCStd
new file mode 100644 (file)
index 0000000..c7e86b1
Binary files /dev/null and b/toys/pharmacy/body.FCStd differ
diff --git a/toys/pharmacy/body.png b/toys/pharmacy/body.png
new file mode 100644 (file)
index 0000000..7613aa1
Binary files /dev/null and b/toys/pharmacy/body.png differ
diff --git a/toys/tracked robot (WIP)/tracks/assembly.png b/toys/tracked robot (WIP)/tracks/assembly.png
new file mode 100644 (file)
index 0000000..8e3ddc2
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/assembly.png differ
diff --git a/toys/tracked robot (WIP)/tracks/engine driving gear.FCStd b/toys/tracked robot (WIP)/tracks/engine driving gear.FCStd
new file mode 100644 (file)
index 0000000..1e84218
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/engine driving gear.FCStd differ
diff --git a/toys/tracked robot (WIP)/tracks/engine driving gear.png b/toys/tracked robot (WIP)/tracks/engine driving gear.png
new file mode 100644 (file)
index 0000000..82dc34f
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/engine driving gear.png differ
diff --git a/toys/tracked robot (WIP)/tracks/engine driving gear.stl b/toys/tracked robot (WIP)/tracks/engine driving gear.stl
new file mode 100644 (file)
index 0000000..a80b229
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/engine driving gear.stl differ
diff --git a/toys/tracked robot (WIP)/tracks/gearbox container cover.png b/toys/tracked robot (WIP)/tracks/gearbox container cover.png
new file mode 100644 (file)
index 0000000..f600e3b
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/gearbox container cover.png differ
diff --git a/toys/tracked robot (WIP)/tracks/gearbox container cover.stl b/toys/tracked robot (WIP)/tracks/gearbox container cover.stl
new file mode 100644 (file)
index 0000000..ef89698
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/gearbox container cover.stl differ
diff --git a/toys/tracked robot (WIP)/tracks/gearbox container.FCStd b/toys/tracked robot (WIP)/tracks/gearbox container.FCStd
new file mode 100644 (file)
index 0000000..1116b81
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/gearbox container.FCStd differ
diff --git a/toys/tracked robot (WIP)/tracks/gearbox container.png b/toys/tracked robot (WIP)/tracks/gearbox container.png
new file mode 100644 (file)
index 0000000..d01f64f
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/gearbox container.png differ
diff --git a/toys/tracked robot (WIP)/tracks/gearbox container.stl b/toys/tracked robot (WIP)/tracks/gearbox container.stl
new file mode 100644 (file)
index 0000000..4fe526b
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/gearbox container.stl differ
diff --git a/toys/tracked robot (WIP)/tracks/make.png b/toys/tracked robot (WIP)/tracks/make.png
new file mode 100644 (file)
index 0000000..4ceff7e
Binary files /dev/null and b/toys/tracked robot (WIP)/tracks/make.png differ