Temperature Measurement Projects

Reading temperature on AVR Atmega using a thermistor with NTCtemp library 02

A thermistor is a type of resistor whose resistance varies significantly with temperature, more so than in standard resistors. NTCtemp is a simple AVR library to read temperature from a thermistor connected to an atmega micro. The library implements three models convert adc value read from analog input to temperature: Steinhart-Hart Thermistor Equation Beta Model Equation Lookup […]

Reading temperature on AVR Atmega using a thermistor with NTCtemp library 02 Read More »

Remote Temperature Monitoring using GSM – AVR Project

Temperature monitoring have wide application in daily life. In modern day keeping an eye on temperature of places such as server rooms, hospital rooms, warehouses and green houses can help solve many problems. But with the use of normal temperature sensors, someone needs to go to the place in order to view the temperature. But

Remote Temperature Monitoring using GSM – AVR Project Read More »

Final Project: built a sous-vide immersion cooker

For my final project I built a sous-vide immersion cooker: Sous-vide is a method for cooking food in a temperature-controlled water environment for longer than normal cooking times, at an accurately regulated temperature. Sous-vide cookers are often used in high-end restaurants. In the past few years, however, they have become more popular in household kitchens.

Final Project: built a sous-vide immersion cooker Read More »

Temperature Measurement using LM35 and AVR Microcontroller

In this project we are going to design a circuit for measuring temperature. This circuit is developed using “LM35”, a linear voltage sensor. Temperature is usually measured in “Centigrade” or “Faraheite”. “LM35” sensor provides output based on scale of centigrade. LM35 is three pin transistor like device. It has VCC, GND and OUTPUT. This sensor

Temperature Measurement using LM35 and AVR Microcontroller Read More »

Digital Temperature Sensor Circuit

Temperature sensors are widely used in electronic equipments to display the temperature. You can see the digital clock displaying the room temperature value. It is due to the temperature sensor embedded in it. Generally, temperature value is analog. It is converted to digital value and then it is displayed. This article describes the same converting

Digital Temperature Sensor Circuit Read More »

Temperature Controlled DC Fan using Microcontroller

A Temperature Controlled DC Fan is a system which automatically turns on a DC Fan when the ambient temperature increases above a certain limit. Generally, electronic devices produce more heat. So this heat should be reduced in order to protect the device. There are many ways to reduce this heat. One way is to switch

Temperature Controlled DC Fan using Microcontroller Read More »

ColdRunner – A Temperature Feedback Running Band Using Atmega1284

For our ECE 4760 final project, we designed and built a running band that provides feedback to users with temperature and vibration. This provides an unique way to monitor running habits with temperature feedback. The running band attaches to a user’s upper arm and counts the number of steps the user takes. It then determines

ColdRunner – A Temperature Feedback Running Band Using Atmega1284 Read More »

Cooking Assistant for Automatic Temperature Control Using Atmega644

In some cooking scenarios, it is desirable to achieve a specific object temperature and keep the object at that temperature. However, it is difficult to maintain a constant temperature without constant attention. To aid cooking in this scenario, we created a device that can be added to an electric stovetop or hot plate and serve

Cooking Assistant for Automatic Temperature Control Using Atmega644 Read More »

Scroll to Top