Temperature Projects

Arduino Humidity Measurement

Humidity and Temperature Measurement using Arduino

Humidity and temperature are common parameters to measure environmental conditions. In this Arduino based project we are going to measure ambient temperature and humidity and display it on a 16×2 LCD screen. A combined te mperature and himidity sensor DHT11 is used with Arduino uno to develop this Celsius scale thermometer and percentage scale humidity …

Humidity and Temperature Measurement using Arduino Read More »

Temperature Controlled Fan

Arduino Temperature Control – Adjust Fan Speed based on Temperature

In this Arduino based project, we are going to control DC fan speed according to the room temperature and show these parameter changes on a 16×2 LCD display. It is accomplished by the data communications between Arduino, LCD, DHT11 sensor Module and DC fan that is controlled by using PWM. PWM is a technique by …

Arduino Temperature Control – Adjust Fan Speed based on Temperature Read More »

Humidity Display of Date Time and Temperature

Humidity Display of Date, Time and Temperature Using Arduino

Story Have you ever wanted to make your own interface that can display the time, date, along with the temperature and the humidity? Well it’s a lot easier than you’d think. A few important components are needed, as shown below. Arduino Uno/NanoFirstly we will be needing a micro controller. I used an Arduino Uno for …

Humidity Display of Date, Time and Temperature Using Arduino Read More »

Arduino DHT11 ESP8266

Live Temperature and Humidity Monitoring over Internet using Arduino and ThingSpeak

Humidity and Temperature are very common parameters for measuring at many places like farm, green house, medical, industries home and offices. We have already covered Humidity and Temperature Measurement using Arduino and displayed the data on LCD. In this IoT project we are going to Monitor Humidity and Temperature over the internet using ThingSpeak where we will show the current Humidity …

Live Temperature and Humidity Monitoring over Internet using Arduino and ThingSpeak Read More »

BMP180 for temperature pressure and altitude measurements

Using BMP180 for temperature, pressure and altitude measurements using Arduino

The BMP180 is a new generation digital barometric pressure and temperature sensor from Bosch Sensortec. In this tutorial, we will briefly review this device and describe how to interface it with an Arduino Uno board for measuring the surrounding temperature and pressure. We will also discuss about retrieving the sensor altitude from its pressure readings. Experiment setup Bosch …

Using BMP180 for temperature, pressure and altitude measurements using Arduino Read More »

Simple Temperature With Thermistor Arduino

Simple Temperature With Thermistor + Arduino

A Thermistor is a thermal-resistor. It’s just a simple device that changes it’s resistance based on temperature. If the LRD/Photoresistor is day of of arduino class. The thermistor should be day 1.01. (Can I do that?). If you need precise temperature readings, this is not the part for you. Check out the DS18B20, TMP102, or MLX90614 Thermistors are not that …

Simple Temperature With Thermistor + Arduino Read More »

Zoned Climate Control

Zoned Climate Control with MediaTek’s LinkIt™ Smart 7688 Using Arduino

Hardware components: MediaTek Labs The MediaTek LinkIt™ Smart 7688 platform ×1  Everything ESP ESP8266 ESP-01 ×1  Arduino Nano R3 ×1  Atmel ATTiny85 ×1  DHT22 Temperature Sensor ×1 Servo (generic) ×1 Software apps and online services: Arduino IDE STORY Winter is coming When my wife and I had our first child last winter, we got an electric space …

Zoned Climate Control with MediaTek’s LinkIt™ Smart 7688 Using Arduino Read More »

Automatic AC Temperature Controller

Automatic AC Temperature Controller using Arduino, DHT11 and IR Blaster

An AC (Air Conditioner) which was once considered to be a luxury item and was only to be found in big hotels, movie halls, restaurants etc… But, now almost everyone has a AC in our home to beat out the summer/winter and those who have it, worry about one common thing. That is their high …

Automatic AC Temperature Controller using Arduino, DHT11 and IR Blaster Read More »

DHT22 sensor Arduino Uno R3 DHT22 PinOut

Temperature and Humidity monitoring with DHT22 sensor Arduino Uno R3

The objective of this tutorial is to learn how to use the DHT22 sensor with Arduino uno. The room temperature and humidity will be printed to serial monitor and also will be displayed to the LCD 4×20 in Proteus ISIS. DHT22 sensor DHT22 is simple basic, cheap digital temperature and humidity sensor. It uses a …

Temperature and Humidity monitoring with DHT22 sensor Arduino Uno R3 Read More »