jerunamuck
Posts: 3
Joined: Tue Nov 25, 2014 1:59 pm

iMac Hard Drive Temp Sensor Datasheet anyone?

Mon Nov 07, 2016 2:15 pm

I have a tray full of old iMac temp sensors liberated during various SSD upgrades. I'm guessing these are using one of the one wire protocols but as I no longer have any working iMacs I can't reverse engineer them. Also, given that they're running about $5 online they seem a good source of cheep ambient temp sensors or even core temp sensors for pi uses.

Part number appears to be 820-1939a. Looks like two wires are power and the other two are data.

User avatar
scruss
Posts: 3256
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: iMac Hard Drive Temp Sensor Datasheet anyone?

Mon Nov 07, 2016 3:12 pm

Got any pictures?

The older ones used a TMP75, a 3V3-compatible I²C digital temperature sensor; datasheet - http://www.ti.com/lit/ds/symlink/tmp75.pdf
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

jerunamuck
Posts: 3
Joined: Tue Nov 25, 2014 1:59 pm

Re: iMac Hard Drive Temp Sensor Datasheet anyone?

Mon Nov 07, 2016 4:17 pm

Bingo!
Thanks for finding the datasheet! The print on mine has a dot of epoxy obscuring 'TM' on the IC label but all the other markings match exactly.

Here's a picture of the same sensor for the CD (APPLE, 820-1941-A)
Image

On the HD sensor, R1700 has the resistor and R1701 is open. I'm guessing this is the addressing pins. Should be easy to work out the address with a DVM.

That makes the package pins VCC, SDC, SLA, GND from top to bottom. And according to this datasheet it's 5v tolerant so this would also work for Arduinos.

Return to “Advanced users”