Putting Twitter In A VFD Clock

Not content with only knowing the time, [trandi] decided his Vacuum Fluorescent Display clock would be much better if it displayed the weather and a Twitter feed.

[trandi] received a Lady Ada Ice Tube clock last month. The kit went together almost too easily. Now he had to, “make it connect to other ‘stuff’ and display some custom messages.” After playing with the firmware to display a Hello World, [trandi] mucked around with the GPS mod and figured out how to add scrolling text over a serial connection.

A serial connection to an Internet-connected computer is all well and good, but [trandi] really wanted a stand-alone solution. A tiny WiFi to RS-232 board was sourced and the work of getting a clock on the internet began in earnest. After a weekend was wasted trying to debug the HTTP mode of the WiFi board, [trandi] gave up and used TCP mode with manually constructed HTTP headers.

The clock gets the current weather and a Twitter feed. To one-up to the Ice Cube GPS mod, the clock now sets its own time from the Internet. Check out the video of [trandi] showing off his Internet clock and fine collection of single malts after the break.

Continue reading “Putting Twitter In A VFD Clock”

Sustainability Hacks: Automatic Window Control

Sometimes, changing one little bit of a green hack turns it into a build that wastes as much energy as our gaming rig. [Dr. West]’s automatic window controller is one of these builds. The good news is the window controller can be easily modified to cut energy costs in the fall and spring.

[Dr. West] doesn’t have any control over the heat in his apartment and for the entire Canadian winter, his apartment gets really hot. He doesn’t pay for his heat, so he does what any of us would do – crack a window. Inspired by this post, he put a linear actuator in the frame of his kitchen window. [Dr. West] didn’t want to damage the window frame, so he attached the actuator to a piece of square aluminum tubing that mounts to the existing screw holes.

The electronics, [Dr. West] used a Rabbit 2000 dev board, LCD display and keypad, and built an H-bridge circuit on a bit of breadboard. Because of a port conflict and admitted laziness, an Arduino is used to read the thermistor. The display shows the current and desired temperature, and the Rabbit opens and closes the window accordingly. All the source code is posted in the forum post.

While it’s not the most ‘green’ idea to dump heat from a building’s HVAC system out into a frozen tundra, this would be a great build to automatically open and close windows in the more temperate seasons. Open windows during the day, close them at night and you’ll have no more problems coming home to a house that’s either too hot or too cold. Check out a video of the automatic window after the break.

Continue reading “Sustainability Hacks: Automatic Window Control”

MSP430-based Wristwatch Project

[Nav] is working on a scratch-built wristwatch. Although it is based on an MSP430 microcontroller, it’s not the ready-to-hack ezCronos that you might be thinking of. Instead, [Nav] started with a different TI development tool that we’ve looked at before, the ez430-F2013.

The breakout board for the F2013 is small enough to meet his needs, but still provides easy soldering with 0.1″ vias that break out each pin. To make sure the timepiece is accurate he added a 32.768 kHz clock crystal. A small, square, LCD screen acts as the face of the watch, but we didn’t find specific part information for the display.

Currently the watch can run for a few days on the CR2032. We’d bet some work with sleep modes for the microcontroller can help with that. The watch has a couple of buttons that let you control it, and [Nav] discovered that he could fit everything into the watch case for an iPod nano. That’s creative!

We’ve seen other hacks with tiny batteries. The next logical step here would be to swap out the disposable coin cell for something that can be topped off with an external charger.

Hackaday Links: September 28, 2011

Disposable coffee maker

[Sepehr] didn’t have a coffee maker, and the local coffee shops were all out of joe. He got his fix by making a drip coffee maker out of disposable cups and knives.

Flexible braille display

Thin film technology is being developed to help the visually impaired. This flexible OLED display has embedded muscle cells which create a braille display. [Thanks Aaron]

Printable iPhone tripod mount

Looking to make those iPhone videos a little more stable, and the pictures a little less blurry? Try out this printable tripod mount that [Chris] came up with.

Arduino macro photos

Speaking of photographs, [Daniel] wrote in to share some macro pictures he took of an Arduino. They’re sure to be of interest to those readers who love everything Arduino.

Carpeting a mouse

Add a unique texture to your mouse by covering part of the body with fabric. The lower half of the mouse case above is covered in a carpet-like material [translated]. [Thanks Clicker]

Ambilight Clone Built From Arduino And ShiftBrite Modules

[Don] put together a guide that will help you build your own Ambilight Clone for about $40 plus the cost of an Arduino. He’s using it with the HTPC seen above, and utilized modular concepts in building it so that you can easily disconnect your Arduino board when you want to use it for prototyping.

For RGB light sources [Don] grabbed six ShiftBrite modules. These are fully addressable cascading modules which make for very easy hardware setup. Instead of buying a driver shield he built his own using an LM317, heat sink, and wall wart to source enough current to drive all of the modules.

We really enjoy the mounting scheme used. Each module is attached to a piece of acrylic which is then mounted using the standard threaded VESA mounting holes on the back of the monitor. As with other Ambilight clones this one uses the Boblight package to get color information from the video as it plays.

Which Resistor Values Should You Order For All Circumstances?

A hard drive crash, and some other happenings that aren’t entirely clear to us, led [Devbisme] to put in a parts order. As he wanted to make the most of his shipping costs, he decided to fill out the order with parts that he’ll use eventually. He’s been working with surface mount designs and wanted to move from using resistors with 0805 packages to the 0603. Having nothing on hand, he devised a way to account for almost all standard values with the fewest number of different resistors.

That’s a mouthful, but what he actually did was figure out what combinations of resistors can best be wired in parallel to achieve a different standard resistance value. This way, if he doesn’t have a specific value he can solder one 0603 surface mount resistor on top of another one to get there. He ended up writing a Python program to best calculate this set of values. It came up with a set that lets him synthesize 159 of the 168 standard resistor values within +/- 4% using just 19 actual resistor values. His method requires anywhere from one to three resistors to get to each value. Soldering three 0603 packages on top of each other might not be the most fun, but it makes for easy parts inventory management.

Sustainability Hacks: Solar Battery/smartphone Charger

[Michael] took a battery charger meant to be connected to mains power and converted it to work with a solar panel. This was a traditional 4 cell charger which charges the batteries in pairs. He kept that functionality, but added USB charging with a special over-current feature. That’s because his Android phone has a fast and slow USB charging mode. The slow mode makes sure that it draws 500 mA or less to stay within USB specifications. But the fast mode draws more current when the phone detects that the USB connection is attached to a wall charger. [Michael] added a switch that patches a pull-up resistor to the data line, signaling to the phone that it’s okay to switch to fast charging mode.

As for the power supply itself, you can see that [Michael] snapped off the part of the circuit board that housed the original regulator. He’s added his own 5V switching regulator which offers a wide input voltage range. This is connected to two banana plug sockets which can be connected to the solar panel.