Shop OBEX P1 Docs P2 Docs Learn Events
What is your favorite thermometer? — Parallax Forums

What is your favorite thermometer?

jefmjefm Posts: 50
edited 2007-03-24 20:24 in BASIC Stamp
I've been looking at thermometers for an upcoming project, will probably be using a dozen or more.

The DS1620 that comes with Stampworks is really cool. You can program some pins to go high if the temp goes outside a setpoint, so you can have a whole 'nother safety circuit that will work no matter what the Stamp does. Uses a lot of pins though and many thermometers can lead to an I/O intensive project. (plus the DS1620 isn't available anymore?)

The DS1820 is smaller, a little cheaper, and has that 1-wire thing, so with an interface to the stamp you can have several thermometers on a pin. Seems simple enough, I'd miss the safety circuit thing but who knows if I'd take the time to figure it out anyhow :}

Are there any others I should be looking at? Thanks for any help!
jefm

Comments

  • Tracy AllenTracy Allen Posts: 6,664
    edited 2007-03-24 18:50
    Where are the temperatures being measured, and over what range?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Tracy Allen
    www.emesystems.com
  • jefmjefm Posts: 50
    edited 2007-03-24 20:07
    Application could help,,,, yeah...

    Basically area temperatures; temperatures of rooms in a house. I guess 50f to 100f, and that's pretty extreme even.
  • Tracy AllenTracy Allen Posts: 6,664
    edited 2007-03-24 20:24
    The successor to the DS1620 is the DS1626, and it is improved in the sense that it no longer requires that you jump through special hoops to get the higher resolution. I don't think the DS1620 is discontinued, just superceded, but it is only a matter of time. The '1626 is only available in surface mount packages (another Maxim/Dallas trend), which means you will need a carrier to convert it to dip if need be.

    The DS1820 too has been superceded by the DS18B20, which also gives higher resolution.

    For either of these sensors, the PBASIC code is similar to the older version, but not exactly.

    It is true you could make the wiring much simpler with a One-wire chain. It will need a pullup resistor at the low end of the range so that the signal will not be degraded by long wires. If you are setting up a network of one wire sensors, the code is simpler if you find out the unique address of each one before you install it in the network. The commands that automatically identify sensors on the network are more complicated, but a nice thing to have if you want to plug in more sensors and have them automatically register with the network.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Tracy Allen
    www.emesystems.com
Sign In or Register to comment.