Project - Sensirion SHT11

Sensirion SHT11

Joyed by the fact that it’s inexpensive and has an serial interface I’ve ordered an Sensirion SHT11 Temperature and Humidity sensor module from Parallax. After receiving it I’ve discovered that the serial interface isn’t a standard serial interface like SPI or I2C. To communicate with the SHT11 I’ve created an .NET Micro Framework 3.0 class. It handles the communication with the SHT11 and processes the raw values to usable ones.