Loading
Home ›
Resources for “Remote Temperature Monitoring with Linux”
Feb 22, 2006 By Steven M. Lapinskas
Resources for the print article.
University Linux Page: www.documatrix-usa.com
Excel spreadsheet for Steinhart-Hart equation: www.ysitemperature.com/tech-docs-sandh.html
Digital Multimeters with Serial Port Interface
Jameco Electronics—METEX brand multimeter source: www.jameco.com
Marlin P. Jones Associates, Inc. —UNI-TREND TECHNOLOGY brand multimeter source: www.mpja.com/productview.asp?product=14311+TE
Extech Instruments Corporation—MultiPro brand multimeter source: www.extech.com/instrument/products/alpha/MP510_520_530.html
______________________
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- Build Your Own Arcade Game Player and Relive the '80s!
- The Linux powered LAN Gaming House
- Python for Android
- I use Wireshark on a daily
2 hours 25 min ago - buena información
7 hours 32 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
8 hours 32 min ago - Gnome3 is such a POS. No one
18 hours 3 sec ago - Gnome 3 is the biggest POS
18 hours 10 min ago - I didn't knew this thing by
1 day 14 min ago - Author's reply
1 day 3 hours ago - Link to modlys
1 day 4 hours ago - I use YNAB because of the
1 day 4 hours ago - Search
1 day 10 hours ago






Comments
Another approach
An interesting article as it touches on fundamentals.
When we needed to monitor temperature in our server room I used something that involved less R&D (on my part): semiconductor temperature sensors on 1-wire bus connected via adapter to the serial port on one of the Linux machines. Sensors like DS18S20 have more than adequate accuracy (+/-0.5°C) and temperature range (-55°C to +125°C).
It is relatively easy to assemble sensors and adapters yourself and there is plenty of info available (http://www.digitemp.com/documentation.shtml). There are also ready modules available (http://www.ibuttonlink.com/). Software to scan the bus and take readings is also free and, for example, available as a Debian package 'digitemp'.
Sarunas Burdulis
Great Article
Steven,
I was very pleased to see your article on remote temperature monitoring with Linux. I appreciate solutions to real world engineering problems.
I had a functional but unused Compaq Armada laptop (82MB RAM maxed out) and, following your instructions, was able to put University Linux on it even though it is running Win2000 OS. I used a Utility Disk v5.04 floppy previously made for the System Commander 2000 program I have on this laptop to boot into DOS and install UL. UL seems to work fine so far although I have not completed all of your project steps.
My next step is to Telnet into this laptop using my Dell Latitude C800 laptop now on the same wire network. I downloaded Putty. I need to get the permissions in UL correct.
After reading your article my interest would be to go directly to a wireless application using your concept. Existing wireless components are on the market from suppliers such as >> http://www.pointsix.com/cgi-bin/PointSix.cgi?Point_Sensors for various kinds of sensors, receivers, transmitters. (I am in no way connected to this company, just an example). Any experience with wireless?
For a future article - in a series(?) for Linux Journal - I would like to see a description of wireless components integrated with your Linux & UL solution.
Also, under the "when will we have more and better" aspect of any engineering project I would then suggest a next iteration to include multiple sensors (of different types) and a more sophisticated monitoring software to handle a real world application of multiple types of sensors and monitoring of multiple sensors of each type.
Thanks!!
Switching device
Good article. Can you recommend a switching device for multiple inputs? I've had no luck finding anything designed for multimeters.
Thanks.
loved your article in 06Apr issue
Loved your article.
I've been playing with similar temperature monitoring/control applications that you alluded to in your article using a deeply embedded appliance produced by IO anywhere Inc.
The API to this box is open source and there is a demo5.tcl in the package below that you might want to check out:
http://members.allstream.net/~fcsoft/ioanywhere/windowsHowTo.html
Although it is setup to run under Windows, it is a simple matter of commenting out the c: lines and in the environment variable lines to get it to run under Linux.
bob