Shop OBEX P1 Docs P2 Docs Learn Events
DS2760 Thermocouple — Parallax Forums

DS2760 Thermocouple

TrueTrue Posts: 1
edited 2007-10-14 16:19 in BASIC Stamp
I have a basic stamp2 and recently bought DS2760 Thermocouple Kit but it is not compatable with the code. Can someone help me with a simple code which i can try to use. I want to use the basic stamp to heat· an element (heat sealer) sense the temp and shut off when it reaches a certain temp and turn on when the temp get down to set point temp. i am thinking of using a solid relay for on and off.
I welcome any suggestion and a code too if possible.
<!-- unit price -->

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2007-01-09 17:53
    True,

    The Thermocouple itself (hardware) is not compatible with the BS2, since the DS2760 is a 1-Wire device and requires a BASIC Stamp Module which supports that. As per the web page a BS2p series Module is required to use the Thermocouple.

    http://www.parallax.com/detail.asp?product_id=28022

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • PADTPADT Posts: 8
    edited 2007-10-14 08:19
    Hi Chris,

    We are an all women's engineering team working on a robotics project for our school. Parallax has generously donated a BOE and BS2 to our cause (thank you!). We have tried using the AD592 temperature probe with our BS2, but due to the higher thermal mass than a thermocouple, the AD592 response time is too low for the competition we are preparing for.· We were hoping to use some thermocouples from our school lab. Unfortunately, from the post below, unless there is now a way to make a thermocouple talk to our BS2, it looks like we will need a BS2p module instead?· Is there any way to exchange the donated BS2 for a donated BS2p?

    Thanks in advance!
    Chris Savage (Parallax) said...
    True,

    The Thermocouple itself (hardware) is not compatible with the BS2, since the DS2760 is a 1-Wire device and requires a BASIC Stamp Module which supports that. As per the web page a BS2p series Module is required to use the Thermocouple.

    http://www.parallax.com/detail.asp?product_id=28022

  • Desy2820Desy2820 Posts: 138
    edited 2007-10-14 13:02
    There are 1-wire to·logic-level RS-232 and I2C adapters.....
    The Maxim/Dallas DS2482-100·converts 1-wire to I2C and the DS2480B converts to logic-level RS232.· Stamp-wise, the I2C protocol can be bit-banged using SHIFTOUT and the RS232·version can use SEROUT.· I don't know if anyone has created code to talk to these devices yet, but there is code that covers·I2C communication, so look closely at the chip's datasheets and other technical info.

    Another way to go is to obtain a different temp sensor that can be used directly with the Stamp.

    You may also want to check out the information at EME Systems.· There's a whole section covering thermocouples and temp sensing with Stamps:· http://www.emesys.com/BS2index.htm

    I hope this helps!
  • Tracy AllenTracy Allen Posts: 6,664
    edited 2007-10-14 16:19
    Hi PADT (is that plural?).

    I'd be happy to donate a MAX6674 to your effort. I have those mounted on a small circuit board with connections on one side for the thermocouple (type k) and on the other side for the SPI connection compatible with the BS2. I use 7x30 stranded type K wire, and bring out only one strand at the end. Very fast response and effective for surface temperature monitoring.

    Circuit and sample code here

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