I had the need to monitor the temperature in two different places and the humidity of only one place, also one of the temperature readings had to be more precise, the other not so much. For this I selected the DH11 sensor for rough temperature and humidity and the thermistor for more accurate readings. Also I like to have the output both to the terminal and an LCD display.
The output to the terminal displays the temperature from both sensors, in celsius and Fahrenheit, and the humidity in percentage. But this can easily be changed by editing the code. By the way, the code might need to be polished, but it works as is. After all, this is my first project.
In the LCD display, the temperature from the Thermistor (Therm) is displayed in the first line and the temperature and humidity from the DH11 sensor.
Add a SD card reader to save also the results.
Comments