Difference between revisions of "Smart environment PRO"
From AMTech WikiDocs
Line 39: | Line 39: | ||
** /amtech/linkeddata/types/composite/observation/waspmoteSmartEnvironment | ** /amtech/linkeddata/types/composite/observation/waspmoteSmartEnvironment | ||
− | * | + | *[https://www.arduino.cc/en/tutorial/sketch Arduino sketch] for Smart environment PRO configure with sensors |
Revision as of 17:26, 19 July 2017
Smart environment PRO
Bridge waspmote following sensors read to to IoT DAP
- Device Temperature IN_TEMP
- Battery level BAT
- Acceleromete X,Y,Z ACC
- Chlorine GP_CL2
- Carbon Monoxide GP_CO
- Ethylene Oxide GP_ETO
- Hydrogen GP_H2
- Hydrogen Sulphide GP_H2S
- Hydrogen Chloride GP_HCL
- Hydrogen Cyanide GP_HCN
- Ammonia GP_NH3
- Nitrogen Monoxide GP_NO
- Nitrogen GP_NO2
- Oxygen GP_O2
- Phospine GP_PH3
- Sulfur GP_SO2
- Methane GP_CH4
- Ozone GP_O3
- Carbon Dioxide GP_CO2
- Temperature Celsius GP_TC
- Temperature Fahrenheit GP_TF
- Humidity GP_HUM
- Pressure GP_PRES
- 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
- Setting readSmoothing property allows to smooth each sensor read value by
- 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 environment PRO configure with sensors