Just before I started with my DreamQuest project I was working on a project called HomeTerm. HomeTerm is a web-enabled thermostat. The idea is that you have your HomeTerm device at home controlling the temperature just like a normal thermostat but with the added bennefits of the Internet.
You can control and monitor the temperature of your room from almost anywhere. You can enter a detailed temperature plan from the comfort of your computer. Also detailed graphs are available for temperature and humidity.
The RGB Led Panel project get’s a bit more real. The SHT11 class and Yahoo Weather classes I made earlier are now combined with the application and I’ve created a PHP that helped me convert GIF images to an C# byte[] array the RGBDisplay class can understand.
The current application displays the following information:
Temperature from Yahoo
Humidity from Yahoo
Weather image based on Yahoo Weather code
Temperature from SHT11
Humidity from SHT11
Time synced with NTP time server
Date synced with NTP time server
Random anim
You can find more information about this project on its project page
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 recieving it I’ve discovered that the serial interface isn’t an 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.
The class solution has two parts:
- IO provider for SHT11
- The SensirionSHT11 class
Recent Comments