
This project was send to us by Bob Ashlock, who is rightfully proud of his achievement, he made a temperature gauge with the LM34 sensor and PIC16F684. He inspired he’s project from this PIC16F84 thermometer that was posted here on youritronics. The sensor has 10mV/F output, not to be mistaken with the LM35 which has 10mV/C output, but the firmware can be easily adapted.
The source code is well documented, but there is room for optimization, yet taking into consideration that this is Bob’s first project and he learned by himself its a great code. The outcome looks very nice and has its practical use, he used to measure the air and oil temperature in his 66′ Porsche. In the download you have the schematic and source code written in C.
Great job, and thanks for sharing with us your project and experience.
Car temperature gauge: [download]

These days more and more temperature sensor projects appear on the internet so the world must be in need of temperature sensors
. Daniel got hi’s done and up on the blog. The project is based on the LM35 Precision Temperature Sensor and the Arduino. He also plans on building a temperature sensor with max/min + clock and LCD, he promisses to post it on the blog when its finished.
Arduino Temperature Sensor: [Link]

The EnvStick is cheap, homemade temperature sensor that plugs into a USB port. It provides a simple way to collect a room’s ambient temperature. Ned, the author made it purely for fun, so don’t expect too much from the project.
USB Temperature Sensor: [Link]

This project allows you to log temperature under 2 operating modes: Standalone, the system works standalone and can record a max of 2 temperatures or connected to a PC’s RS232 port thus having the ability to record up to 8 temperatures. The circuit is also interfaced with an LCD that can show 2 temperatures at the same time. It also has a separate DS1302 Real Time Clock (RTC) module with over 3 months backup and supports Wayne’s NTP format for updating the clock from an NTP server. The circuit is controlled by a Atmel AT90S2313, source code and schematics are provided.
LCD Temperature Monitor: [Link]

This is one of the smallest fan controllers I’ve seen. It does the same job as others, it controls the fan speed according to a temperature sensor. The main utility is that you save power this way, and second its noise reduction, the fan will now run most of the time at lower speeds. The whole circuit its based on 3 parts:
- A MOSFET Power transistor (N-Channel), price between $1 and $2
- A 10K spindle trimming potentiometer, price around $1
- A 10K NTC temperature sensor, price around $1
These are really easy to get parts, so you wont have any trouble. As a last word this is a very useful and simple to build project. Good luck building it.
Fan Temperature Controller: [Link]