PC Game Controller With A Touch Of Class

The above is a specially designed game controller made by [Giorgos] solely for the RTS game Men Of War (now that’s dedication to a game). [Giorgos] started off with a rough breadboard and 11 buttons. Slowly overtime he included a joystick, countdown timers, and the wonderfully lit case. Under the hood is a couple of PIC microcontrollers multiplexing the switches, LEDs, timers, and also interfacing with the computer via how is it not dead yet PS/2 port. The build log is a very detailed read and well worth it, even if you’re not planning on making a custom controller. [Ben Heck] better watch out, there is a new controller making enthusiast on the loose.

Printing From A Famicom Clone Computer

This is an 8-bit computer and Famicom clone that [133MHz] bought for $2. It plays Nintendo games and using an 80-in-1 cartridge it has a rudimentary operating system and set of applications. Seeing a standard DB25 port on the back [133MHz] wondered if he could make the system talk to a printer. His first step was to investigate the electronics inside to find that the connector has a couple of chips that map to the data bus of the CPU and use the same control lines as the cartridge. That means it can be setup to do just about anything in software. After a bit of coding he’s got it printing to a dot-matrix. See for yourself after the break.

Continue reading “Printing From A Famicom Clone Computer”

USB Typewriter

clickety-clackity-clickety-clackety-DING

[Jackzylkin] has posted an instructible showing, in detail, the process of creating a USB typewriter. He takes us through the process of disassembling the typewriter, mounting all the sensors where the little hammers strike, and wiring it all up to a custom board to interface with the computer via USB. While he is selling the board, the schematics are available if you want to build your own. We think the clickety-clack of a real typewriter could be very satisfying to the touch, though it might drive your co workers insane. The younger ones might also quiz you as to what that archaic machine is. We’ve actually seen this done before, way back in 2005.

Microsoft Engineers Reinvent The Optimus Keyboard

Looks like Microsoft has come up with a pretty slick little keyboard. It’s very much like the Optimus, which has an OLED screen in every key, except that it doesn’t have a screen in every key. Instead there’s just one screen on the whole unit and they keys have been overlayed on top while allowing the image to show through. Brilliant really, since this should drastically reduce the $2400 price tag of the original. That is, if you could buy the device. Microsoft’s not selling this hardware (yet anyway), but offering it up as test hardware for the UIST Innovation Contest. It will be interesting to see what the students come up with. This keyboard should be easier to program for since it involves manipulating just one screen. There is also extra space at the top that is touch-sensitive. See for yourself after the break.

Continue reading “Microsoft Engineers Reinvent The Optimus Keyboard”

A Desktop Made Of Air

Deskbook Air Guts

[Bart] managed to get his hands on a Macbook Air for free. The catch was that the monitor hinge was broken and the laptop wasn’t in too great of a condition. Rather than scrapping it or using it as a cake cutter, he decided to turn it into a keyboard PC. By removing the internals he was able to fit all of the components with minimal modification. [Bart] has added a few things to make it a functional desktop, such as integrating a USB hub under the the keyboard and fitted the keyboard with a Magic Trackpad. As with any great hack, the project is still in progress, and we can’t wait to see the final touches as it comes together.

USB Morse Code Keyboard

Looking for motivation to practice morse code [BenB] built this morse code keyboard. It uses USB and is recognized as a standard keyboard thanks to the V-USB stack running on the ATmega168. The project is rounded out with a clean look thanks to the chewing gum container that serves as an enclosure.

His design is simple enough that any morse key you have on hand can be used. You could even adapt that glove coder you built a couple of years back.

Keyboard Input For PlayStation

Anyone who has tried their hand at RPG Maker 1 (or any text input with a controller) knows how difficult it can be typing long paragraphs into the console. [Thutmose] is here to save the day with Kupid 1.0 (2.0 in production). A PICAXE takes ps/2 keyboard input and converts it to a series of d-pad button presses for PS1 and PS2 controllers, providing quick data entry compared to the previously monotonous task.

We’re happy to learn that the source code and hardware is released, meaning it has the potential to be easily adapted to any controller/console.