Bläddra i källkod

fixed even more typos

Thomas Buck 3 år sedan
förälder
incheckning
37b9ef64fe
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6
    6
      input/projects/giessomat.md

+ 6
- 6
input/projects/giessomat.md Visa fil

@@ -32,7 +32,7 @@ Still, I always manually close the mains-water-inlet with a proper hand-controll
32 32
 
33 33
 The machine is using two microcontrollers, an [Arduino Nano clone](https://amzn.to/3sQ4Otl) and an [ESP32](https://amzn.to/3xmDh6k).
34 34
 
35
-The Arduino provides the userinterface, using a 20x4 LCD from a now-obsolete Sparkfun project called [SerialLCD](https://www.sparkfun.com/products/retired/9568).
35
+The Arduino provides the user interface, using a 20x4 LCD from a now-obsolete Sparkfun project called [SerialLCD](https://www.sparkfun.com/products/retired/9568).
36 36
 It is connected to the Arduino via serial.
37 37
 Input is done using a cheap 3x4 Keymatrix directly conencted to the Arduino GPIOs.
38 38
 I also added a power switch and some voltmeters for the different voltage regulators and a main power switch.
@@ -52,11 +52,11 @@ Using these, it controls five valves (one inlet and four outlets) as well as thr
52 52
 For the outlet valves I'm using cheap small chinese solenoid valves.
53 53
 For the inlet, I'm using a more expensive metal solenoid valve from Germany that is able to resist the mains-water-pressure (up to 8bar) that I still had from my cocktail machine experiments.
54 54
 Two float switches are used to tell the fill-height of the water tank.
55
-The ESP32 also provides a simple webinterface to allow the same controls as from the userinterface.
55
+The ESP32 also provides a simple web interface to allow the same controls as from the user interface.
56 56
 
57 57
 <div class="lightgallery">
58 58
     <a href="img/giessomat_web.png">
59
-        <img src="img/giessomat_web_small.png" alt="Screenshot of the webinterface">
59
+        <img src="img/giessomat_web_small.png" alt="Screenshot of the web interface">
60 60
     </a>
61 61
 </div>
62 62
 
@@ -86,9 +86,9 @@ Also the pumps, hoses and hose-adapters had to be bought.
86 86
 </div>
87 87
 
88 88
 The software can easily be configured to run with more or less fertilizers and outlets, as much as the ESP32 GPIOs can provide.
89
-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 web interface.
90 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).
91
-You can of course also just leave out the UI and use solely the webinterface on the ESP. See the [README.md of the project](https://git.xythobuz.de/thomas/giess-o-mat/src/branch/master/README.md) for more details.
91
+You can of course also just leave out the UI and use solely the web interface on the ESP. See the [README.md of the project](https://git.xythobuz.de/thomas/giess-o-mat/src/branch/master/README.md) for more details.
92 92
 
93 93
 Doing some programming, it would also be possible to use some kind of port-extender or run also the UI on an ESP.
94 94
 And of course also the now-obsolete SerialLCD could be replaced with something different without too much work.
@@ -101,7 +101,7 @@ They of course don't corrode as fast as the resistive-measurement-based sensors,
101 101
 I tried to work-around that by using [Plastik70](http://www.kontaktchemie.com/koc/KOCproductdetail.csp?division=&product=PLASTIK%2070&ilang=en&plang=en) in liberal amounts with multiple coatings on the sensor, but even with that they show quite considerable drift over a couple of months.
102 102
 The data is good enough to see when I watered the plants, but it is difficult to determine a value where automatic watering should occur.
103 103
 Because of that, I have not yet added completely automated watering into the system.
104
-It still has to be started manually via the userinterface.
104
+It still has to be started manually via the user interface.
105 105
 
106 106
 But recently I got a different sensor from a colleague of mine, which is from another project called [Giesomat](https://www.ramser-elektro.at/shop/bausaetze-und-platinen/giesomat-kapazitiver-bodenfeuchtesensor-erdfeuchtesensor-mit-beschichtung/).
107 107
 The similar name was totally incidental, I only heard of it after naming my own project like this.

Laddar…
Avbryt
Spara