adafruit_sht31d

This is a CircuitPython driver for the SHT31-D temperature and humidity sensor.

  • Author(s): Jerry Needell

Implementation Notes

Hardware:

Software and Dependencies:

class adafruit_sht31d.SHT31D(i2c_bus, address=68)[source]

A driver for the SHT31-D temperature and humidity sensor.

Parameters:
  • i2c_bus – The busio.I2C object to use. This is the only required parameter.
  • address (int) – (optional) The I2C address of the device.
heater

Control the sensor internal heater.

relative_humidity

The measured relative humidity in percent.

reset()[source]

Execute a Soft RESET of the sensor.

status

The Sensor status.

temperature

The measured relative humidity in percent.