intelligent-environments-lab / bevo_iaq

BEVO Beacon with more robust air quality monitoring
5 stars 1 forks source link

Modular Sensor Scripts #4

Closed HagenFritz closed 3 years ago

HagenFritz commented 3 years ago

Currently, multiple sensors are handled by two scripts that are running on python2 and python3. While the benefit is that readings from sensors can be combined into one output per script, the problem is that readings are made at irregular intervals because of communication lags between sensor and RPi that differ per sensor.

Current Status

Two scripts can be split into multiple scripts per sensor (6) that would be called at start-up and all be running in parallel.

Next Steps

Notes

Major updates would be needed to process that raw data since the output would change significantly (each sensor would output to its own file)

HagenFritz commented 3 years ago

Need to finalize the service script