How To Build A Life-sized Electronic Game

life_size_light_games

We’re very impressed with [Steve’s] Electronic Snowball Fight game. It consists of two life-sized players standing opposite of each other. Each can throw a snowball or duck, the object is to hit the other person and not get hit yourself. He’s utilized a lot of good building techniques that could be easily adapted to other types of game play. Continue reading “How To Build A Life-sized Electronic Game”

AVR Controlled Rubik’s Cube Solver

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

[Andrius] just sent in his robot Rubik’s cube solver. It isn’t as fast as the solver we saw last year but it also doesn’t require as many parts either.  This project utilizes two claws, each actuated by just two servo motors. The thinking is done by a PC which calculates the necessary moves to solve the cube. Each instruction is then passed via USB to the AVR ATmega16 microcontroller that is responsible for the servo operation.

Right now it looks like the colors for each starting face have to be entered manually before a solution is calculated. We think [Andrius] is probably planning to upgrade this with the next generation of his software as he already has a webcam setup for this type of analysis.

Tiny GSM Alarm System

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

We’ve covered this sort of thing before, but there is something to be said for the simplicity of this tiny GSM alarm system by [trax]. The alarm system is designed to send the owner a text message when a sensor is triggered. This alarm only works with Siemens phones, but it shouldn’t be too hard to find one.  The alarm is configured via a dip switch on the board and can also be armed and disarmed by text. The brains of this system is a PIC16F84A. The code and schematics are included at the bottom of the page.

Continue reading “Tiny GSM Alarm System”

CrossCanada: A Biking Documentary

bike_arm

[Mike] was going to be biking across Canada. He really wanted to document the trip, so he began planning ways to get still images taken at intervals along the way. After a bit of brainstorming, he ended up setting his goals a bit higher. He was going to film the entire trip. He really didn’t want a simple helmet cam, he wanted himself and the entire bike in the frame. To do this he had to build a long arm on which he mounted a bullet cam. On his handlebars, he has a simple control where he can turn the system on and off as well as initiate recording.

No single piece of this project was too complicated, but taken all together, the final result is quite nice. You can watch the video for yourself after the break.

Continue reading “CrossCanada: A Biking Documentary”

2 Axis Joystick From VCR Parts

joy

[eric] has found that he can build a pretty nice 2 axis joystick out of some VCR parts. Specifically, he’s using the idler wheel. When you disassemble the idler wheel, you’ll find that it has a bevelled washer in the perfect location to help with smooth joystick operation. Add a spring and a hole in some wood and you’ve got the basics. All you need to add now are the switches. This is a fantastic example of recycling parts, you never would have guessed that it was made from trash.

Phototransistor Multitouch With A Twist

multitouch

[Alex] sent us this project he’s working on where he’s building a phototransistor based multitouch input system. Though many people have built systems with phototransistors, most of them are quite large and very sensitive light and dark variances. [Alex] has done some fancy background subtraction through software. He believes his is the first to do this. As you can see in the video after the break, it seems impervious to the lamp he is moving around, and still fairly sensitive to his hand. We’re curious to see where he takes this one.

Continue reading “Phototransistor Multitouch With A Twist”

Gesture Controlled Tetris

glove

Look at this awesome glove. This awesome glove is used to control tetris. Yes, you read that right, it controls tetris. This was a final project at Cornell in the summer of 2008. They built this glove to do gesture controlled tetris. With all the announcements of the PS3 motion device and Microsoft’s project Natal, it’s nice to look back to our very recent past and see some alternative user input. These people are using accellerometer data only, sent to the computer wirelessly.