Sign in

username or email:

password:



Not a member?
Forgot your Password?

Search Comp.Arch.Embedded



Search tips

Discussion Groups

See Also

DSPFPGA

Discussion Groups | Comp.Arch.Embedded | simple thermal diode probe

There are 7 messages in this thread.

You are currently looking at messages 1 to 7.


So far in May, you have voted 0 times ou of a total of 20 votes by the community.
Please help us clean the archives from unuseful discussion threads by using the voting system! Details here.

simple thermal diode probe - Al Clark - 2012-08-27 21:53:00

Many processors and fpgas have built in thermal diodes. There are also many 
supporting devices that control fans or have I2C/SPI interfaces.

I am looking for a small off-the-shelf board or instrument that I can use on 
existing boards by just connecting to the internal diode and reading the 
temperature on a display. 

I'm not looking for advice on how to build my own or how to interpolate with 
a multimeter etc. I don't want to build a board etc. I just want the "lazy" 
solution

I have searched on Google and found nothing that is suitable.

Can anyone point me to an off-the-shelf" solution?

Thx

Al

Re: simple thermal diode probe - langwadt@fonz.dk - 2012-08-28 12:29:00

On 28 Aug., 03:53, Al Clark <acl...@danvillesignal.com> wrote:
> Many processors and fpgas have built in thermal diodes. There are also many
> supporting devices that control fans or have I2C/SPI interfaces.
>
> I am looking for a small off-the-shelf board or instrument that I can use on
> existing boards by just connecting to the internal diode and reading the
> temperature on a display.
>
> I'm not looking for advice on how to build my own or how to interpolate with
> a multimeter etc. I don't want to build a board etc. I just want the "lazy"
> solution
>
> I have searched on Google and found nothing that is suitable.
>
> Can anyone point me to an off-the-shelf" solution?
>
> Thx
>
> Al

http://www.omega.com/Temperature/pdf/CYD200.pdf

don't think you'll like the price ...

-Lasse

Re: simple thermal diode probe - Hans-Bernhard Bröker - 2012-08-28 14:31:00

On 28.08.2012 03:53, Al Clark wrote:
> Many processors and fpgas have built in thermal diodes. There are also many
> supporting devices that control fans or have I2C/SPI interfaces.
>
> I am looking for a small off-the-shelf board or instrument that I can use on
> existing boards by just connecting to the internal diode and reading the
> temperature on a display.

What made you assume that those diodes would be routed to external pins 
of those devices, for your hypothetical device to connect to?

Re: simple thermal diode probe - Al Clark - 2012-08-28 16:33:00

=?ISO-8859-15?Q?Hans-Bernhard_Bröker?= <H...@t-online.de> wrote in
news:a...@mid.dfncis.de: 

> On 28.08.2012 03:53, Al Clark wrote:
>> Many processors and fpgas have built in thermal diodes. There are also
>> many supporting devices that control fans or have I2C/SPI interfaces.
>>
>> I am looking for a small off-the-shelf board or instrument that I can
>> use on existing boards by just connecting to the internal diode and
>> reading the temperature on a display.
> 



> What made you assume that those diodes would be routed to external pins 
> of those devices, for your hypothetical device to connect to?
> 

Because in my case, I routed the thermal diode to a test header. I already 
have the boards.

Al


Re: simple thermal diode probe - Paul Urbanus - 2012-09-22 10:22:00

On 8/27/2012 8:53 PM, Al Clark wrote:
> Many processors and fpgas have built in thermal diodes. There are also many
> supporting devices that control fans or have I2C/SPI interfaces.
>
> I am looking for a small off-the-shelf board or instrument that I can use on
> existing boards by just connecting to the internal diode and reading the
> temperature on a display.
>
> I'm not looking for advice on how to build my own or how to interpolate with
> a multimeter etc. I don't want to build a board etc. I just want the "lazy"
> solution
>
> I have searched on Google and found nothing that is suitable.
>
> Can anyone point me to an off-the-shelf" solution?
>
> Thx
>
> Al
>
LM95235 Eval board. Doesn't have a display with temp, but has USB (and 
presumably software that will show the temp.

