Touchscreen Scooter Computer

[Kurt’s] scooter computer started off as a way to use a couple of LEDs to show the battery charge on his hog. It was based on a Arduino and used a voltage divider to judge how much juice was left. But then he ran across a touch-screen OLED shield for the Arduino and the project started to take off. Now he’s got battery, temperature, real-time clock, and GPS running through the slick-looking display. It may not be a full-blown motorcycle but it gives the computer interfaces we’ve seen for other bikes a run for their money.

[Thanks Mowcius]

Solder Station Hack Adds Temperature Control

Take that cheap fire stick you call a soldering iron and turn it into a real tool. [Giorgos Lazaridis] turned his 30 watt soldering iron into a temperature controlled soldering station by adding a thermistor just above the tip to monitor how hot things are getting. A MAX6675 takes care of the thermocouple and shoots a digital temperature value off to the PIC 16F88 which controls the unit by taking user input from a potentiometer and displaying the settings on an HD44780 character display. His use of a dissected ‘wall wort’ inside of the ATX power supply carcass used as the case for the station is a clever hack. See it melt some metal in the clip after the break.

This makes a nice upgrade to our solder station guide, which had a temperature controlled iron but lacked the sensor and automation seen here. Continue reading “Solder Station Hack Adds Temperature Control”

Biopunk Watch: Time, Temperature, Gaming

[Matthew Garten] built this watch based on an Arduino. The face is a small color display which allows you to choose to show time in digital, binary, or analog formats. In keeping with the recent trend here on Hackaday he has a glove-based add-on that has temperature sensors in the fingers; for Firefighters or those with nerve damage to their fingers (we’re thinking Darkman). For entertainment in any situation he’s included a trackball and the ability to play breakout or draw in 16-bit color. Details are scarce but apparently he’ll be sharing more soon. For now, watch the video after the break and think of ways to shrink this down into a nice package like the Pong Watch enjoys.

Continue reading “Biopunk Watch: Time, Temperature, Gaming”

Keep Tabs On Your Car Without OBD-II

[Steve] let us know about his MultiDisplay car monitoring system. Unlike traditional systems that rely on interfacing with the OBD-II protocol and existing car computer, the MultiDisplay uses an Arduino and custom shield with a combination of sensors; including temperatures, pressures, throttle, Boost, and etc. The data collected can then be displayed on a 20×4 LCD or streamed to a PC with visualization and event recording.

It’s nice to see half a years worth of work finally be complete and presented in such a clean and professional manner, keep up the good work [Steve]

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.