Support for Air quality sensors like SGP30 #407
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I want to build an enclosure for my printer adding some Hepa and carbon filters.
To monitor air quality I would like to have support for sensors like SGP30, an economic Tvoc sensor using I2c (datasheet https://www.mouser.it/datasheet/2/682/Sensirion_Gas_Sensors_SGP30_Datasheet-1843629.pdf )
I already found a library (here: https://github.com/pimoroni/sgp30-python ) to connect the sensor to Raspberry, but I need some
support on how I can integrate it.
Thank you.