PC Temperature Meter


Posted on Mar 30, 2013

This is a four-channel temperature measurmet adapter that works without external power supply. It will suitable for measureing temperature and logging its data with a PC. The circuit diagram is very simple and no adjustment is required, everybody will able to build it with ease. I chose an Atmel ATtiny15L for this project. It is the only device that has a built-in 10bit A-D converter in the 8 pin AVRs. The A-D converter has a bandgap reference and differencial amplifire as its front-end. The AVR core is clocked by only internal RC oscillator (calibrated to 1.6MHz), any other clock souce cannot be used. Also 25.6MHz clock source that 16x multiplied from core clock is available for timer/counter. This means that a fast PWM output can be generated. Therefore the ATtiny15L has good analog I/O capabiltity.


PC Temperature Meter
Click here to download the full size of the above Circuit.

The devices that works on the COM port without external power supply, such as serial mouse, are powered from the COM port. When an application program opens COM port, ER and RS signals will go high. The high level voltage is from 6V to 12V at most PCs, and it can supply 5mA at least. This is sufficient for low power micro-controllers. Four 103AT precision thermisters are used as temperature sensor. Its variation is very small, its temperature - resistance error at room temperature is ±0.3°C. The error of series resisters should be within ±0.5% to enable calibration-free design. Sending commands with any program and logging the returened data to a file directly creates a CSV file. It can be read into most spleadsheets. However if you have a Microsoft Excel, it can be used as a data logger without any external program. The Microsoft Excel has a subset of the Visual Basic that called VBA. This can be used as a control program to capture data and log it into the worksheet... it's great! I had not known that the Excel has this feature. This is one of the good solutions of automatic measurement. The data in the sample worksheet is logged temperature in the refregerator for a day. The thermostat operation and defrosting oeration can be read well from the graph. Alt-F11 opens the built-in Visual Basic Editor. The program might not readable because it is controling COM port and timer with API for portability. Any additional...




Leave Comment

characters left:

New Circuits

.

 


Popular Circuits

Electronic crowbar for AC or DC lines
Supply Voltage Indicator
led chaser provides three game
MicroFlash Schematic
A Bidirectional Level-Shifting Buffer for Raspberry Pi
Geiger Counter Schematic Help
8W + 8W tube amplifier circuit



Top