Skip to content

MicroPython driver for Sensirion SCD40 and SCD41. Derived from the Adafruit CircuitPython version

License

Notifications You must be signed in to change notification settings

peter-l5/MicroPython_SCD4X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MicroPython_SCD4X

MicroPython driver for Sensirion SCD40 and SCD41 with I2C interface. Derived from the Adafruit CircuitPython version.

Usage

A usage example can be found in the code.

Implementation Notes

The scd4x.py module provides a helper class SCD4X() that enables I2C interaction with a SCD40 or SCD41 sensor.

Details of the adafruit breakout board for the sensor and the methods provided by the SCD4X() class can be found in the Adafruit SCD4X documentation implementation notes.

[The SCD41 sensor provides additional low power/ lower sampling rate commands that are not implemented in this driver. See the Sensirion datasheet for the sensors for details.]

About

MicroPython driver for Sensirion SCD40 and SCD41. Derived from the Adafruit CircuitPython version

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages