Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   PC to Thermostat Interface Idea (https://thetfp.com/tfp/tilted-technology/53502-pc-thermostat-interface-idea.html)

TheDave87 04-24-2004 07:19 PM

PC to Thermostat Interface Idea
 
Theres a strange but mostly useful idea i've had that involves making a digital thermostat interface with a PC through USB or even serial. Ideally the thermostat would be able to interface with the PC and display temperatures on the PC and even send an e-mail alert if the temperature reaches a certain degree. The snag in all of this planning is that i know little to nothing about making things of this nature. A good friend of mine however does. My question now is this: Is this something thats even possible to do, and if so, does anyone have any ideas for making it?

yotta 04-25-2004 03:56 AM

Newer motherboards have at least two thermal sensors on board. One directily under the CPU, and one somewhere else on the motherboard. Fan speeds and various system voltages are also usualy available.

Dump of data from my system:

Code:

VCore 1:  +1.64 V
VCore 2:  +2.75 V
+3.3V:    +3.40 V
+5V:      +5.07 V
+12V:    +12.16 V
-12V:    -12.03 V
-5V:      -5.32 V
V5SB:      +5.53 V
VBat:      +3.63 V
cpu fan:  3924 RPM
vid fan:  5720 RPM
mb temp:    +25°C
cpu temp:  +36.0°C

If you're using windows, check out motherboard monitor to read these sensors.

As to actualy making one of these, the cheap and easy way to do it is to use the joystick port, because it can be hooked directly to a thermisistor.

Scorpion23 04-25-2004 09:15 AM

There are companies that sell USB interface devices for your computer. For about $50 you can get an interface with up to 8 digital I/O ports and sample code for C++ and VB.

You can place a thermal sensor on one of the channels and some relays on the others.
Short answer is yes, it is possible.

billege 04-25-2004 12:06 PM

Did people forget there's a computer forum?

yotta 04-25-2004 04:15 PM

Quote:

Originally posted by Scorpion23
There are companies that sell USB interface devices for your computer. For about $50 you can get an interface with up to 8 digital I/O ports and sample code for C++ and VB.

You can place a thermal sensor on one of the channels and some relays on the others.
Short answer is yes, it is possible.

Thermal sensors spit out analog data, though, and that has to be digitized for the computer to deal with it.

Scorpion23 04-25-2004 05:14 PM

woops, mis-type.

I meant 4 analog and 4 digital I/O. I'll see if I can find a link.

TheDave87 04-25-2004 07:31 PM

as i re-read this, i realize i was fairly vague... ideally this is an external unit for use in a server rack that will report to one of the servers in each of the 6 racks and e-mail one of us if that rack gets too hot. I have seen the $50 units, i was just wondering if there was a cheaper or better solution. And a link to them would be very much appeciated scorpion.

yotta 04-26-2004 02:42 AM

Quote:

Originally posted by TheDave87
as i re-read this, i realize i was fairly vague... ideally this is an external unit for use in a server rack that will report to one of the servers in each of the 6 racks and e-mail one of us if that rack gets too hot. I have seen the $50 units, i was just wondering if there was a cheaper or better solution. And a link to them would be very much appeciated scorpion.
Well, you could hook a thermisistor up to the x axis pins on a joystick port, then calibrate it, and use the x position the joystick is giving to calculate the tempature.

I said this in a previous post, but i thought I'd make it more clear.

gigawatz 05-01-2004 05:05 AM

Quote:

Originally posted by billege
Did people forget there's a computer forum?
If this was more of a computer question I would agree, however working with a Thermister analog / digital information is more of an electronic question. The hard part of what he is asking is the circuit design, then the computer.

Yes, this is possible on many different fronts, just the question is, how indepth do you want to go with designing electric circuits and then programming the interface protocol to communicate with it and then the application to communicate to your device. If you don't think you are up to all of that then the $50 solution sounds the best to me.


All times are GMT -8. The time now is 02:46 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73