Thomas Buck 3 лет назад
Родитель
Сommit
142c8acce2
19 измененных файлов: 39 добавлений и 6 удалений
  1. 39
    6
      input/projects/giessomat.md
  2. Двоичные данные
      static/img/giessomat_3d_1.png
  3. Двоичные данные
      static/img/giessomat_3d_1_small.png
  4. Двоичные данные
      static/img/giessomat_3d_2.png
  5. Двоичные данные
      static/img/giessomat_3d_2_small.png
  6. Двоичные данные
      static/img/giessomat_3d_3.png
  7. Двоичные данные
      static/img/giessomat_3d_3_small.png
  8. Двоичные данные
      static/img/giessomat_3d_4.png
  9. Двоичные данные
      static/img/giessomat_3d_4_small.png
  10. Двоичные данные
      static/img/giessomat_3d_5.png
  11. Двоичные данные
      static/img/giessomat_3d_5_small.png
  12. Двоичные данные
      static/img/giessomat_3d_6.png
  13. Двоичные данные
      static/img/giessomat_3d_6_small.png
  14. Двоичные данные
      static/img/giessomat_3d_7.png
  15. Двоичные данные
      static/img/giessomat_3d_7_small.png
  16. Двоичные данные
      static/img/giessomat_3d_8.png
  17. Двоичные данные
      static/img/giessomat_3d_8_small.png
  18. Двоичные данные
      static/img/giessomat_3d_9.png
  19. Двоичные данные
      static/img/giessomat_3d_9_small.png

+ 39
- 6
input/projects/giessomat.md Просмотреть файл

@@ -72,12 +72,6 @@ For the inlet, I'm using a more expensive metal solenoid valve from Germany that
72 72
 Two float switches are used to tell the fill-height of the water tank.
73 73
 The ESP32 also provides a simple web interface to allow the same controls as from the user interface.
74 74
 
75
-Both UI and controller are connected to each other using I2C.
76
-All relevant signals are transmitted with a simple DB-9 cable.
77
-
78
-All this is mounted on an old piece of shelf-board, using some custom designed 3D printed parts.
79
-The water tank is realized using a generic 5l liquid tank, with two holes drilled for the fill switches. The holders for the fertilizer bottles, as well as the bottlecaps, are specifically designed to fit my 1l fertilizer bottles.
80
-
81 75
 <div class="lightgallery">
82 76
     <a href="img/giessomat_4.jpg">
83 77
         <img src="img/giessomat_4_small.jpg" alt="Top view of the machine">
@@ -90,6 +84,45 @@ The water tank is realized using a generic 5l liquid tank, with two holes drille
90 84
     </a>
91 85
 </div>
92 86
 
87
+Both UI and controller are connected to each other using I2C.
88
+All relevant signals are transmitted with a simple DB-9 cable.
89
+
90
+All this is mounted on an old piece of shelf-board, using some custom designed 3D printed parts.
91
+The water tank is realized using a generic 5l liquid tank, with two holes drilled for the fill switches. The holders for the fertilizer bottles, as well as the bottlecaps, are specifically designed to fit my 1l fertilizer bottles.
92
+
93
+I designed all the 3D printed parts with OpenSCAD.
94
+You can find [the files](https://git.xythobuz.de/thomas/3d-print-designs/src/branch/master/giessomat) on my Gitea.
95
+
96
+<div class="lightgallery">
97
+    <a href="img/giessomat_3d_2.png">
98
+        <img src="img/giessomat_3d_2_small.png" alt="User Interface">
99
+    </a>
100
+    <a href="img/giessomat_3d_1.png">
101
+        <img src="img/giessomat_3d_1_small.png" alt="Bottlecap for Fertilizer">
102
+    </a>
103
+    <a href="img/giessomat_3d_3.png">
104
+        <img src="img/giessomat_3d_3_small.png" alt="Fertilizer bottle mount">
105
+    </a>
106
+    <a href="img/giessomat_3d_9.png">
107
+        <img src="img/giessomat_3d_9_small.png" alt="Watertank holder">
108
+    </a>
109
+    <a href="img/giessomat_3d_4.png">
110
+        <img src="img/giessomat_3d_4_small.png" alt="Hose sieve/filter">
111
+    </a>
112
+    <a href="img/giessomat_3d_5.png">
113
+        <img src="img/giessomat_3d_5_small.png" alt="Hose fix for pumps">
114
+    </a>
115
+    <a href="img/giessomat_3d_6.png">
116
+        <img src="img/giessomat_3d_6_small.png" alt="Light-proofing for hose hole">
117
+    </a>
118
+    <a href="img/giessomat_3d_7.png">
119
+        <img src="img/giessomat_3d_7_small.png" alt="Large valve mount">
120
+    </a>
121
+    <a href="img/giessomat_3d_8.png">
122
+        <img src="img/giessomat_3d_8_small.png" alt="Small valve mount">
123
+    </a>
124
+</div>
125
+
93 126
 Most of the parts I had lying around in the workshop.
94 127
 I only had to buy the outlet valves after realizing one of the big valves I still had was no longer working.
95 128
 Also the pumps, hoses and hose-adapters had to be bought.

Двоичные данные
static/img/giessomat_3d_1.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_1_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_2.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_2_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_3.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_3_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_4.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_4_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_5.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_5_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_6.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_6_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_7.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_7_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_8.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_8_small.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_9.png Просмотреть файл


Двоичные данные
static/img/giessomat_3d_9_small.png Просмотреть файл


Загрузка…
Отмена
Сохранить