|
If you like classic video games and robots you need to have a look at this Roomba Pac-Man system. At a glance it may look like a fun game where the Roomba cleaners are being controlled by a bunch of remote controls that people are controlling. That low tech scenario could not be further from what is actually happening here. There is lots of tech making these Roomba robots play! "By utilizing service discovery and ad-hoc networking, all of the robots operate independently and autonomously. There is no centralized controller controlling the game, each robot makes its own decisions and sends its own commands. Pac-Man is the only robot that takes human input, and this is simply in an "augmented control capacity" where user input is limited to valid directions of travel (no passing through boundaries). The laptop and GUI provided for the operator provide no computational support for the game, its simply a node that allows the operator to issue commands. A good example of the level of autonomy in the robots is when a ghost kills Pac-Man. Upon determining that it has killed Pac-Man, it issues a command to Pac-Man to let it know it was killed, and then informs all of the other ghosts that Pac-Man was killed. Pac-Man performs his death, and then informs all of the other robots that they need to reset for another round." |
|
Rockband is lots of fun. What can be more fun than rocking out with Rockband on your iPhone? Well the answer is making a robot that is better than you at it! This robot uses sensors to look for the blips streaming down the screen and cool simulated fingers to jam on the touchscreen. The Arduino code is available so you can make your own iPhone Rockband robot. Thanks for the tip about this cool Make post John! "The iPhone touch screen isn’t like most PDAs. It uses a capacitive touch screen. More info about that HERE. It would seem that the iPhone is looking for a finger sized touch, from living flesh. According to the link, the screen actually looks for changes in electrical current. I had some conductive foam laying around, its usually used for shipping sensitive electronics. If I put my finger behind the foam and pressed on the iphone screen, it works. If I used something non conductive, like a plastic pen, the foam would do nothing to the screen. My solution to this was to put thin copper wires into the foam (I also used these wires to attach the foam to the servos) the other end of the wires were wrapped around the handle of an exacto knife. When the Robot is playing the game I touch the handle of the exacto and the robot fingers are able to press the screen." |
|
If you like guitar hero and are into sports then you need to have a look at this Kasabian Football Hero project! Via: Engadget "An experiment to create a giant (three stories high!) guitar game controlled with footballs. Football Hero is played by a team of insanely gifted young freestyle footballers. The game is programmed with the Kasabian track Underdog." |
|
Have a look at this cool PSP GO Mod. There isn’t much details since the creator doesn’t speak English. Thanks Wouter!
|
|
Joe from ProtoDojo has made a NES USB Drive with Security out of his old NES controller. Instead of simply hacking the device with a USB drive he wanted to use the controller buttons to add some extra security to the device. When the device is plugged into the computer nothing happens until you enter in the Konami code. When the code is entered in correctly a relay pulls in and applies power to the internal USB drive allowing it to be seen by the computer. Via: Hack A Day "It’s fairly straight forward. The arduino constantly polls the controller for button states. When you push a button, it stores that value in an array which always holds the most recent 10 values. Whenever you push the start button, it checks the stored array against a separate array which contains the values for the konami code." Retro Gamer Drive (Konami Code NES Controller Flash Drive) from ProtoDojo on Vimeo. |
|
Norris Labs has created an interesting Robot called the ChessBot. It doesn’t actually play the game but rather has the ability to move the chess pieces around the board. Just imagine playing a game of chess on this system via webcam instead of playing virtual chess on the net. "ChessBot takes a hybrid approach that produces a more visually interesting way to move a chess pieces. It uses a Lynxmotion AL5D robotic arm to pick up and place pieces but does not rely totally on the arm to provide placement. The arm itself is mounted on a mobile platform (called the Cart) that can align the arm precisely with any row or column (called Rank and File in the chess world) on the chessboard." |
|
Guitar Hero is very popular these days but like any piece of equipment that gets tons of use it will break or wear out. The basic warranty is only 90 days so fixing it yourself will become necessary in many situations. Have a look at the Guitar Hero DIY Repair Guides from the guys at 5FRETS for some great tips. "Unfortunately, the Guitar Hero World Tour guitar has notoriously unreliable and failure-prone strumbar switches – sometimes failing right out of box! I bought mine during the October 2008 midnight release and it lasted about 4 months before it started doublestrumming on its own. At first I noticed the menu jumping two songs when I only clicked one, and shortly afterwards it ruined my gameplay." |