Browse Source

fixed even more typos

Thomas Buck 3 years ago
parent
commit
37b9ef64fe
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      input/projects/giessomat.md

+ 6
- 6
input/projects/giessomat.md View File

32
 
32
 
33
 The machine is using two microcontrollers, an [Arduino Nano clone](https://amzn.to/3sQ4Otl) and an [ESP32](https://amzn.to/3xmDh6k).
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
 It is connected to the Arduino via serial.
36
 It is connected to the Arduino via serial.
37
 Input is done using a cheap 3x4 Keymatrix directly conencted to the Arduino GPIOs.
37
 Input is done using a cheap 3x4 Keymatrix directly conencted to the Arduino GPIOs.
38
 I also added a power switch and some voltmeters for the different voltage regulators and a main power switch.
38
 I also added a power switch and some voltmeters for the different voltage regulators and a main power switch.
52
 For the outlet valves I'm using cheap small chinese solenoid valves.
52
 For the outlet valves I'm using cheap small chinese solenoid valves.
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.
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
 Two float switches are used to tell the fill-height of the water tank.
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
 <div class="lightgallery">
57
 <div class="lightgallery">
58
     <a href="img/giessomat_web.png">
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
     </a>
60
     </a>
61
 </div>
61
 </div>
62
 
62
 
86
 </div>
86
 </div>
87
 
87
 
88
 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.
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
 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).
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
 Doing some programming, it would also be possible to use some kind of port-extender or run also the UI on an ESP.
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
 And of course also the now-obsolete SerialLCD could be replaced with something different without too much work.
94
 And of course also the now-obsolete SerialLCD could be replaced with something different without too much work.
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.
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
 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.
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
 Because of that, I have not yet added completely automated watering into the system.
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
 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/).
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
 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.

Loading…
Cancel
Save