The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Hardware Development

Reply
 
LinkBack Thread Tools Display Modes
Old 12-29-2004, 10:08 AM   #1
Newbie
 
frankz's Avatar
 
Join Date: Dec 2004
Location: Atlanta
Posts: 33
temperature sensors

here's a couple links for anyone who might like to add
temperature sensors to their car, connected to your carpc:

http://www.lancos.com/webtherm.html

http://www.riccibitti.com/pc_therm.htm

for the sensors (ds1631),
Dallas Semiconductor was taken over my Maxim IC
maxim-ic.com
you can get a couple of them for free, by requesting free samples.
frankz is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 12-30-2004, 01:06 PM   #2
MySQL Error
 
MatrixPC's Avatar
 
Join Date: Sep 2003
Location: Beach City, Socal
Posts: 4,035
This is what I really want for a car PC temp sensor
http://www.cesko.host.sk/GamePortTemp_eng.htm
But I can't find those sensor in the States
__________________
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
MatrixPC is offline   Reply With Quote
Old 12-30-2004, 01:38 PM   #3
My man uses Levitra.
 
Peoples's Avatar
 
Join Date: Dec 2004
Location: Maryland
Posts: 2,025
http://www.its-about-time.com/htmls/...atempsens.html

this one looks pretty neat
i bunch of them i've looked at retail at over $160, which IMO is rediculous, but $40 aint bad
__________________
PC Components:
Lilliput; XPC/FLEX mobo; 1.7 ghz P4 Mobile;512 DDR; 160 gb HDD; opus 150; slot usb dvd-rw
My work log
Peoples is offline   Reply With Quote
Old 12-30-2004, 01:44 PM   #4
Variable Bitrate
 
egeekial's Avatar
 
Join Date: May 2004
Posts: 380
I'd much rather just get one of these:
http://www.phidgets.com/index.php?mo...D=Admin&IID=85

and a couple of these:
http://www.phidgets.com/index.php?mo...223.128&IID=81
__________________

2001 Nissan Altima SE
Shuttle FV24 / P3 1Ghz
512MB (2x256) PC133 RAM
40GB 7.2k RPM
WiFi / GPS / XM
Opus 150
Xenarc 700TSV
XP Pro (nLite) / Frodoplayer
egeekial is offline   Reply With Quote
Old 12-30-2004, 03:39 PM   #5
Maximum Bitrate
 
Skipjacks's Avatar
 
Join Date: Dec 2004
Location: Baltimore, Maryland
Posts: 526
Wait a minute....there are about 8 million temperature sensing computer products designed for monitoring case temp, processor temp, RAM temp, disk temp, mouse temp, keyboard temp, porn site temp, etc etc etc....

One of those kind of things has to able to be converted easily and cheaply into an ambiant outside air temperature sensor.
Skipjacks is offline   Reply With Quote
Old 01-22-2005, 06:22 PM   #6
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,063
Heck, I just use a 4 sensor serial circuit that requires no external power and no calibration (US$30), it is fully incorporated into my remake of Media Car... check out:
http://guino.home.insightbb.com

(there are links for the information and ordering locations on the links page)

Last edited by guino; 01-22-2005 at 11:15 PM.
guino is offline   Reply With Quote
Old 01-22-2005, 08:35 PM   #7
Constant Bitrate
 
Join Date: Jul 2004
Posts: 208
This looks like the way to go. You basicaly get as many sensors as you want and it uses the SMbus (I2C) connector on the epia boards. One IC and you have 4 remote temp sensors 2 ICs 8 etc and the actual temperature sensor is a simple el-cheapo transistor. Best of all you don't use up a serial port.
momanz is offline   Reply With Quote
Old 01-22-2005, 09:33 PM   #8
SWC
Constant Bitrate
 
Join Date: Aug 2004
Location: Baltimore
Posts: 165
Quote: Originally Posted by egeekial


Phidgets are great but their temp sensor seems a lot bigger than most of the other around.
SWC is offline   Reply With Quote
Old 01-22-2005, 09:37 PM   #9
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 8,063
Quote: Originally Posted by momanz
This looks like the way to go. You basicaly get as many sensors as you want and it uses the SMbus (I2C) connector on the epia boards. One IC and you have 4 remote temp sensors 2 ICs 8 etc and the actual temperature sensor is a simple el-cheapo transistor. Best of all you don't use up a serial port.

