

Some motherboards have 3 external temperature sensors ,other
have 3 internal.
Some can monitor negative voltages , other does not. They all have one
thing in common : the SMBus.
I am using water cooling and "needed" more than my 3 temperature sensors (as one is on motherboard and the two others monitors the two CPUs) , after looking into the wide sensor support MBM offers I decided to try to attach another chip to the SMBus (Intel's version of Philips's I2C multimaster bus).
Transistor-sensors is what you want , a little more work , but more accurate , and they already exists in CPU's , GPU's and other IC's with internal sensor.
The schematic is very easy , and needs few external components. 
(*)= 2200pF capacitors -not needed if you use twisted
pair wires.
(*)= +.1uF capacitor - used for decoupling.
(*)= 200Ohm resistor - can be omitted (just use a wire
instead) as you use only 5volt (SMBus)
(*)= 10K resistor -not needed, as you are not using ALERT
output.
The sensors , (transistors) can be BC547 with basis connected to
collector. they work only when connected correctly , there is no risk
to damage anything if reverse-connected, the sensor will not work until
corrected..
BC547 is a very old , cheap , and small transistor , and it's
body volume can be reduced to less than half with a Dremel-tool. (the
copper/silicone part is really small) There is no need to use any
expensive transistors , all that really matters is that it's a silicone
(not germanium) transistor , and not a darlington coupled one.
Each MAX1668 have an 7 bit address that is
unique to this SMBUS device, and no other similiar device will have.
The 3 LSB (least significant bits) of this adress can be changed by
ADD0 and ADD1 pins.
If you want to have more than one MAX1668 on the SMBUS, each of them
needs and unique address.
The table below shows the 9 possible configurations, and where to
connect ADD0 and ADD1 pins:
| ADD0 | ADD1 |
| GND | GND |
| GND | Floating |
| GND | VCC |
| Floating | GND |
| Floating | Floating |
| Floating | VCC |
| VCC | GND |
| VCC | Floating |
| VCC | VCC |
(Floating means "not connected")
...YES , It means you can have nine MAX1668 on the same SMBus at the same time with no problems , just make sure each have it's own unique address. Just choose an address , MBM will detect any.
Any unused sensor inputs should be shorted (to prevent floating) , and shorting one tells the chip that sensor is not in use.
Motherboards SMBus connector is 5-pin and is configured like this:
1-CLOCK
2-(not used)
3-GND
4-DATA
5-+5Volt
Most decent motherboards have such connector, if you cannot find it, or your motherboard do not have it, thengo to my "locating SMBUS" page for instructions.
...Is to connect the small QSOP package MAX1668 comes in.
You should be happy MAX1668 is so small , with that little body it
picks up temperature changes really quick (local sensor in huge
packages is always sluggish)
So all you have to do , is connect those pins , each pin is 0.25mm
wide, and there is one pin each 0.6 mm.
That is : "on less than 5mm there is 8 pins to solder".
You need a soldering iron with a small tip , (clean it frequently),
and lot of patience , then you will manage it , and get a warm , good ,
feeling inside you once you are done, maybe you even will quote Duke
Nukem and say "Damn I'm Good !" ![]()
SMBus uses only weak (20mA) open collector outputs. Theoretically it's impossible to destroy I2C or SMBus by short Data and/or Clock to GND or VCC or to each other.
You can order a prototype QSOP PCB http://smt-adapter.com/ (*) that have large terminals and are easy to work with .. or you might look for it at www.elfa.se , if you get such pcb , then just place the QSOP package on the PCB and heat up the terminals , no soldering needed.
*Thanks goes to Brian Macomber for providing the link.
If there is something you did not understood (be sure to READ this
page first) , feel free to email me.




"Air" - is the local on-chip sensor
"Nvidia GPU" is a transistor-sensor on the back side of PCB where the
GPU is.
"Water" is usually water temperature , , showing maximum temp , because
it's disconnected to demonstrate what you see before sensor is
correctly connected
-Antonio , for reporting an error on this page , and helping
with a fix.
-Chris, for grammar check.
-Lee Hollis - for showing people how he accomplished this project
-Andreas Lenz - for showing people how he did
it, in
German
Shit happens, don't blame me :) .