Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
The SHT30 I2C Temperature and Humidity SensorIntroduction
The SHT30 is a temperature and humidity sensor for the I2C bus. Typical accuracy for temperature is +- 0.1 °C and +- 1.5% relative humidity. Sensirion, the company behind the SHT30 supplies a series of documents including the data sheet, several application notes and sample code, written in C for the STM32F10x micro-controller. You can find them at https://www.sensirion.com/en/download-center/humidity-sensors/digital-humidity-sensors-for-various-applications. | ||||||||
Changed: | ||||||||
< < | There is also a SHT30 driver written for MicroPython on the ESP8266![]() | |||||||
> > | There is also a SHT30 driver written for MicroPython on the ESP8266![]() | |||||||
Here is a list of functions, their command codes and if they are implemented in the SHT30 driver: |