AVR Simple Digital Thermometer


This simple Digital Thermometer project use NTCs as the temperature sensor and microcontroller AVR ATmega 8 as main processor. This thermometer can be used as a standalone thermometer with LCD display or it can be read out with a PC running Linux, Windows, MacOSX or Solaris. For reading the temperatures no special drivers are needed.
In the past to interfacing with microcontroller many people always used rs232 communication with the UART that is included in the microcontroller. It requires an additional MAX232 chip, 4 extra capacitors and an external crystal oscillator for the microcontroller. But this Simple Digital Thermometer use connectivity via I2C because it is reliable, really easy to build and no more extra component.
Download :
Schematic (PDF) and source code (tar.gz)

Temperatur Measurement
Digital Thermometer Documentation Detail
tuxgraphics.org
Related posts:
- Digital thermometer, AT90S8535
- PIC Digital Thermometer
- Multifunction Digital Thermometer
- Multi Sensor Thermometer
- AVR Digital Signal Processing
avr thermometer, digital thermometer circuit, digital thermometer project, atmega thermometer, thermometer circuit, thermometer avr, AVR termometer, avr twi thermometer










January 24th, 2010 at 4:03 am
[...] project shows you how to build thermometer with multiple sensor. The project use AVR ATMega168 as main processor and DS18×20 1-Wire® [...]