瀏覽代碼

added web ui screenshot to giessomat

Thomas Buck 3 年之前
父節點
當前提交
69d05706df
共有 3 個檔案被更改,包括 13 行新增2 行删除
  1. 13
    2
      input/projects/giessomat.md
  2. 二進制
      static/img/giessomat_web.png
  3. 二進制
      static/img/giessomat_web_small.png

+ 13
- 2
input/projects/giessomat.md 查看文件

@@ -55,8 +55,8 @@ Two float switches are used to tell the fill-height of the water tank.
55 55
 The ESP32 also provides a simple webinterface to allow the same controls as from the userinterface.
56 56
 
57 57
 <div class="lightgallery">
58
-    <a href="img/giessomat_5.jpg">
59
-        <img src="img/giessomat_5_small.jpg" alt="Float switch and valve used">
58
+    <a href="img/giessomat_web.png">
59
+        <img src="img/giessomat_web_small.png" alt="Screenshot of the webinterface">
60 60
     </a>
61 61
 </div>
62 62
 
@@ -79,6 +79,12 @@ Most of the parts I had lying around in the workshop.
79 79
 I only had to buy the outlet valves after realizing one of the big valves I still had was no longer working.
80 80
 Also the pumps, hoses and hose-adapters had to be bought.
81 81
 
82
+<div class="lightgallery">
83
+    <a href="img/giessomat_5.jpg">
84
+        <img src="img/giessomat_5_small.jpg" alt="Float switch and valve used">
85
+    </a>
86
+</div>
87
+
82 88
 The software can easily be configured to run with more or less fertilizers and outlets, as much as the ESP32 GPIOs can provide.
83 89
 Alternatively, you can also use an Arduino for the controller instead of the ESP, losing the webinterface.
84 90
 Or you can also compile the software to run both UI and control on one Arduino, as long as it has enough GPIOs for your needs (or an ESP, but I haven't tested that).
@@ -101,6 +107,11 @@ But recently I got a different sensor from a colleague of mine, which is from an
101 107
 The similar name was totally incidental, I only heard of it after naming my own project like this.
102 108
 I will test it and report the results here sometime in the future.
103 109
 
110
+Also, it would of course be possible to design a custom PCB for the hardware.
111
+But to be quite honest, I don't see the appeal in that currently.
112
+It would lose the ability to use a different number of pumps and valves, as needed by the specific application.
113
+And building all this up on perf-boards is really not much work.
114
+
104 115
 ## Links
105 116
 
106 117
 You can find [all the source code for the device itself](https://git.xythobuz.de/thomas/giess-o-mat) (both the UI and the Controller) as well as the OpenSCAD [design files for the 3D printed parts](https://git.xythobuz.de/thomas/3d-print-designs/src/branch/master/giessomat) on my [Gitea instance](https://git.xythobuz.de).

二進制
static/img/giessomat_web.png 查看文件


二進制
static/img/giessomat_web_small.png 查看文件


Loading…
取消
儲存