> -----Original Message-----
> From: pic microcontroller discussion list
> [
PICLIST
KILLspamMITVMA.MIT.EDU] On Behalf Of Ian McLean
> Sent: Friday, February 07, 2003 8:43 AM
> To:
.....PICLISTKILLspam
.....MITVMA.MIT.EDU
> Subject: Re: changed to [EE]:
>
>
> Tempurature sensing is something I have done a lot of. I am
> doing ~0.4
> degree accuracy tempurature sensing with an LM335H, mostly
> limited by the
> 10bit AD on the PIC. The good thing about this device is it
> is linear in
> output so no approximations are necessary. No op amps
> required either. And
> the device can be calibrated using a 10K pot.
>
> DegreesC = (AD Count/(1023/5)*100) - 273.15 + 2.54 ... simple
> as that. The
> only fudge constant in here is the 2.54 scaling factor. The
> 273.15 is the
> conversion from Kelvin to Celsius. The output in volts = degrees
> Kelvin/100. The 1023/5 is obviously the conversion from AD
> count back to
> volts using 10bit A/D.
>
> The only trouble with this sensor is that it's range is
> limited to -40C to
> 100C, so it is not suitable for you.
>
> The Pt100 is reasonably linear to about 450C - so a similar
> formula should
> work for you with appropriate divider and scaling factor.
> You can work out
> your volts per degrees using the method described by Ren.
>
> -----Original Message-----
> From: pic microcontroller discussion list
> [
EraseMEPICLISTspam_OUT
TakeThisOuTMITVMA.MIT.EDU]On Behalf Of Ren
> Sent: Saturday, 8 February 2003 2:50 am
> To:
PICLIST
spam_OUTMITVMA.MIT.EDU
> Subject:
>
>
> The only way I know is to have the user put the RTD in
> boiling water and
> then in almost freezing water as two calibration points (assuming sea
> level). Hopefully the RTD will be linear enough to read reasonably
> accurately then.
>
> ----- Original Message -----
> From: "Mohit Mahajan" <
@spam@m0h1tKILLspam
YAHOO.CO.IN>
> To: <
KILLspamPICLISTKILLspam
MITVMA.MIT.EDU>
> Sent: Wednesday, August 14, 2002 11:04 PM
>
>
> > Hi,
> >
> > I'm designing a PIC16F877 based temperature controller
> > (with LCD, keypad, optocoupler etc.). I'll be using a
> > Pt100 RTD as the sensor. Range is from 0C to 499.5C
> > with steps of 0.5C. I'd like to give the user an
> > option to calibrate the controller. How do I do this?
> > (I mean, how should the
> >
> > calibration be done?) Or am I right in using a Pt100
> > as the sensor, which can let the user calibrate the
> > controller "on the fly"?
> >
> > Thanks,
> > Mohit.
> >
> > ---------------------------------------------------
> > "Short skirts are the height of feminine elegance.
> > And feminine elegance is the highest of all arts."
> > - We the Living; Ayn Rand.
> >
> > "All art is quite useless."
> > - The Importance of Being Earnest; Oscar Wilde.
> > ---------------------------------------------------
> >
> >
> ______________________________________________________________
> __________
> > Want to sell your car? advertise on Yahoo Autos
> Classifieds. It's Free!!
> > visit
http://in.autos.yahoo.com
> >
> > --
> >
http://www.piclist.com hint: PICList Posts must start with
> ONE topic:
> > [PIC]:,[SX]:,[AVR]: ->uP ONLY! [EE]:,[OT]: ->Other
> [BUY]:,[AD]: ->Ads
> >
> >
>
> --
>
http://www.piclist.com hint: The list server can filter out subtopics
> (like ads or off topics) for you. See
http://www.piclist.com/#topics
>
> --
>
http://www.piclist.com hint: The list server can filter out subtopics
> (like ads or off topics) for you. See
http://www.piclist.com/#topics
>
>