Here are the items I took from
The Great Internet Migratory Box of Electronics Junk. The only one for which I have a specific project in mind is the numeric LED display, which should be suitable for my remote lakewater temperature monitor project. That's a project I first
blogged about a couple years ago and to which I've only given a spare thought since then. For the temperature sensor, I imagine soldering a
DS18S20 onto the end of a piece of a cable and waterproofing it with some silicone caulk and
heat-shrink tubing. This sensor would be connected to some sort of minimal microcontroller (would an
Arduino be overkill?) that would be powered perhaps by solar cell. Besides talking to the temperature sensor, the microcontroller would send temperature readings to some sort of RF transmitter—say, the one from
this? Or maybe this is an ideal application for
ZigBee? The wireless link should span about 150 feet of lightly forested terrain. At the other end, the receiver should pass on the data to another minimal microcontroller that would also handle the display.
The target environment already has an 802.11b network, though, so if
that signal can span the 150 feet and there's enough available power on the transmitting end, I wouldn't need to bother with a dedicated receiver. I suspect this setup might be more expensive, though, for the brains needed on the transmitting end.