Difference between revisions of "Smart Agriculture"

From AMTech WikiDocs
Jump to: navigation, search
(Created page with "=== Smart Agriculture === Bridge waspmote following sensors read to to IoT DAP #Device Temperature IN_TEMP #Battery level BAT #Acceleromete X,Y,Z ACC #Ch...")
 
Line 1: Line 1:
 
=== Smart Agriculture ===
 
=== Smart Agriculture ===
Bridge waspmote following sensors read to  to IoT DAP  
+
*id Agriculture = 4
#Device Temperature     IN_TEMP
+
*Bridge waspmote following sensors read to IoT DAP  
#Battery level          BAT
+
#TCB    Temperature C (Sensirion)
#Acceleromete X,Y,Z      ACC
+
#TFB    Temperature F (Sensirion)
#Chlorine                GP_CL2
+
#HUMB    Humidity (Sensirion)
#Carbon Monoxide        GP_CO
+
#SOILT  Soil Temperature
#Ethylene Oxide          GP_ETO
+
#SOIL    Soil Moisture
#Hydrogen                GP_H2
+
#LW      Leaf Wetness
#Hydrogen Sulphide      GP_H2S
+
#PAR    Solar Radiation
#Hydrogen Chloride      GP_HCL
+
#UV      Ultraviolet Radiation
#Hydrogen Cyanide        GP_HCN
+
#TD      Trunk Diameter
#Ammonia                GP_NH3
+
#SD      Stem Diameter
#Nitrogen Monoxide      GP_NO
+
#FD      Fruit Diameter
#Nitrogen                GP_NO2
+
#ANE    Anemometer
#Oxygen                  GP_O2
+
#WV      Wind Vane
#Phospine                GP_PH3
+
#PLV    Pluviometer
#Sulfur                  GP_SO2
+
#SOIL_C  Soil Moisture (socket C)
#Methane                GP_CH4
+
#SOIL_D  Soil Moisture (socket D)
#Ozone                  GP_O3
+
#SOIL_E  Soil Moisture (socket E)
#Carbon Dioxide          GP_CO2
+
#SOIL_F Soil Moisture (socket F)
#Temperature Celsius    GP_TC
+
 
#Temperature Fahrenheit GP_TF
+
#Humidity                GP_HUM
+
#Pressure                GP_PRES
+
 
* Edge Intelligence
 
* Edge Intelligence
 
** Setting readSmoothing property allows to smooth each sensor read value by
 
** Setting readSmoothing property allows to smooth each sensor read value by

Revision as of 18:41, 19 July 2017

Smart Agriculture

  • id Agriculture = 4
  • Bridge waspmote following sensors read to IoT DAP
  1. TCB Temperature C (Sensirion)
  2. TFB Temperature F (Sensirion)
  3. HUMB Humidity (Sensirion)
  4. SOILT Soil Temperature
  5. SOIL Soil Moisture
  6. LW Leaf Wetness
  7. PAR Solar Radiation
  8. UV Ultraviolet Radiation
  9. TD Trunk Diameter
  10. SD Stem Diameter
  11. FD Fruit Diameter
  12. ANE Anemometer
  13. WV Wind Vane
  14. PLV Pluviometer
  15. SOIL_C Soil Moisture (socket C)
  16. SOIL_D Soil Moisture (socket D)
  17. SOIL_E Soil Moisture (socket E)
  18. SOIL_F Soil Moisture (socket F)
  • Edge Intelligence
    • Setting readSmoothing property allows to smooth each sensor read value by
      • Send observation on value percentage changed
      • Send observation on value changed
      • Send observation if value greater than
      • Send observation if value less than
  • Placeholders (See Placeholders)
    • #{waspmoteName} waspmote model name
    • #{waspmoteId} waspmote model numeric unique identifier
    • #{blePeripheralUuid} ble unique id identifier
  • Produced observations (see /amtech/linkeddata/types/composite/observation)
    • /amtech/linkeddata/types/composite/observation/waspmoteSmartEnvironment
  • Arduino sketch for Smart Agriculture configure with following sensors