One in stock at DigiKey for $120US
http://www.digikey.com/product-search/en/programmers-development-systems/eval-boards-sensors/2622557?k=lm95235

I used the LM86 eval board ($100) for monitoring the temp of a Xilinx 
FPGA during initial board bringup and it worked great. DigiKey doesn't 
have any in stock, though.

Paul

Re: simple thermal diode probe - Smeghead - 2012-09-25 15:27:00

>On 8/27/2012 8:53 PM, Al Clark wrote:
>> Many processors and fpgas have built in thermal diodes. There are also
many
>> supporting devices that control fans or have I2C/SPI interfaces.
>>
>> I am looking for a small off-the-shelf board or instrument that I can
use on
>> existing boards by just connecting to the internal diode and reading
the
>> temperature on a display.
>>
>> I'm not looking for advice on how to build my own or how to interpolate
with
>> a multimeter etc. I don't want to build a board etc. I just want the
"lazy"
>> solution
>>
>> I have searched on Google and found nothing that is suitable.
>>
>> Can anyone point me to an off-the-shelf" solution?
>>
>> Thx
>>
>> Al
>>
>LM95235 Eval board. Doesn't have a display with temp, but has USB (and 
>presumably software that will show the temp.
>
>One in stock at DigiKey for $120US
>http://www.digikey.com/product-search/en/programmers-development-systems/eval-boards-sensors/2622557?k=lm95235
>
>I used the LM86 eval board ($100) for monitoring the temp of a Xilinx 
>FPGA during initial board bringup and it worked great. DigiKey doesn't 
>have any in stock, though.
>
>Paul
>

In a similar vein, the LM89 eval board is listed at $78 on TI's site, but
availability might be a problem:

  http://www.ti.com/tool/lm89eval


If you're willing to spend a little time on this, the other way to approach
it might be to pick up a raspberry pi, wire an lm86 or similar to its I2C
bus, and connect the diode to that. We picked up a few for tinkering with
at work, and they're quite impressive (if you overlook their USB power
delivery kludges) - we've connected a few one-wire, I2C and SPI devices to
them just to see what's what, and it really does appear to be quite simple
to get simple devices up and running.	   
					
---------------------------------------		
Posted through http://www.EmbeddedRelated.com

Re: simple thermal diode probe - Al Clark - 2012-09-28 09:28:00

I ended up with an LM95231 Eval Board from TI. I think this is similar to 
the other eval boards that were suggested. 

It seems like an opportunity for someone. 

Thanks

Al





Paul Urbanus <u...@urbonix.com> wrote in
news:w...@megapath.net: 

> On 8/27/2012 8:53 PM, Al Clark wrote:
>> Many processors and fpgas have built in thermal diodes. There are also
>> many supporting devices that control fans or have I2C/SPI interfaces.
>>
>> I am looking for a small off-the-shelf board or instrument that I can
>> use on existing boards by just connecting to the internal diode and
>> reading the temperature on a display.
>>
>> I'm not looking for advice on how to build my own or how to interpolate
>> with a multimeter etc. I don't want to build a board etc. I just want
>> the "lazy" solution
>>
>> I have searched on Google and found nothing that is suitable.
>>
>> Can anyone point me to an off-the-shelf" solution?
>>
>> Thx
>>
>> Al
>>
> LM95235 Eval board. Doesn't have a display with temp, but has USB (and 
> presumably software that will show the temp.
> 
> One in stock at DigiKey for $120US
> http://www.digikey.com/product-search/en/programmers-development-systems/
> eval-boards-sensors/2622557?k=lm95235 
> 
> I used the LM86 eval board ($100) for monitoring the temp of a Xilinx 
> FPGA during initial board bringup and it worked great. DigiKey doesn't 
> have any in stock, though.
> 
> Paul