Skip to content

Python library for Raspberry pi and the SCD30 CO2 sensor

Notifications You must be signed in to change notification settings

postronium/SCD30-Raspberry-Pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

SCD30-Raspberry-Pi

Python library for Raspberry pi and the SCD30 sensor. More information about the sensor : https://www.sensirion.com/en/environmental-sensors/carbon-dioxide-sensors-co2/

Hardware Bug on RPI

The Raspberry pi has a Hardware bug makes communication with slave i2c devices impossible. See raspberrypi/linux#254 Use i2c-gpio overlay instead of the Raspberry pi Hardware implementation of i2c. See https://raspberrypi.stackexchange.com/questions/37796/how-to-use-i2c-gpio-with-raspberry-pi
Some of the function of this library are not fully implemented or buggy.

Licence

GNU AGPL v3

About

Python library for Raspberry pi and the SCD30 CO2 sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages