We can’t say we’ve had problems typing on our iPhones here at HackaDay, must be the elfin fingers, but for [Ben Kurtz] it was a real pain. The obvious solution is to carry around an Arduino, 9 volt battery, iPhone breakout board, a ps2 keyboard, and of course the iPhone itself. Well, maybe it could be a little smaller with fewer parts, but at least it works. The Arduino reads input from the keyboard and converts it to serial, then the iPhone pulls the data via VNC. Like we said, a little roundabout, but we love the amount of ingenuity involved.
classic hacks2768 Articles
Add A Key-fob Opener To Your Door
It seems like creating an automatic dorm room door opener is a rite-of-geek-passage each fall. [Adam], a student at Vassar, passed with flying colors by creating this clean setup. We’ve got video, more pictures, and a description after the break. Continue reading “Add A Key-fob Opener To Your Door”
Jamin’ To Bach, Commodore 64 Style
[youtube=http://www.youtube.com/watch?v=MOhzkWZHBfM]
[thrashbarg] missed the sounds of the Commodore 64 and longed to hear the great masters in 8-bit glory. To get his fix, he created a midi device using the original Sound Interface Device from those long-dead systems. He’s interfaced the MOS6581 SID with an Atmel AVR ATmega8 microcontroller. The receiving pin for the AVR’s UART is used as a MIDI-IN connection, with the microcontroller converting midi data into the proper sound generation specs for the SID. The result is the 10 minutes of [Bach]’s Brandenburg Concerto heard in the embedded video above.
We have no idea where he picked up this obsolete chip, but if you want to give this a try, perhaps you’ll have some luck emulating the MOS6581 by using another ATmega8.
Home Made Rollerbar Mouse
[Judyofthewoods] has hacked together this rollerbar mouse. We’ve heard people talk about these in a positive way, going on about how comfortable they are. We haven’t really experimented with one much to verify. This one looks surprisingly nice considering it is made from scrap. The image above is showing it without the cover that hides the hot glue and optical sensor. There isn’t much of a writeup, but as you can see from the picture, there isn’t much necessity for one either. She seems to have done a great job stating that it is fairly smooth with only minor jittering.
Metal Race Combines Operation And Calculator Game
[Greg] was feeling nostalgic about the game RACE for to TI-83 graphing calculator. In the game, your car is stationary with controls to move the scrolling maze from side to side in order to avoid a crash. He set out to build a physical version of the game with a don’t-touch-the-side concept that reminds us of Operation.
The game board is a wire frame constructed from paperclips then attached to a motorized frame. The vehicle is also metal and is attached to the lens sled from a scrapped CD-ROM drive. The maze scrolls from left to right with up and down vehicle motion controlled by two arcade buttons. An Arduino controls the motors and monitors the button inputs. He has plans to add a buzzer that sounds when the metal car “crashes” in to the wire walls of the maze. We’ve embedded video of the working game after the break. For more build photos take a look at his flickr set. Continue reading “Metal Race Combines Operation And Calculator Game”
Adding A Keypad To A Key Card Lock
[Colin Merkel] had a little problem: he was continually forgetting his electronic key card, locking himself out of his own dorm room. Like any normal Hack a Day reader, rather than getting in the habit of always carrying his card, the natural impulse of course is to build this elaborate rig of electronics and duct tape. Right?
The result is an additional keypad that can be used to gain access…not by altering the existing electronic lock, but with a secondary mechanism that operates the inside door handle. An 8-bit PIC microcontroller scans the outside keypad (connected by a thin ribbon cable), and when a correct access code is entered, engages a 12 volt DC motor to turn the handle. It’s a great little writeup that includes a parts list, source code, and explains the process of keypad scanning.
It’s similar to the RFID-based dorm hack we previously posted. By physically operating the handle, most any approach could be used: facial recognition, other biometrics, DDR pad, or whatever inspired lunacy you can dream up.
Toronto Embraces 4-letter Words
[youtube=http://www.youtube.com/watch?v=sQVycsOFSlc]
This year was not the first in which the City Hall of Toronto was lit up in a unique way. However, it was the first time that the government building was used to project 4-letter words. Brainchild of [D.A. Therrien], the 4LWM represents something that he imagined for a long time. [Therrien] built the huge sign in Scottsdale, Arizona, where he displayed it over the waterfront. He was later commisioned to bring the sign to Toronto for Nuit Blanche after making some adaptations (due to weather differences). The sign is composed of 4 huge 16-segment displays. Each segment is made of many neon light modules. This configuration makes it less noticable if one such module fails. The sign is controlled below from a computer, which allows it to display text and simple animations. It’s the first in a series of installations dubbed “Beautiful Light” by [Therrien]. Despite the name, no inappropriate language was displayed on the sign.