Browse Source

added web ui screenshot to giessomat

Thomas Buck 3 years ago
parent
commit
69d05706df
3 changed files with 13 additions and 2 deletions
  1. 13
    2
      input/projects/giessomat.md
  2. BIN
      static/img/giessomat_web.png
  3. BIN
      static/img/giessomat_web_small.png

+ 13
- 2
input/projects/giessomat.md View File

55
 The ESP32 also provides a simple webinterface to allow the same controls as from the userinterface.
55
 The ESP32 also provides a simple webinterface to allow the same controls as from the userinterface.
56
 
56
 
57
 <div class="lightgallery">
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
     </a>
60
     </a>
61
 </div>
61
 </div>
62
 
62
 
79
 I only had to buy the outlet valves after realizing one of the big valves I still had was no longer working.
79
 I only had to buy the outlet valves after realizing one of the big valves I still had was no longer working.
80
 Also the pumps, hoses and hose-adapters had to be bought.
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
 The software can easily be configured to run with more or less fertilizers and outlets, as much as the ESP32 GPIOs can provide.
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
 Alternatively, you can also use an Arduino for the controller instead of the ESP, losing the webinterface.
89
 Alternatively, you can also use an Arduino for the controller instead of the ESP, losing the webinterface.
84
 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).
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
 The similar name was totally incidental, I only heard of it after naming my own project like this.
107
 The similar name was totally incidental, I only heard of it after naming my own project like this.
102
 I will test it and report the results here sometime in the future.
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
 ## Links
115
 ## Links
105
 
116
 
106
 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).
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).

BIN
static/img/giessomat_web.png View File


BIN
static/img/giessomat_web_small.png View File


Loading…
Cancel
Save