Difference between revisions of "Smart Agriculture"

From AMTech WikiDocs
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=== Smart Agriculture ===
 
=== Smart Agriculture ===
*id Agriculture = 4
+
*id Agriculture 4
 
*Bridge waspmote following sensors read to IoT DAP  
 
*Bridge waspmote following sensors read to IoT DAP  
 +
#IN_TEMP  Device Temperature
 +
#BAT      Battery level
 +
#ACC      Acceleromete X,Y,Z     
 
#TCB    Temperature C (Sensirion)
 
#TCB    Temperature C (Sensirion)
 
#TFB    Temperature F (Sensirion)
 
#TFB    Temperature F (Sensirion)
Line 22: Line 25:
  
 
* Edge Intelligence
 
* Edge Intelligence
** Setting readSmoothing property allows to smooth each sensor read value by
+
**[[Smoothing_observations|Smoothing observations]]
***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 [[Sensor%27s_network#Placeholders_substitution|Placeholders]])
 
* Placeholders (See [[Sensor%27s_network#Placeholders_substitution|Placeholders]])

Latest revision as of 14:13, 2 February 2018

Smart Agriculture

  • id Agriculture 4
  • Bridge waspmote following sensors read to IoT DAP
  1. IN_TEMP Device Temperature
  2. BAT Battery level
  3. ACC Acceleromete X,Y,Z
  4. TCB Temperature C (Sensirion)
  5. TFB Temperature F (Sensirion)
  6. HUMB Humidity (Sensirion)
  7. SOILT Soil Temperature
  8. SOIL Soil Moisture
  9. LW Leaf Wetness
  10. PAR Solar Radiation
  11. UV Ultraviolet Radiation
  12. TD Trunk Diameter
  13. SD Stem Diameter
  14. FD Fruit Diameter
  15. ANE Anemometer
  16. WV Wind Vane
  17. PLV Pluviometer
  18. SOIL_C Soil Moisture (socket C)
  19. SOIL_D Soil Moisture (socket D)
  20. SOIL_E Soil Moisture (socket E)
  21. SOIL_F Soil Moisture (socket F)
  • 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