Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 613 Bytes

micropython-sht31

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.

Implemented

  • Read the temperature and humidity at different "repeatability" (accuracy) settings. With celsius and fahrenheit values.
  • Only single shot data acquisition mode

Not yet implemented

  • Continous (periodic) temperature acquisition and the corresponding break/stop command
  • CRC check of the sensor readings
  • Temperature alerts
  • Resetting the sensor (nRESET pin)