We made five Weather Data Loggers and installed them at Rajiv Gandhi International Airport, Hyderabad to measure the building’s surface temperature, air temperature, humidity for the purpose of the research that is being carried out at NETZED Laboratory, Department of Architecture and Planning, IIT Roorkee.
It measures the building’s surface temperature, air temperature, and humidity and logs it in an SD card at an interval of 1 minute.
- Arduino Uno - Microcontroller
- Arduino Data Logger Shield Module - For SD card module and RTC Module
- DS18B20 Temperature Sensor Probe - Measures Surface Temperature
- DHT22 - Measures Air Temperature and Humidity
- DC 5V 1A Adapter - Powers the system
- Wire.h - For SD card communication
- OneWire.h - For One Wire communication(DS18B20)
- RTCLib.h - For RTC module
- TimeLib.h - To set time in RTC Module
- SPI.h - For SPI communication between microcontroller and SD card
- SD.h - For SD card communication
- DallasTemperature.h - For DS18B20
- DHT.h - For DHT22
https://create.arduino.cc/projecthub/mafzal/temperature-monitoring-with-dht22-arduino-15b013