Temperature Measurement Projects

Custom PCB for Lights, Temperature, Video OSD and VTX PSU upgrades to HKing Rattler RC Car

I’ve had the HobbyKing Rattler for some time now and I’ve been making small modifications here and there which have accumulated over time and has gotten to the point where it would be nice to have everything on a custom PCB. Here’s how everything looks at the moment, pretty messy with kapton tape wrapped around […]

Custom PCB for Lights, Temperature, Video OSD and VTX PSU upgrades to HKing Rattler RC Car Read More »

AVR Thermostat

This thermostat is built around an ATMega164 and a TC1047A temperature sensor. It controls your furnace and air conditioner. It is not programmable, although it has a clock and is capable if some additional code were written (any volunteers?). The unique feature is that instead of a bunch of buttons and switches, I used a single pushbutton rotary encoder, for

AVR Thermostat Read More »

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 »

Scroll to Top