arduino

Arduino Real time room temperature (2)

Real-time room temperature on your Website using Arduino

This is how to push high resolution real-time data from Arduino-based temperature sensor to your web page without any server-side coding. Arduino is a great device for collecting, storing and transferring data from various sensors but there are times you need to make your data accessible from any place over the internet, like I did …

Real-time room temperature on your Website using Arduino Read More »

LM35 Arduino Output (1)

LM35 and Arduino – Temperature Measurement and Display on LCD

In this article, we are presenting a tutorial on how to interface LM35 and Arduino along with its program. Once we successfully interface arduino and lm35, we will go on to build a temperature display using arduino and a 16×2 LCD module which constantly monitors temperature around the measurement field/range of LM35 and displays the same on LCD module. …

LM35 and Arduino – Temperature Measurement and Display on LCD Read More »

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 »