Controlling A Terminal With Google Voice

sms

For how awesome Google Voice is, we’re surprised we haven’t seen this before. [Steve] is using Google Voice to run commands on just about any Linux box.

Google Voice doesn’t have an official API, and existing unofficial APIs weren’t up to snuff for [Steve]’s project. He ended up writing his own that checks his unread message inbox every minute and looks for new text messages beginning with the phrase, ‘Cmd’. If a series of checks pass – the text coming from a known phone number and a proper terminal command – the command runs and sends the a text back indicating success or failure.

While [Steve] probably won’t be playing nethack or Zork via SMS anytime soon, we can see this being very useful for a Raspi home automation task. Just send a text message and a properly configured Linux box can open your garage door, turn on the lights, or even start a webcam.

FPGA Plays Mario Like A Champ

fpga-controls-mario-bros

This isn’t an FPGA emulating Mario Bros., it’s an FPGA playing the game by analyzing the video and sending controller commands. It’s a final project for an engineering course. The ECE5760 Advanced FPGA course over at Cornell University that always provides entertainment for us every time the final projects are due.

Developed by team members [Jeremy Blum], [Jason Wright], and [Sima Mitra], the video parsing is a hack. To get things working they converted the NES’s 240p video signal to VGA. This resulted in a rolling frame show in the demo video. It also messes with the aspect ratio and causes a few other headaches but the FPGA still manages to interpret the image correctly.

Look closely at the screen capture above and you’ll see some stuff that shouldn’t be there. The team developed a set of tests used to determine obstacles in Mario’s way. The red lines signify blocks he will have to jump over. This also works for pits that he needs to avoid, with a different set of tests to detect moving enemies. Once it knows what to do the FPGA emulates the controller signals necessary, pushing them to the vintage gaming console to see him safely to the end of the first level.

We think this is more hard-core than some other autonomous Mario playing hacks just because it patches into the original console hardware instead of using an emulator.

Continue reading “FPGA Plays Mario Like A Champ”

Robot Air Hockey Championship As A Final Project

clemson-air-hockey-robots

My final project is build a robot that plays air hockey? Where do I sign up? Apparently you get yourself a seat in ECE496 at Clemson University. They have been using the concept as a final project for at least a couple of years. [Abe Froman] was on the winning design team this year and he’s showing off his robot and some winning games it played.

His robot is in the foreground. It uses a right-angle PVC joint to hold the paddle. The fitting is attached to a rack and pinion that drives it forward and back. The entire assembly is mounted on a rotating rig. Take a look at some of its opponents that use more of a plotter-type arm. Those offerings have too much play in the joints which at times causes the thing to miss.

Chances are good that once you get a job you won’t be asked to do things for the company unless they are money makers. Sure, there are a few notable exceptions,  but since you’re playing to go to school we really appreciate the professors making the learning as enjoyable as possible before you have to get serious (and maybe even wear a tie!).

Continue reading “Robot Air Hockey Championship As A Final Project”

Just Put Your Lips Together To Turn On A Lamp

whistler-lamp-control

The inlaid image is a controller board which [Limpkin] developed to add whistle control as a home automation option. It has an effective range of around fifteen feet and does a good job of detecting whistles from many different people. Here is one of the test subjects (captured with a hidden camera) whistling to the white LED lamp in order to switch it on.

The board is quite small. [Limpkin] holds it up in the beginning of his test video, which gives a good sense of scale. One end has a barrel jack through which the board gets power. The other end has a two conductor screw terminal which is used for switch your devices. An N-channel MOSFET protects the circuit when a heavy external load is connected. It is capable of driving a respectable 90 watts. If you’re looking to switch mains rated devices you’ll need to bring your own relay to the party.

Audio processing is handled by the Freescale ARM Cortex M4 chip at the center of the board. The Serial Wire Debug (SWD) clock and data pins are both broken out to solder pads so the thing is hackable. [Limpkin] posted the schematic, gerbers, and a code template. But he didn’t release the algorithms he uses for processing so if you want to make this at home you’ll need to figure that out for yourself. If you need help you should check out this whistle-based remote control.

http://www.youtube.com/watch?v=1eIxAMKNphw

Dermal Implants Means Strapless Watch

dermal

Google Glass is a year or so out, and even after that we’re still looking at about five years until we’re all upgraded at the behest of our robotic overlords. [justurn] simply can’t wait, so he decided to submit to the cybermen early with his Android-controlled wristwatch attached with dermal implants.

[justurn]’s got the inspiration for his project from this earlier Hackaday post involving dermal implants and an iPod nano. The iPod nano doesn’t have a whole lot of functionality, though, but the Sony SmartWatch does, and without the inevitable accusations of fanboyism.

To prep his arm for the hardware upgrade, [justurn] had four titanium dermal anchors placed in his wrist. After letting his anchors heal for a few months, [justurn] installed very strong neo magnets in the bases for his anchors and the clip for the SmartWatch’s strap.

The result is a magnetically mounted, Android-controlled watch semi-permanently attached to [justurn] at the wrist. We love it too.

Filming Light Reflecting Off Objects

light

With high-speed cameras you’re able to see bullets passing through objects, explosions in process, and other high-speed phenomena. Rarely, though, are you able to see what happens when light shines on an object without hundreds of thousands of dollars worth of equipment. A group of researchers at The University of British Columbia are doing just that with hardware that is well within the range of any home tinkerer.

Making videos of light passing through and around objects has been done before (great animated gifs of that here), but the equipment required of previous similar projects cost $300,000 and couldn’t be used outside the controlled environment of a lab. [Matthias] and his team put together a similar system for about $1,000. The only hardware required is an off-the-shelf 3D time of flight camera and a custom driver powering six red laser diodes.

Aside from having a much less expensive setup than the previous experiments in recording the flight of a pulse of light, [Matthias] and his team are also able to take their and record the flight of light in non-labratory settings. They’ll be doing just that at this year’s SIGGRAPH conference, producing videos of light reflecting off attendee-produced objects in just a few minutes. You can check out the video for the project below.

North Street Labs Try To Spice Up A Game Of Tic-Tac-Toe

tic-tac-toe-stomp-box

The team at North Street Labs really went all out with this Tic-Tack-Toe stomp box. At its most basic it’s a blinky version of the simple two-player game. But there’s always some added appeal when you make large manifestations of normally small items; the 10x Arduino is a good example of this.

The project is NSL’s qualifying entry for this year’s Red Bull Creation Contest (has it already been a year since the last contest?). A special Arduino shield was produced once again, this time it features hardware necessary to control LED strips… a lot of them. That led to the creation of this box, which houses a ton of strip sections inside to light the grid based on tapping one of the red buttons with your foot. We’d image the game would be seldom used at your hackerspace, but they take it to show off at the local children’s museum and it’s a huge hit with the kids!