peter-l5 / MicroPython_SCD4X

MicroPython driver for Sensirion SCD40 and SCD41. Derived from the Adafruit CircuitPython version
MIT License
6 stars 1 forks source link
co2 co2-sensor driver micropython scd40 scd41 scd4x sensor

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.]