jlab-sensing / DirtViz

DirtViz is a project to visualize data collected from sensors deployed in sensor networks.
https://dirtviz.jlab.ucsc.edu/
MIT License
4 stars 8 forks source link

Add bme280 backend support #285

Open jmadden173 opened 4 days ago

jmadden173 commented 4 days ago

Adding backend support for decoding bme280 sensor measurements. I updated the underlying python package with an kwarg that gives raw measurements or automatically converts them to sane units. Currently has been test on the dev env. For my class project I downloaded the csv of the data directly through pgadmin as there is currently no frontend support for it. Created new issue for adding frontend support for new sensors in general (#286).