KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

Raw-value analog virtual sensors should return percentage instead of integer values #25

Open bfrggit opened 9 years ago

bfrggit commented 9 years ago

Analog sensors that return raw values should read percentage like 0.0 ~ 100.0, instead of integer values like 0 ~ 1023 (current implementation). Therefore if we get different or more accurate ADCs we don't need to rewrite second-level virtual sensors like TemperatureHighVirtualSensor, LightFlashVirtualSensor, etc.

Not urgent, but should change at some point, and upgrade all devices together in order to avoid confusion on sensor readings.