intelligent-environments-lab / bevo_iaq

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

Sensirion Sensors on Python3 #5

Closed HagenFritz closed 3 years ago

HagenFritz commented 3 years ago

One issue that has plagued the development of the IAQ Beacon is that the Sensirion sensors (PM and CO2) - which are arguably the most important - run on python2 scripts. If that wasn't a big enough issue, the code is unnecessarily complex as it was modified from the only source that I found online using python to interface with the sensors.

Current Status

Python2 code is being run to read data from the Sensirion sensors that could be contributing to the bugs associated with reading from these sensors.

Next Steps

HagenFritz commented 3 years ago

Completed by @calvinjlin