amc2021:groupd:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
amc2021:groupd:start [2021/09/06 13:43] – munashe001 | amc2021:groupd:start [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== SOIL MOISTURE | + | ====== SOIL MOISTURE |
==== Group D: Munashe Chabvuta(24603) ==== | ==== Group D: Munashe Chabvuta(24603) ==== | ||
Line 9: | Line 9: | ||
Soil moisture is major variable in plant functions. It acts as a solvent where nutrients and minerals are broken down for easy absorption via plant roots. It provides turgidity which gives the plant true stability, positioning and further controls the exchange of heat energy and water between the land surface and the atmosphere through evapotranspiration. Furthermore soil moisture plays a crucial role in the development of weather patterns and the formation of precipitation. As the climate and weather patterns change, moisture availability is becoming more variable affecting plant functions. As a result soil moisture data can be taken into consideration for reservoir management, early warning of droughts, irrigation scheduling and crop yield forecasting.[[https:// | Soil moisture is major variable in plant functions. It acts as a solvent where nutrients and minerals are broken down for easy absorption via plant roots. It provides turgidity which gives the plant true stability, positioning and further controls the exchange of heat energy and water between the land surface and the atmosphere through evapotranspiration. Furthermore soil moisture plays a crucial role in the development of weather patterns and the formation of precipitation. As the climate and weather patterns change, moisture availability is becoming more variable affecting plant functions. As a result soil moisture data can be taken into consideration for reservoir management, early warning of droughts, irrigation scheduling and crop yield forecasting.[[https:// | ||
- | With the importance of soil moisture data at hand, the main aim of the Arduino based project is to monitor moisture availability in a regular house plant in real time over the internet of things through the use of microcontrollers and software. The system has to maintain the moisture content of the soil between the values of 40% and 60% which is the optimum moisture of functionality of the plant under investigation. When the moisture content is below 40% the system has to increase the moisture content by turning on the pump and a fulfilling the moisture requirements of the plant. Once the moisture percentage reaches a value of 60% the water pump switches off. The whole Arduino Based system is brought to life by the following materials and methods. | + | With the importance of soil moisture data at hand, the main aim of the Arduino based project is to monitor moisture availability in a regular house plant in real time over the internet of things through the use of microcontrollers and software. The system has to maintain the moisture content of the soil between the values of 40% and 60% which is the optimum moisture of functionality of the plant under investigation. When the moisture content is below 40% the system has to increase the moisture content by turning on the pump and a fulfilling the moisture requirements of the plant. Once the moisture percentage reaches a value of 60% the water pump switches off. The whole Arduino Based system is brought to life by the following materials and methods. |
+ | |||
+ | {{: | ||
+ | Fig.1 Showing the physical set up of the system | ||
==== 2. Materials and Methods ==== | ==== 2. Materials and Methods ==== | ||
Line 16: | Line 19: | ||
• ESP32 Wrover-B | • ESP32 Wrover-B | ||
- | • Capacitive Soil Moisture Sensor | + | • Capacitive Soil Moisture Sensor |
• 5V water submersible pump | • 5V water submersible pump | ||
Line 32: | Line 35: | ||
{{: | {{: | ||
- | Fig.1: The ESP32 WROVER-B MODULE | + | Fig.2: The ESP32 WROVER-B MODULE |
Line 43: | Line 46: | ||
==== 2.2 Capacitive Soil Moisture Sensor==== | ==== 2.2 Capacitive Soil Moisture Sensor==== | ||
- | A capacitive moisture sensor has the ability to measure the change in capacitance which is contributed by the changes in the dielectric created between the soil and water. The sensor rather measures the ions that are dissolved in the moisture and does not take into account the measurement of moisture directly. Furthermore, | + | A capacitive moisture sensor has the ability to measure the change in capacitance which is contributed by the changes in the dielectric created between the soil and water. The sensor rather measures the ions that are dissolved in the moisture and does not take into account the measurement of moisture directly. Furthermore, |
+ | |||
+ | Dry air Value = 3455 | ||
+ | |||
+ | Water air Value = 1625 | ||
{{: | {{: | ||
- | Fig2.[[https:// | + | Fig.3:[[https:// |
==== 2.3 Transistor 2N2222 ==== | ==== 2.3 Transistor 2N2222 ==== | ||
- | It is a Negative-Positive-Negative(NPN) bipolar junction transistor that makes use of both electrons and electron holes as charge carriers. It permits a trivial current administered at one of its terminals to control a much larger current flowing between the the two terminals resulting in the switching of the 5V submersible pump used in the project. The transistor consists of three pins which have different purposes and connections to deliver its intended use. These pin are referred to as the collector, base and emitter. | + | It is a Negative-Positive-Negative(NPN) bipolar junction transistor that makes use of both electrons and electron holes as charge carriers. It permits a trivial current administered at one of its terminals to control a much larger current flowing between the the two terminals resulting in the switching of the 5V submersible pump used in the project. The transistor consists of three pins which have different purposes and connections to deliver its intended use. These pin are referred to as the collector, base and emitter.[[http:// |
- | • Collector: | + | • Collector: |
• Base: this is the trigger pin which is connected to the ESP32-WROVER-B Module and which will be used as an output pin. | • Base: this is the trigger pin which is connected to the ESP32-WROVER-B Module and which will be used as an output pin. | ||
- | • Emitter: | + | • Emitter: |
{{: | {{: | ||
- | [[https:// | + | [[https:// |
==== 2.4 IoT (Internet of Things) ==== | ==== 2.4 IoT (Internet of Things) ==== | ||
- | It refers to a network of devices know as " | + | It refers to a network of devices know as " |
==== 2.5 Connections Overview of Hardware ==== | ==== 2.5 Connections Overview of Hardware ==== | ||
{{: | {{: | ||
- | Fig4: Shows the Hardware connections, The components used in the diagram are for illustration. | + | Fig.5: Shows the Hardware connections |
The above diagram was produced in fritzing and shows how the soil moisture sensor, the 5V water pump and the ESP32 Module, are connected and to which pins. | The above diagram was produced in fritzing and shows how the soil moisture sensor, the 5V water pump and the ESP32 Module, are connected and to which pins. | ||
The capacitive soil moisture sensor consist of three pins, the GND, VCC and the Analogue pin. The Ground and VCC are connected to the ground and 5V of the ESP32 module respectively via the breadboard. The third pin of the sensor is connected to GPIO 39 of the microcontroller. The pump consist of two pins where one leg is connected to 5V of the microcontroller and the other leg is connected to the collector of the transistor . The base pin of the transistor is connected to GPIO32 of the microcontroller, | The capacitive soil moisture sensor consist of three pins, the GND, VCC and the Analogue pin. The Ground and VCC are connected to the ground and 5V of the ESP32 module respectively via the breadboard. The third pin of the sensor is connected to GPIO 39 of the microcontroller. The pump consist of two pins where one leg is connected to 5V of the microcontroller and the other leg is connected to the collector of the transistor . The base pin of the transistor is connected to GPIO32 of the microcontroller, | ||
- | The Overview of the experiment set up can further be supported by by the following schematic | + | The Overview of the experiment set up can further be supported by by the following schematic |
{{: | {{: | ||
- | Fig5: Schematic between the ESP32 & Module parts. | + | Fig.6: Schematic between the ESP32 & Module parts. |
===== 3.Results ===== | ===== 3.Results ===== | ||
- | This section exhibits the final code which drives the whole soil moisture monitoring system after dry running the individual module codes for a better understanding. | + | This section exhibits the final code which drives the whole soil moisture monitoring system after dry running the individual module codes for a better understanding. |
+ | |||
==== 3.1 Code ==== | ==== 3.1 Code ==== | ||
Line 185: | Line 193: | ||
{{: | {{: | ||
- | Fig.6 Shows a graph from ThingSpeak streaming channel | + | Fig.7: Shows a graph from ThingSpeak streaming channel |
- | Fig.6 Was obtained from a mobile phone view and it shows a better visual presentation than the graph in Fig.6. It shows soil moisture percentages taken between 16:02 and 16:27 with a 5 min interval within the specified time period. The moisture percentage was quite high with an average value of 80%.The starting value was already high meaning | + | Fig.7 reveals |
| | ||
| | ||
{{: | {{: | ||
- | Fig.7 above shows a View obtained from a mobile phone. | + | Fig.8 above shows a View obtained from a mobile phone. |
The above figure shows earlier moisture percentage of the point of measurement | The above figure shows earlier moisture percentage of the point of measurement | ||
Line 202: | Line 210: | ||
From the results it is clear that the soil surroundings of a plant can differ in the soil moisture content of that particular point of measurement. As a result a single plant can have various moisture levels across its surrounding soil profile. This can be a a result of different physical factors of the surroundings of that particular plant and what it is generally exposed to. In particular to the plant under investigation factors such as temperature and soil characteristics were in play. The plant was subjected to indoor temperatures ranging from 21 degrees Celsius and 25 degrees Celsius which resulted in less soil moisture evaporation in other parts of the plant as compared to the plant being exposed to direct solar radiation, hence maintaining a high soil moisture content on the point of measurement. This can not be the case for every point of measurement although it is subjected to the same environmental parameters and conditions. | From the results it is clear that the soil surroundings of a plant can differ in the soil moisture content of that particular point of measurement. As a result a single plant can have various moisture levels across its surrounding soil profile. This can be a a result of different physical factors of the surroundings of that particular plant and what it is generally exposed to. In particular to the plant under investigation factors such as temperature and soil characteristics were in play. The plant was subjected to indoor temperatures ranging from 21 degrees Celsius and 25 degrees Celsius which resulted in less soil moisture evaporation in other parts of the plant as compared to the plant being exposed to direct solar radiation, hence maintaining a high soil moisture content on the point of measurement. This can not be the case for every point of measurement although it is subjected to the same environmental parameters and conditions. | ||
- | To conclude, the main aim of the investigation was achieved ceteris paribus, | + | To conclude, the main aim of the investigation was not achieved ceteris paribus, |
- | ==== Video Presentation ==== | + | ==== 5. Video Presentation ==== |
+ | {{ : | ||
amc2021/groupd/start.1630928597.txt.gz · Last modified: 2023/01/05 14:38 (external edit)