Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Computer interfacing with a thermal sensor

Status
Not open for further replies.

zero49

Newbie level 3
Joined
May 14, 2006
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,322
thermo sensor not supported in a pc

Hi all

I want to use a thamal sensor to get "hot" & "cool" signals and display the status on my PC (full screen)

I know nothing about computer interfacing and programming.
Could anybody help me please!

Thanks
Wije
 

digital thermal sensor vb.net

hi

if u dont know about programming then it would b difficult for u.plz say someone else to do it for u.

u will use parallel port for taking input from a thermal sensor, which is giving input as low or high to the pc through an and gate. a c++ program is to b used with the compiler of TC. but it will not work in windows xp as it blocks ports of outside connections
 

    zero49

    Points: 2
    Helpful Answer Positive Rating
how connect sensor with computer by parallel port

Hi

Thanks for the advice.
I will have to look for someone.

Zero 49
 

max6675 parallelport

u don't hv to write program in c++ to do it . there is various serial port data logging software that can solve ur purpose ....
 

interfacing of 555timer and sensor

you can have a try with LabVIEW (Graphical PRogramming language)

I have done this kind of projects.... (also with VB.NET,...)

For instance a one-wire solution from www.maxim-ic.com can help you... I think they even supply free software for reading it out of the sensor!
 

max6675 linux

Do i have to buy LabView?
Which module?
How do i make sure I can use for my purpose?
How much would that be?

zero49
 

computer thermal sensors

Hi,

You need MAX 6674 or MAX 6675 K type thermocouple to digital converter and an interface mcu like Pic family whatever.
You can find detailed pdf in Maxim-ic.com

Analyzer
 

sensing computer language

hi
if you want to get only two levels i mean hot or cool. Tehn here is a simple method with out much programming.
the hardware circuit consists of a 555 timer circuit which is connected to a thermal sensor. U can set the threshold temperature whenever sensor temp crosses threshold, output of the circuit changes value.

the output of the above circuit is connected to parallel port and the programming part is very simple it will be of five to six lines in c.


write to me at wizkidkrishna@gmail.com if you are interested
cheers bye
 

maxim 6675 demo parallel-port

you can use the parallel port its easy to program by c /c++ and vb
and you can doing interfacing between temperature sensor as rtd but you want to use the protct the parallel poart you want to use the realy and buffer to rpotect the reverce current
and you can in c language 4 instruction to programe parallel port
outportb(address,date)
inportb(address)

Added after 4 minutes:

http://www.geocities.com/gear996/sub/parallel.html
 

parallel port interfacing with 555

zero49 said:
I want to use a thamal sensor to get "hot" & "cool" signals and display the status on my PC
You can use analog input boards from various manufacturers such as national instruments. This will require labview, which can be somewhat pricey.

If you want to connect the temperature sensor to your computer via ethernet, **broken link removed**. This comes with a visual basic demo application that displays temperature.
 

linux serial port max6674

I just got through building a test fixture to do what you mentioned. I used a basic stamp2 to read two ADCs attached to temp probes and output the data to the pc through the debug serial line. I also made a quick-basic program to capture the data and record it as it came in.

Good luck

dfullmer
 

interfacing temperature sensor to parallel port

Im suggst you use basic stamp ii from parallax.com it has various thermal sensors that you can buy. it also supported with the basic codes and simple circuit that you have to do. By using the serial rs 232 port, basic stamp ii will send the data wheather its cool or hot even it can tell the current temperature.

For nice looking pc interface you can use the Visual Basic 6.0 or flash to display the temperature. I have done it before.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top