| Author |
Message |
cation007
Joined: 29 Jan 2006 Posts: 7
|
22 Feb 2006 15:34 Temperature Controller with TI Temperature sensor |
|
|
|
|
I have TI TMP175 (http://focus.ti.com/docs/prod/folders/print/tmp175.html) sensor.
I need to use this to control a system's temperature.
I dunno how to go about.
Can somebody plz help, Provide what kinda chip/ circuit i sud use with?
The features i need are it sud have are temperature display, the temperature can be controlled either by direct connection to heating coil or by using a relay.
As you can see iam naive, so somebody plz help me!
|
|
| Back to top |
|
 |
VVV
Joined: 26 Nov 2004 Posts: 1584 Helped: 290
|
22 Feb 2006 19:13 Re: Temperature Controller with TI Temperature sensor |
|
|
|
|
You need a micro to talk to this sensor.
You could use a PIC16F84, for example, but you need to know a little about programming it, since you have to emulate an I2C interface to talk to the sensor. The rest can be done pretty much by comparing the setpoint to a reference and deciding when to turn on/ off the heater.
For the display, you can use an HD44780-based display, which can be driven by the same PIC, without too much trouble.
As you can see, this is not a trivial task. Is this a school project?
|
|
| Back to top |
|
 |
cation007
Joined: 29 Jan 2006 Posts: 7
|
23 Feb 2006 4:21 Re: Temperature Controller with TI Temperature sensor |
|
|
|
|
Speaking of Micro COntrollers, I have
http://focus.ti.com/docs/prod/folders/print/msp430f413.html
BUt i dunno how to go about.
Can u gimme any resources to learn about micro controllers?
n yea. its a school project!
|
|
| Back to top |
|
 |
VVV
Joined: 26 Nov 2004 Posts: 1584 Helped: 290
|
23 Feb 2006 18:36 Re: Temperature Controller with TI Temperature sensor |
|
|
|
|
If you already have this uC, then you can build the temperature controller based on it. I think the development tools that are free from TI will allow you to develop up to 4K of program, which is way, way more than you need for this project.
I can offer suggestions if you get stuck.
I don't really know much about electronic books, but send a private message to IanP and ask for help; he seems to know a lot of links to sites about that stuff.
|
|
| Back to top |
|
 |
cation007
Joined: 29 Jan 2006 Posts: 7
|
23 Feb 2006 20:06 Re: Temperature Controller with TI Temperature sensor |
|
|
|
|
Hey,
I cudnt find a development tool or may be i dunno what to luk for...
can u plz ??
thankx
|
|
| Back to top |
|
 |
VVV
Joined: 26 Nov 2004 Posts: 1584 Helped: 290
|
24 Feb 2006 3:49 Re: Temperature Controller with TI Temperature sensor |
|
|
|
|
First of all, here is a post that includes links to e-books on microcontrollers.
http://www.edaboard.com/ftopic155523.html
I checked the TI website and here are the development tools: http://focus.ti.com/mcu/docs/generalcontent.tsp?familyId=342&templateId=5246&navigationId=11481&path=templatedata/cm/mcugen/data/msp430_3p_swtools
Try the one from this company, that offers a free trial version of their software, limited to 512 bytes. That should be enough for your project: www.softbaugh.com/ProductPage.cfm?strPartNo=SBSIM430
Download the SBSIM430 Demo v1.0.3.
It is an assembler plus simulator. I think you will write the code in assembler, right? That is the way to really learn about micros.
You can also try this demo, good for 4K after 45 days (ICC430 V6 Demo): www.imagecraft.com/software/
|
|
| Back to top |
|
 |
deb_mallik
Joined: 24 Jan 2006 Posts: 49 Helped: 1
|
02 Mar 2006 7:26 Re: Temperature Controller with TI Temperature sensor |
|
|
|
|
you can use cpld ...
visit www.geocities.com/deb_mallik/cpld
|
|
| Back to top |
|
 |
Google AdSense

|
02 Mar 2006 7:26 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
summersnow
Joined: 30 Dec 2006 Posts: 14
|
31 Dec 2006 9:52 Temperature Controller with TI Temperature sensor |
|
|
|
|
hi..i think this link can help u..
h**p://www.machinegrid.com/content/view/51/108/
|
|
| Back to top |
|
 |