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”

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]