This repository contains a MicroPython "driver" implementationforo the SHT31 temperature and humidity sensor from Sensirion.
Currently only a reasonably small subset of the features the sensor is implemented.
- Read the temperature and humidity at different "repeatability" (accuracy) settings. With celsius and fahrenheit values.
- Only single shot data acquisition mode
- Continous (periodic) temperature acquisition and the corresponding break/stop command
- CRC check of the sensor readings
- Temperature alerts
- Resetting the sensor (nRESET pin)