sgp30-python icon indicating copy to clipboard operation
sgp30-python copied to clipboard

Python library for the SGP30 air quality sensor

Results 2 sgp30-python issues
Sort by recently updated
recently updated
newest added

# Testing If you're a Bookworm / Pi 5 user running into virtual environment issues, you can try this library like so: ``` git clone https://github.com/pimoroni/sgp30-python -b repackage cd sgp30-python...

The SGP30 get_unique_id function returns the chip ID. The code at lines 124-126 of https://github.com/pimoroni/sgp30-python/blob/master/library/sgp30/__init__.py are: def get_unique_id(self): result = self.command('get_serial_id') return result[0]

bug