[Justin] sent in his Digitally Assisted Billiards project. Using a web cam, a computer and a projector, these guys have set up a system that shows you the trajectories of your current shot. It detects the angle of the cue and displays a glowing blue line showing where each ball would go and where the collisions would be. It is a bit slow right now, and made somewhat less accurate by a low resolution web camera. This could be a fantastic teaching tool if it were to get some more polish. The source code is available on the site, so you could try this one out at home.
classic hacks2768 Articles
SwiitBoard: High Impact Wii Balance Board
[Frits] sent us the SwiitBoard, an improvised version of the Wii balance board. He wanted to be able to do something a little higher impact than he could on the Wii balance board, and required more space to do it in too. Using two different kinds of foam and a piece of plywood, he put together the SwiitBoard. We’re not completely clear on how he is handling direction control. He states that it is derived from gforce.x. Can anyone clarify? Stay tuned after the break for a video of his demo software.
Continue reading “SwiitBoard: High Impact Wii Balance Board”
Cellphone Operated Robot
If you can get through the cell phone text speak, you’ll probably enjoy this cool tutorial on how to build a cell phone controlled robot. This bot decodes the key tones, similar to the automated phone systems we’ve all experienced. It uses a chip called a MT8870 DTMF decoder to translate the signal for the Atmega 16 controller. The circuit diagram is pretty hard to read, maybe we missed a downloadable one somewhere. The source code is available.
It would be nice to get some feedback from the robot, so you aren’t driving it completely blind. This is similar to the Lego cell phone rover that we showed you before. Next, he should make it recognize voice commands.
PS2 Controller Thermometer
Finding themselves in need of a thermometer that could communicate with the computer, The Cheap Vegetable Gardener resorted to a bit of hacking. They created this PS2 controller thermometer by attaching some thermistors to the analog stick inputs. Each PS2 controller could collect data from up to four thermistors. There is an auto shutoff feature built into the controller that shuts off the analog signal after a period of non use. To overcome this, they simply taped the L2 button down.
[thanks Shawn]
LED Projector
[PuffMag1cDrag0n] shows us how to make a fairly simple projected LED display. The projector is made from a 13×7 LED matrix and a couple fresnel lenses. The layout and construction is similar to the Lumenlab projector setup, only replacing all the lighting and LCD with an LED array. It communicates via serial port and is powered by a pic micro 16f648. We would love to see an RGB version of this. The directions are a bit rushed, but you should be able to get the gist. Just remember that you need some pretty powerful LEDs to throw a big image.
Musical Shirt From Toy Keyboard
[mikamika] has put together a great tutorial on how to build this musical shirt. The whole process is covered, from taking apart the toy keyboard to laying out the circuit and creating the fabric switches. He used the same method as [plusea] for the fabric buttons and conductive thread for most of the connections. It seems as though he has actually taken [plusea]’s wearable shirt project and added some polish. His looks good enough, he might even be able to make it through an airport.
The GO Sequencer
[Guy John] sent in this cool sequencer project. He’s using the game Go as the input. A web camera pics up the location of the pieces on the grid and plots them in his sequencing software. You can see that it is still very much in progress, but it is coming along nicely. He openly admits that it may never be completely practical. There is still so much to be improved to get it even comfortably usable, such as motion detection to remove his hand from the mix when re locating the Go pieces. This project is very similar to the Skittles interface that we posted back in July. It would be kind of interesting, though probably repetitive, to actually play a game of go and listen to the variations in the music while you play.