I use this setup to monitor a server room, and as a weatherstation.
This project consists of:
- A Dallas 1-Wire bus network
- Interface between RS-232 and the Dallas 1-Wire system
- Digital temperature sensors connected to the Dallas 1-Wire bus (DS1820/DS18s20)
- Software setup to gather and graph temperatures
Remove these ads by
Signing UpStep 1: You need
- Some linux skills
- Basic electronics skills, soldering etc..
- 1 6.2V Zener diode (1N5234)
- 1 3.9V Zener diode (1N5228)
- 2 Schottky diodes (1N5818)
- 1 1.5 k resistor
- 1 2pin screw terminal
- 1 D-sub 9 female connector with solder points
- 1 small piece of perfboard.
- One or more Dallas Semiconductor DS1820 or DS18s20 digital temperature sensor
- Cat5 cabling
- Shrink tube














































Visit Our Store »
Go Pro Today »




anyone would be nice enough to send me the tempsensor-0.1.tar.gz file ?
it seems that the file is unavailable since Mar, 6...
where can i download this file tempsensor-0.1.tar.gz ???
Would this also work with a LM35DZ? If so, what would be the differences in the scheme?
BTW, great instructable.
Pin 2 Transmit
Pin 3 Receive
Pin 7 Ground
Pin 20 DTR (if using non-parasitic)
The 18S20 is a 1 wire serial device
Your printer port will only talk to parallel devices.
"DigiTemp v3.5.0 Copyright 1996-2007 by Brian C. Lane
GNU Public License v2.0 - http://www.digitemp.com
Turning off all DS2409 Couplers
Searching the 1-Wire LAN"
Problem is it doesn't show any sensors....
In non-parasitic mode (2 more components required) 10 or 12 would be quite happy. With a separate 5 volt PSU, several thousand.
great job
thanks
Looking at the documentation it appears this would do the same as your diodes and soldering and give you a RJ-45 to boot. The site appears to spec the device for $21. Any idea how that would compare to soldering diodes in price and functionality?
http://www.maxim-ic.com/products/ibutton/products/adapters.cfm#rs232
BTW to get it to run on windows you need to
- download the current Windows digitemp
- find the digitemp.exe file in the digitemp file
- copy that to WINDOWS/system32
- Go into command prompt and type "digitemp", That will give you the syntax of the command
Hope I could help anyone that is trying to use it on Windows...Do you know how I can use this on windows?
I have tried what you said below but it doesn't work, What does the digitemp -aq > c:\path\to\webserver\root\temperature.txt mean?