Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Hardware

Hardware Monitor/Sensor Add-on Boards? 18

DeeKayWon asks: "I'm going to be setting up an old 200MHz Pentium as a server in my house, and I'd like to be able to monitor things like the voltages, fan speeds and the CPU and chassis temperatures remotely using something like ksysguard. The problem is, the motherboard I have doesn't have a hardware monitoring chip. I would think that someone would be selling something like an ISA board with a sensor chip on it, but my search has been fruitless so far. Does such a beast exist?"
This discussion has been archived. No new comments can be posted.

Hardware Monitor/Sensor Add-on Boards?

Comments Filter:
  • by jpt.d ( 444929 ) <.abfall. .at. .rogers.com.> on Monday December 17, 2001 @03:11PM (#2715929)
    http://www.vme.com.au/vmedia/tardpdf/envirobd.pdf

    As found on google.

    It looks like a small isa board.
  • i2c on parallel port (Score:3, Informative)

    by cnvogel ( 3905 ) <chris AT hedonism DOT cx> on Monday December 17, 2001 @03:30PM (#2716007) Homepage
    the chips that sense your cpu-temperature or voltage usually connect to the SMBus which essentially is a simple i2c-bus.

    If your computer uses SDRAMS it already has this interface but it can also be found on some video-in-cards (where it controls the tuner (the i2c-bus is often used inside TVs or VCRs for this)) or you can wire it to a spare parallel port.

    So if your computer does not have those monitoring chips... you could just add them later.

    See http://www.netroedge.com/~lm78/hardhack.html for some initial info.

    Your kernel configuration (make menuconfig) may give you some hints, too... (Character Devices -> I2C-Support)
  • by aqu4fiend ( 528775 ) <`moc.liame' `ta' `dneifauqa'> on Monday December 17, 2001 @04:12PM (#2716221)

    It seems to me that you're barking up the wrong tree by asking what ISA boards are available to do the task. I find it unlikely that someone who was running a p200 server at home really wants to shell out *any* serious $$ for something designed specifically for the task at hand (I should know, being in a similar situation).

    I mean, face it - if you really needed to run a server that was doing something worth monitoring cpu temp., fan speeds et. al - why would you set it up on old, likely flaky hardware?

    No, setting up a p200 server for fun basically a hack - so why not treat it as such? Go all the way and build something! Heat sensitive resistors are cheap - with one op-amp, a control voltage and a comparator, you have yourself a heat alarm! Put a couple together, buffer it and run it into your serial port! The possibilities are endless.

  • It sounds like you don't want to shell out the money to do it properly (ie, this computer and proper monitoring hardware is going to cost more than a computer with the hardware built in), so here's a few suggestions:

    Hook some thermisters (resistance varies with temperature) to the joystick input - it can support 4 of them. Hook fan speed outputs to some divide by ten ICs and then put that output on the joystick buttons. You've got a complete temperature monitoring unit then!

    CPU votlages are a bit trickier. If you understand how the joystick port works you can use some cmos switches (or more crudely relays) and resistors to read the voltages with the joystick port as well.

    Alternately, you can learn how to program a microcontroller which hooks up to a serial port (or even ISA) and that can do everything for you. I use PIC microcontrollers - cheap and easy to obtain, program and use... My PIC site. [ubasics.com]

    -Adam
  • So are you going to overclock this thing? If not then do you really need this kind of stuff. I mean, if they built the machine without it in the first place, it probably will run without it. I'm sure this isn't the kind of answer you're looking for but since it sounds like your on a budget why not just skip the sensors alltogether.

    Last summer we had a p150 machine that we salvaged from the local university trash as our server and we didn't have any sort of sensors but it still worked fine.
  • PC Power and Cooling offer a stand-alone temperature sensor with a piezo alarm called the 110 Alert [pcpowercooling.com]. Not exactly what you're looking for, but at $15, probably about as cheap a solution as you'll find.
  • It's a P200 - it's got to be out of warranty - who cares about the temperature. My P200 (running at a mighty 166MHz, the motherboard couldn't handle 200MHz) has been playing DVDs every evening in the lounge for 3 years now, if it pops I'll buy another one (if I can), or upgrade a decent box and retrofit the old CPU/Motherboard...
  • Fans & CPU temp? (Score:3, Interesting)

    by ameoba ( 173803 ) on Tuesday December 18, 2001 @03:22AM (#2718665)
    Go lo-tech, and save yourself the hassle. Don't bother with a fan, just get a big heatsink. Heatsinks don't fail, fans do, a P200 doesn't run that hot to start with.

    The only fan you'll really need would be the one on your PSU, and most PSUs don't have monitor wires on the fans anyways.

    As for voltages, who really cares? With the price of P200s, you could replace the system several times for what any sort of add-on monitoring hardware would cost.

    If you want harware monitoring, buy yourself the cheapest socket370 Celeron (or Duron, but they run a bit hotter, slower Celerons can run nicely w/ passive heatsinks) you can, the cheapest board you can find that still has hardware monitoring on it, and a 128MB stick of cheap ram, and put it into the case you're using for the P200, and you'll probably come out ahead of the game.
  • If you want to monitor temperature... the Analog Devices ADM1021 is a great tool for about $50.

    http://www.analog.com/techSupport/designTools/ev al uationBoards/downloads/Eval-1021A-a.pdf If you have a Celeron or better, you can hook up to the Thermal diode. http://developer.intel.com/design/pentiumiii/appln ots/245087.htm This is the link to info on how to use this.

The key elements in human thinking are not numbers but labels of fuzzy sets. -- L. Zadeh

Working...