PlayStation 2 Portable

[Raizer04] just completed his PlayStation 2 portable build. He feels that the PS2 hardware has much more to offer than the PSP and that’s why he chose to cram the PS2 slim hardware into a portable case. He started with an electronic toy to serve as a case donor and used bondo to form openings for the controller, speakers, lights, and screen. A beautiful paint job and some metal work resulted in the pleasant finish seen above. On the back you’ll find a lighted case fan, hard drive, and USB port. There’s no optical drive as games are loaded from a thumb drive. Take a look at the demo video after the break, but do yourself a favor and turn your sound all the way down first.

If this doesn’t quench your thirst for portable console projects you might also take a look at this N64 build.

Continue reading “PlayStation 2 Portable”

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.

Custom Controllers For PlayStation 3

[Matlo] worked out a way to use a PS/2 Keyboard and USB mouse with a PlayStation3. The hard work is handled by a Teensy board, which is becoming a popular choice with controller hacks. It interfaces with the keyboard and mouse, translates their input, and sends joystick button commands to the PS3. He is limited to mapping the inputs from a PS3 controller but that is still enough options to work beautifully with first person shooters, especially if you’re used to gaming on a PC instead of a console. If you want to give this one a try, head over to the google code page to download the source code.

Black Hat 2009: Powerline And Optical Keysniffing

sniff

The 2009 edition of the Black Hat security conference in Las Vegas has just begun. The first interesting talk we saw was [Andrea Barisani] and [Daniele Bianco]’s Sniff Keystrokes With Lasers/Voltmeters. They presented two methods for Tempest style eavesdropping of keyboards.

Continue reading “Black Hat 2009: Powerline And Optical Keysniffing”

Propeller-based Terminal

pocketerm

[Vince Briel] has created an embedded device based on the Parallax Propeller chip that acts as a serial terminal. It takes input from a standard PS/2 keyboard and outputs color VGA. It also has a second serial port to connect to a PC for debugging or programming. He is selling kits and has the schematics available. The board has a lot of hacking potential and it could easily be made into a video game or a Wikipedia browser.

[via RetroThing]

Wiimote Controlled Hexapods

[youtube=http://www.youtube.com/watch?v=QsBj7koZ9lk]

The Phoenix is a very impressive hexapod robot platform. It has 18 servos which gives each leg 3 degrees of freedom and a BasicAtom Pro 28 for the brains. Interestingly, the design started as a personal project of a forum member on the Lynxmotion forums. It turned out so well, it has become an actual product. We’ve seen videos of these before and they always have some pretty fluid and organic seeming motion. They seem almost alive in this configuration. The only thing that might make them scarier would be to add Lou Vega’s decapitated head, well maybe that plus some really nice face tracking. In the video above, you can see where someone paired one up with a Wiimote for a pretty intuitive control scheme. Yeah, we realize the video is nearly a year old, how did we miss this one? You can see a video of it walking around after the break, and another controlled by a ps2 controller.

Continue reading “Wiimote Controlled Hexapods”

Sniffing Keystrokes Via Laser, Power Lines

keystroke

Researchers from Inverse Path showed a couple interesting techniques for sniffing keystrokes at CanSecWest. For their first experiments they used a laser pointed at the shiny back of a laptop. The keystrokes would cause the laptop to vibrate which they could detect just like they would with any laser listening device. They’ve done it successfully from anywhere between 50 to 100 feet away. They used techniques similar to those in speech recognition to determine what sentences were being typed.

In a different attack, they sniffed characters from a PS/2 keyboard by monitoring the ground line in an outlet 50 feet away. They haven’t yet been able to collect more than just single strokes, but expect to get full words and sentences soon. This leakage via power line is discussed in the 1972 Tempest document we posted about earlier. The team said it wasn’t possible with USB or laptop keyboards.

[Thanks Jeramy]