What Has 114 LEDs And Is Always Running?

The answer, of course, is a word clock. This is actually [Eric’s] second version of a word clock. Like the first one, it uses 114 LEDs to back light the words on the display.

In his first iteration he used an Arduino to drive a Charlieplex array of lights. It was an 11 by 10 grid, plus four LEDs to display the in-between minutes as dots at each corner of the clock face. This time around he’s still using an Arduino, but the lights have seen a huge upgrade. In one of his build pictures you can see the reel of RGB led modules which have two RGB LEDs and an HL1606 driver on each segment. These are SPI controlled, making them easy to hook up, using just a few data and power bus rails. Check out the test video after the break that shows what this grid is capable of.

In case you can’t figure out what time is displayed above, you might check out an English version of a Word Clock face to help in your own build.

Continue reading “What Has 114 LEDs And Is Always Running?”

Prototyping A Bluetooth To IR Remote Control Translator

[James] is one of those guys on a quest to control everything with one device. His tool of choice is an Android phone, which can do quite a lot right out of the box. But he was never satisfied with its lack of IR remote control abilities. He fixed that feature-gap by building a Bluetooth to Infrared translator.

The hardware he used for the prototype is quite simple. A cheap serial Bluetooth modem from eBay lets him connect to his phone. An Arduino board listens for data from the modem and converts incoming commands to flashes on an IR LED. Voila, he can control the tube with his phone.

We love the potential of this hack. The Bluetooth module runs from 3.3V, and reading serial data and flashing an LED is extremely simple. You should be able to use a small uC, say an ATtiny13, and a 3.3V regulator to miniaturize the module. We could see this plugging into the USB port on the back of a TV for power, with a wire extension to put the LED into position. The only shortfall is the inability to turn the TV on remotely when drawing power this way.

Remote codes aren’t particularly large to store either. So this would be pretty easy to extend to full control of all IR-compatible home entertainment devices. You just need a tool to discover the remote control codes.

Continue reading “Prototyping A Bluetooth To IR Remote Control Translator”

Remote-controlled USB Switch

When [beerninja] wanted to swap his USB keyboard from one game console to another without mucking about with wires, he asked the Hack A Day forums for some help. [Meseta] (AKA [UAirLtd]) came to the rescue and built [beerninja] a remote-controlled USB switch.

After opening up a no-name USB switch, [Meseta] discovered that the switching is done with simple relays and switches. A hugely overpowered Forebrain ARM dev board was used to pull each switch low for a few hundred milliseconds to switch the output USB port.

For the infrared remote control, [Meseta] dug into Lady Ada’s IR sensor tutorial and decoded buttons 1 through 4 on a Sky TV remote. Each button from one to four corresponds to the buttons on the USB sharing switch. The ‘0’ button was also decoded as a convenience to put the Forebrain into its reprogramming mode. After drilling a small hole for the IR receiver, the finished project was stuffed back into the original steel enclosure.

Check out the video of the switch in action after the break.

Continue reading “Remote-controlled USB Switch”

Hacking Your Car’s Multifunction Display

attiny_mfa_switcher

[Steve] has an older third generation VW Golf, and as those who have owned one surely know, the beloved VR6 engine is wonderful but finicky. He says that the VR6 is particularly picky when it comes to oil temperature, so his daily routine involves hitting the MFA switch five times upon starting his car to bring up the oil temp in the display. This obviously gets old after awhile, so he rigged up a small circuit to do the switching for him.

He pulled the gauge cluster from the dash and then located the pins that correspond to the MFA display switch. Using an ATtiny12, he put together a small circuit that toggles the switch for him automatically each time he starts the car. Since his solution uses so few parts, he was easily able to tuck his creation behind the gauge cluster before reinstalling it.

Now each time he gets in his car, he is quickly greeted with the engine’s oil temp without having to fuss with his display.

Battery-less Electronic Dice For All Your D&D Needs

electronic_20_sided_die

[Anthony] is a big fan of Dungeons & Dragons, but he thought the game would be far more fun to play with an electronic die rather than the traditional fare. Electronic dice are nothing new around here, though we can’t help but like his design.

He wanted to keep his electronic die as small as possible while ensuring it would last an entire gaming session, so rather than use a battery to power it, he opted for a super capacitor instead. His 1F 5.5V cap keeps the PIC18 and 22 SMD LEDs chugging along quite nicely without ever requiring a break in the action for a charge.

The electronic die looks great, and give him the choice of rolling a 4, 6, 8, 10, 12, and 20 sided die with a simple push of a button. While a bit less interactive than tossing a die on the table, we certainly wouldn’t mind having one.

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”