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
[x] Create modular scripts per sensor
[x] Test scripts
[x] Incorporate the scripts to run at RPi boot
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)
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)