Difference between revisions of "Smart Water"
From AMTech WikiDocs
Line 2: | Line 2: | ||
*id Smart_Water 11 | *id Smart_Water 11 | ||
*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 | ||
#PH Water pH | #PH Water pH | ||
#ORP Oxidation ReductionPotential | #ORP Oxidation ReductionPotential |
Revision as of 18:18, 19 July 2017
Smart Water
- id Smart_Water 11
- Bridge waspmote following sensors read to IoT DAP
- IN_TEMP Device Temperature
- BAT Battery level
- ACC Acceleromete X,Y,Z
- PH Water pH
- ORP Oxidation ReductionPotential
- DO Disolved oxygen
- COND SENSOR_COND
- WT Water Temperature
- TURB Turbidity
- PH_A Water pH (socket A)
- PH_B Water pH (socket B)
- PH_C Water pH (socket C)
- ORP_A ORP (socket A)
- ORP_B ORP (socket B)
- ORP_C ORP (socket C)
- 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_Water configure with following sensors