Launching A Glider From Space

We get a ton of tips about weather balloon launches taking hobby electronics into space. But every once in a while one of them stands out from the rest. This project does send an electronic payload into space, but it also lets [David] fly his hardware back from near-space using an RC airplane.

The return vehicle is unpowered, but that shouldn’t be a problem as launching from a weather balloon will provide plenty of altitude for the flight. Because the temperature experienced in that part of the atmosphere is so cold [David] had to take several things into account. Obviously you want your batteries and control electronics to be insulated from the cold. But something that doesn’t usually pop into mind are issues with the servo motors which run the glider’s flaps. They usually have some white grease on the gears. At temps as low as -50C that grease will harden and make the servo stop working so he made sure to clean the gears thoroughly before the flight.

Unfortunately [David] had several problems capturing images and recorded video from the ground station. But his write up is still a fun read and the clip after the break gives a general overview of the entire project from the nose camera of the glider.

Continue reading “Launching A Glider From Space”

Virtual Archery Game Makes Practicing Convenient, Safe, And Inexpensive

Virtual-Archery

Inspired by playing The Legend of Zelda video game series, Cornell University students [Mohamed Abdellatif] and [Michael Ross] created a Virtual Archery game as their ECE 4760 Final Project.   The game consists of a bow equipped with virtual arrows and a target placed about 20 ft away. The player has three rounds to get as high of a score as possible. A small display monitor shows the instructions, and an image of where the shot actually hit on the target.

Pressing a button on the front of the bow readies a virtual arrow. A stretch sensor communicates with a  microcontroller to determine when the bow string has been drawn and released.  When the bow is drawn, a line of LEDs lights up to simulate a notched arrow. The player aims, and factors in for gravity. An accelerometer calculates the orientation of the bow when fired. The calculated shot is then shown on the display monitor along with your score.

This immediately makes me think of Laser Tag, and feels like a product that could easily be mass marketed. I’m surprised it hasn’t been already. Good work guys.

[via Hackedgadgets]

Check out the video demonstration after the break:

Continue reading “Virtual Archery Game Makes Practicing Convenient, Safe, And Inexpensive”

Hacking A Radio Controlled Spy Device For Overly Attached Girlfriend.

This is the first in our series of videos meant to spread the hacking goodness far and wide on the net. As you can see, it is a pretty silly video, hopefully you enjoyed the humor.  This wouldn’t be hackaday without an appropriate writeup though!

Initially the idea was to make this as a device that my boss could deploy from his Tesla Model S. Ultimately, we missed the release of SkyFall, so the whole 007 theme seemed a little flat. However, we did just happen to have a wonderful woman in the office that agreed to be an “overly attached girlfriend”. Here’s a link to the meme for those who are unfamiliar. Even though we made her look like a crazy person, she was a great sport about it (Thanks [Stephanie]!).

The Goal was to have a radio controlled device that would send live video and audio to someone and had the ability to plant a small GPS tracker on the undercarriage of a car.

Continue reading “Hacking A Radio Controlled Spy Device For Overly Attached Girlfriend.”

Tickle-Me-Elmo… Frozen In Carbonite

elmo-in-carboniteWe at [HAD] love any hack that combines children’s toys with science-fiction technology, so seeing a Tickle-Me-Elmo “frozen” in [Carbonite] is a definite win in our book. It’s also a great argument for joining your local Hackerspace, or just getting together with some like-minded friends. This idea came out of an impromptu brain-storming, or “talking about crazy ideas session” at the [Baltimore Node] hackerspace.

Fortunately [Todd] had access to all the tools necessary to make this “crazy idea” a reality. A [Shopbot] was used to cut out the box, and the side panels were 3D printed with help from these files on Thingiverse. For processing, an [ATtiny85] programmed using an Arduino was used to power this project.

There’s no mention of whether [Todd] would be willing to part with his creation, however, we would guess that there would be no bargaining with him. He’s not going to give up his favorite decoration easily.

Continue reading “Tickle-Me-Elmo… Frozen In Carbonite”

A Beautiful Game Of Lights Out

lightsout

About a year ago, [Anthony] decided to embark on his biggest project to date. He wanted something with a ton of LEDs, so when the idea of recreating the classic electronic Lights Out game came to mind, he knew he had the makings of a killer project. The finished Lights Out arcade box is a wonderful piece of work with sixteen 17-segment displays and just as many LED illuminated arcade buttons.

By far the most impressive feature of [Anthony]’s project are the two rows of 17-segment displays. These are controlled by two MAX6954 LED display drivers on a beautiful wire wrapped board. The 16 buttons for the game are translucent arcade buttons that compliment the RGB LED strip very nicely.

A great display and a whole bunch of LEDs don’t make a game, though. [Anthony] came across this article on JSTOR that told him how to create new 4×4 games of Lights Out and solve them algorithmically to get the total number of moves required to solve the puzzle. As you can see in this video, it’s a little hard to solve the puzzle in the minimum amount of moves. Still, we have to commend [Anthony] for a great project.

if firecracker-crossbows are outlawed, only outlaws will have firecracker-crossbows!

The Firecracker Crossbow

firecracker-crossbow

If there are two things that we love at [HAD], giant German firecrackers, and medieval weapons would have to be close to the top of this list. This clever hack gives us both, with a toy crossbow capable of both lighting and launching firecrackers to a safe distance. We didn’t see a blooper reel, but being ready to run in case of a malfunction is probably a good idea as well.

The post has some pictures of the mechanism, but at its heart, this hack consists of ripping up a grill igniter, and placing the contacts into a shortened-stock toy crossbow. Safety is of course encouraged, as much as it can be with this type of device. It’s especially important here as apparently “firecracker” roughly translates in German to “small sticks of high-explosive,” or possibly “road flare.”

Be sure to check out this modded crossbow in action in the video after the break!

Continue reading “The Firecracker Crossbow”

Reverse Engineering The Furby

Furby

Furby teardowns are a favorite of ours, and there’s nothing quite like flaying open a creepy talking deformed animatronic owl/hell beast. There’s a lot you can do with a set of screwdrivers and a pair of scissors, but it takes a real clever person to reverse engineer a Furby without any disassembly (Russian, here’s the translation).

The new Furby comes with an iOS and Android app that allows children to interact with the Furby by feeding it, giving it commands, and even translating the Furbish into English. These apps work by playing a WAV file encoded with commands that give the Furby something to eat, or tell it to dance a merry jig.

Commands are delivered with these WAV files by means of a 4-digit, 4-bit code, complete with checksums. There are ten bits the Furby actually responds on, meaning there are potentially 1024 different commands the Furby can accept.

[iafan] wrote a Perl script to listen in on the audio generated by the Android Furby app and correlated all the possible commands with actions taken by the Furby. Everything is up on a git, allowing anyone to play an audio file and control the Furby’s mood and actions.

With this it should be possible to remotely control a Furby, letting it dance whenever you receive an email, or making it angry whenever someone retweets you. It’s a lot more clever than just putting a Furby through a wood chipper, but considering how creepy these things are, we’re not going to say it’s better.