Thermos Temperature Meter

[youtube=http://www.youtube.com/watch?v=UXsxtEmKgbw]

We’re always a little surprised by how well a vacuum thermos works, but eventually the contents will cool down (or warm up depending on what’s in there). [Gamesh_] added a temperature meter to his thermos using an Arduino and a temperature sensor. The original post is in Portuguese but [Bruno] republished it in English.

The temperature sensor has been repurposed from a digital thermometer meant for taking your temperature. Holes for the LEDs making up the indicator bar were melted in the side of the plastic housing. When the hot liquid is poured out at about 0:45 into the video you can glimpse the Arduino hanging our on the other side of the pot and a power cord running off behind the laptop. It would be nice to see this migrated over to a less powerful chip and run from a small coin cell, but we like the concept.

Temperature And Electricity Monitoring

[Willem] has been using an Arduino to monitor temperatures and electricity usage. For the temperature monitoring he picked up some 1-wire temperature sensors similar to those we’ve featured in the past. To pick up on electricity usage he’s not using an amp sensors, but because he’s in the UK he does have a flashing LED on his power meter. There’s a known trick to pick up these flashes with a photo cell to calculate energy usage based on meter readings. Finally, the data from the three sensors (indoor temp, outdoor temp, and energy usage) is piped over the Internet via an Ethernet shield so that it can be collected and graphed.

[Willem] has had the system running for a year. If you’re nosy you can look at the temperature graph generated from his collected data.

Monitor Keg Volume, CO2, And Temp

[Jean-Michel] tipped us off about his beer keg monitoring setup. It can tell you how much beer is left in each keg, how much carbon dioxide remains in the canister, and it can monitor and regulate temperature.

An Arduino mega is the brain of the system. A shield was built to interface force sensors, measuring the weight of the keg to estimate how much beer remains. Analog temperature sensors allow for temperature monitoring and control of the compressor for regulation. Information can be displayed on a graphic LCD or a computer via XBee wireless communications.

This is along the lines of the SparkFun kegerator but we like the added functionality. Does this need to Twitter? Probably not but if you want that, it’s only a bit of a software hack away.

Tweetidor, The Tweeting Humidor

tweetidor12-300x225

As cigar aficionados will tell you, cigars should be stored in climate controlled humidors to keep them in best condition for smoking. Most of the time a humidor is just a simple air-tight box with a hygrometer attached, which measures the relative humidity inside the box. Feeling as though he needed more control over the environment he kept his cigars in, [Justin] created the Tweetidor, a humidor that tweets its current temperature and humidity. Yes, you guessed it; the project is built around an Arduino. It’s a simple, useful project that is well documented and would be fun to recreate if you’re into cigars (and not tired of Twitter or Arduinos yet.) Combine this with the laser lighter and you’ve got a pretty nice setup.

SparkFun Kegerator Goes To Eleven

sparkfun-kegerator

It started with a simple need: keep tabs on SparkFun Electronics’ in-house kegerator so the beer won’t run out at inopportune times. But of course SparkFun and “simple need” make strange bedfellows…throw beer in the mix, and you know this can’t end well. The result, as you might imagine, reads like a who’s-who of electronics hackery buzzwords.

Arduino? Check. Custom PCB? Check. Web interface? Check. Twitter feed? Check.

They’ve assembled a nice build tutorial on how this all went together, including code, example circuits, an explanation of some of the sensors used, and links to other tutorials for such things as Twittering and persistent storage in EEPROM using Arduino. Not to mention the eye candy: a custom Arduino shield (solder mask and all), custom acrylic tap handle, custom SparkFun pint glasses. They never do anything halfway, do they?

Remote Thermometer Using Arduino

temp

[Peter] sent in this writeup on how to build a remotely accessible thermometer. The hardware side is pretty easy on this one, all you need is an Arduino, a resistor and an thermistor. The software is where the main focus is.  You can check the temperature via command line, but also via email. It can also tell you the temperature using the host computers sound hardware. You can see a video of it in action after the break. We have to wonder why he didn’t make it twitter.

Continue reading “Remote Thermometer Using Arduino”

Temperature Sensing Munny

munny

Here’s another nerdy present that was built for Valentine’s Day. [João Silva] created a temperature sensing Munny. A Munny is a vinyl toy made to be customized. Other than these Munny speakers, we haven’t seen them in many electronics projects. The LM35CZ temperature sensor has an analog output that connects to the ADC on the ATtiny15L. The microcontroller changes the RGB LED’s color based on the temperature: blue for cold, green for comfortable, and red for hot. It only flashes every three minutes to conserve the power in the coin cells. His one-off circuit board also includes an ISP header for programming. The Munny’s head looks like it does a great job diffusing the light.