That's awesome! although, with all my clumsiness and luck I'd probably fry my MB trying to get it in place.
guino is offline   Reply With Quote
Old 01-22-2005, 10:43 PM   #10
Constant Bitrate
 
Join Date: Jul 2004
Posts: 208
Actually most mobo's have a 5 or 6 pin header that you connect a cable to. That way you can build the circuit on a breadboard plug in and go. Now if you don't have an SMbus/I2C connector you will need to solder a connection to your motherboard. I'm thinking that the most difficult thing here will be soldering the leads to the chip, it's tiny.

I'm waiting on parts to try this out. I'll post the results when I'm done.
momanz is offline   Reply With Quote
Old 01-25-2005, 12:28 PM   #11
Newbie
 
CNDaccent's Avatar
 
Join Date: Aug 2004
Location: Canada, eh
Posts: 10
Thumbs up single line multiple temp sensors

IMHO: I2C single line temp sensors are the way to go. I've worked on different projects (I'm an EET) and these are pretty simmple to use. Each sensor gets programmed with an address so they can all use the same data I\O line. 3-pins 3-wires and you can connect a bunch.
Dallas semi makes a decent one (DS18B20) with a 64-bit ID code, in case you need that many
__________________
look at all the magic smoke...

Small Amp, Big Car
8" LCD
PC and assorted parts
CNDaccent is offline   Reply With Quote
Old 01-31-2005, 08:19 AM   #12
Variable Bitrate
 
Join Date: Sep 2004
Posts: 440
Quote: Originally Posted by CNDaccent
IMHO: I2C single line temp sensors are the way to go. I've worked on different projects (I'm an EET) and these are pretty simmple to use. Each sensor gets programmed with an address so they can all use the same data I\O line. 3-pins 3-wires and you can connect a bunch.
Dallas semi makes a decent one (DS18B20) with a 64-bit ID code, in case you need that many

Any help on interfacing them (ds18B20's and ds1822P's) to a parellel port, game port, or serial port? Parellel would be prefered by me as what else am I going to use that port for (a printer...NO!). Second would be game port then serial (I already used my two up). I do have a usb to serial adapter but I'm trying not to use it because if I do then I'm going to need to buy a usb hub

Last edited by hcker2000; 01-31-2005 at 08:23 AM.
hcker2000 is offline   Reply With Quote
Old 02-03-2005, 04:42 PM   #13
Variable Bitrate
 
DeltaFX's Avatar
 
Join Date: Sep 2004
Location: France
Posts: 410
There 's a solution with a 1-wire-USB interface too. And 1-wire can be used for other sensors than temp. But it's in French

http://deltafx.free.fr/f02a016.pdf
DeltaFX is offline   Reply With Quote
Old 02-04-2005, 01:23 AM   #14
Maximum Bitrate
 
starfox's Avatar
 
Join Date: May 2002
Location: Australia
Posts: 449
Also this one that uses an AT90S2313 and talks to an ADC and temp sensor via Microwire.

http://mcselec.com/an_104.htm

I'm gonna try build it and write a serial port interface for it in the next few weeks..
starfox is offline   Reply With Quote
Old 02-04-2005, 10:59 AM   #15
Raw Wave
 
rando's Avatar
 
Join Date: Mar 2004
Location: Redondo Beach, CA
Posts: 1,969
Quote: Originally Posted by momanz
This looks like the way to go. You basicaly get as many sensors as you want and it uses the SMbus (I2C) connector on the epia boards. One IC and you have 4 remote temp sensors 2 ICs 8 etc and the actual temperature sensor is a simple el-cheapo transistor. Best of all you don't use up a serial port.

As long as they are strictly SMBus you should be all set with the onboard SMBus (not I2C) connector on the EPIA boards. There doesn't appear to be a way to issue I2C commands on it.
__________________
2004 4runner
rando is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Monitoring outside temperature Tha Hombre General MP3Car Discussion 8 01-25-2006 10:22 AM
MPJA - MECI ASTEC DC-DC Converter Luc General Hardware Discussion 39 11-22-2004 10:31 PM
LCD temperature range jplev22 LCD/Display 5 04-14-2004 10:19 PM
Pc in the car and low autside temperature. ( winter time ) Goose General Hardware Discussion 3 12-25-2002 11:28 AM
Need help finding idle and temp sensors wizardPC Off Topic 0 05-07-2002 12:40 AM


All times are GMT -5. The time now is 04:40 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics