User Tools

Site Tools


amc2021:groupg:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
amc2021:groupg:start [2021/09/06 14:14] – [4.1 Limitations & Improvements] rajshree001amc2021:groupg:start [2023/01/05 14:38] (current) – external edit 127.0.0.1
Line 89: Line 89:
  
 ==== 3.1 Code ==== ==== 3.1 Code ====
 +
 +The code below includes the libraries used and shows how it was connected to Wifi and to MQTT for data transmission.
  
 <file c++ Automatic watering system.ino> <file c++ Automatic watering system.ino>
Line 215: Line 217:
  
  
-The coding for the data measurement and the MQTT publishing is shown below.+The code below is about the measurement readings and MQTT publishing.
  
 <file c++ MQTT publishing.ino> <file c++ MQTT publishing.ino>
Line 266: Line 268:
 **Why the pump should be turned on when the soil moisture value is above 2800?** **Why the pump should be turned on when the soil moisture value is above 2800?**
  
-   * Dry in open air =  590-600 / 3500 +   * Dry in open air = 3500 
-   * Dry soil needing water > 380 / 2800 +   * Dry soil needing water 2800 - 3100
-   * Ideal soil moisture =  277 – 380+
    * Moisture in a just watered soil =  1800    * Moisture in a just watered soil =  1800
    * Moisture in a cup of water =  1640    * Moisture in a cup of water =  1640
Line 275: Line 276:
  
    * Value < 1500 implies that the soil is too wet.    * Value < 1500 implies that the soil is too wet.
-   * Soil moisture between 2700 – 3100 is the target range.+   * Soil moisture between 1900 – 2600 is the target range.
    * Soil moisture value >  3300 implies that the soil is dry enough and it should be watered.    * Soil moisture value >  3300 implies that the soil is dry enough and it should be watered.
  
amc2021/groupg/start.1630930490.txt.gz · Last modified: 2023/01/05 14:38 (external edit)